How to make a grand total on an aggregate?

I have a report that contains the sum of the values as well vertically than horizontally. The end user has requested that total, the total of the columns included in the report.

The way I am calculating the columns now is to insert one of the columns of the report into a sperate field and manually change the source to display something like:
<?(Fire___Explosion___Fatal) + (Fire___Explosion___NonFatal) + (Fire___Explosion___Property)?>
The only problem with this is the column used is not a name and whenever I try to do a grand total on the already added columns, so I have to try to calculate all the fields again. The column names are long and for this reason, I can't get all the code to perform the calculation in the advanced Code box.

Is there a better way to do it?

A solution would be to allocate the sum/calcuation to a variable and then display the value of the variable to avoid the problem of calculation is run in the code box advanced...

Thank you!

Tags: Business Intelligence

Similar Questions

  • How to make a system total main saved sauvegardΘ Vista restoration complete after the death of HARD drive external HARD disk

    I had to replace my HARD drive once it's dead, I have an external hard drive with a complete picture of my old drive, but cannot access it.
    My operating system is Vista Home premium and I don't have a disc, it's all about the old HDD. I tried to boot from the image. did not work.
    HELP I need my urgent files

    http://www.Microsoft.com/Windows/Windows-Vista/features/backup.aspx

    Vista Home Premium not let you do a full backup of your hard disk Image. read the above info.

    If you use 3rd Party Software to make the Image, you need to restore.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    How to get Vista recovery Media to back to factory settings.

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    Or borrow a good Microsoft Vista DVD (not Dell, HP, etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    See you soon.

    Mick Murphy - Microsoft partner

  • Grand Total in columns MTD

    Hi all

    We have a requirement where we need to make a Grand Total on columns of MTD. I created an ad hoc report with lets say the Sales measure and MTD sales

    Year, month and day. I filter on a special year and month on a tabular report and apply Grand Total.

    On the application gives total the sum of all the lines for sales and MTD sales inside sales BAT I just want ranked last in the report as a table. To achieve this, I go to change the formula on the column and select default aggregation Max. This method works. But the condition is that

    OBIEE should do automatically instead of manually changes it.

    Please let me know there is some configuration, we can change somewhere.

    Thank you

    Krishna

    I don't know any automatic way... other than change your DW design to match the duty (the use of the information design readers DW, not the other way around)

  • How to change the font, color line, column and Grand Total labels in PivotTable

    Hello Guru

    Can you get it some one please let me know how to change the look and feel of the reports in Pivot table using css files. I want to have the dimension and the measure to be of different color columns and grand total different color. I want to achieve for all pivot table reports instead of manually change each report so I want to do in css files.under s_SRIKI\b_mozilla_4\views.css I've seen a lot of options but nothing has worked. So can you please exactly tell what class we need to change to make changes. Thank you!!!

    Thank you

    SR

    For values

    . OORT {}

    text-align: right;

    vertical-align: top;

    color: Red;

    }

    For the product if you got hyper link

    Code OOB is

    . PTL {}

    color: #039;

    text-decoration: none;

    cursor: pointer;

    }

    If brand aid

  • How to do Grand Total for each subtotal groups

    Hi Experts,

    Version: Oracle BI Publisher generator of template for Word 10.1.3.4.1

    The report must be grouped by organization and by Source within the Organization

    For every Source that I have group by subtotal in Template.I want to make in the last part of the report, for example below.

    Please help me!


    | Organization | Source | Post the amount.
    |----------------------------------------------------------------
    | Midwest (XX). ABC | 10.50 |
    | Midwest (XX). DEF | 10.555 |

    | Total general for the report. $21,055 |


    Thank you
    Sandy

    I set the Grand Total by your request. Grouping in your original model code was incorrect. I fixed it and sent it to you. Take a peek inside.

    Thank you
    Bipuser

  • Problem with subtotal and grand total using GROUP BY ROLLUP.

    Hi all

    I have a question about the SQL. I need to have the subtotal for each group and total for the entire inside of my request. I've had using GROUP BY ROLLUP to have total subtotal and big inside of my request.

    However, it not successful I want. In addition, my data must be presented in the medium hierarchy. So, I also use CONNECT BY permission inside my request.

    The query returned the results but not as my expected.

    Below is all about the tools used, description of flows, issues, query used, sample data, out of the request as well as the expected results: -.

    Tools used: -.

    • Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    Description of the flow: -.

    Lily is an AM of agency which is the highest level of management (LEVEL 1). Kevin is the direct agent under the lilies and the sum of productivity(upstream)

    for each of them must be sum up as the Subtotal. Sarah and Tom is the Unit Manager (UM) (LEVEL 2) who reports to Lily. They have the direct agents (Agent) under each of them which are may, John, Sue and Salwa (LEVEL 3).  There should be a Subtotal for each group of the agent. For example:-May (Agent) is the agent under Sarah (UM) and both of them have productivity and productivity should be sum up as a subtotal for the core group. A GRAND TOTAL is required to summarize all the productivity for each group.

    Problem: -.

    1. The output of my query is appear the subtotal, but the amount is inaccurate because it only to summarize the productivity of agent. The output I expect is summarize the productivity of the agent as well as UNIFIED messaging / AM. For example:-(subtotal = UM / AM.) THE PRODUCTIVITY + AGENT. PRODUCTIVITY)
    2. The total general does not show after the query. The output that I expected is productivity for each groups as shown in the attachment below.                                                   For example:- GRAND TOTAL =(SUBTOTAL+SUBTOTAL+SUBTOTAL)
    3. My data must be submitted in respect of the hierarchy as below: -.

    4. I need to pass the variable in the query and be used as a parameter in the ADF. Agent ID of Lily(AM) pass in the variable as a parameter.

    Here's my query: -.

    SELECT LPAD (' ', 4 *(LEVEL-1))

    || NAME FIRST_NAMEQ,

    TOTAL_MANPOWER,

    SUM_MTD_TOTAL_ANP UPSTREAM,

    level,

    A_AGENT_ID

    Of

    (SELECT B.SID,

    A.UPLINE,

    A.AGENT_ID AS A_AGENT_ID,

    GROUPING (B.SID) agg_am_id,

    GROUPING (A.AGENT_ID) agg_um_id,

    GROUPING (A.Upline) agg_IM_id,

    SUM (B.TOTAL_MANPOWER) TOTAL_MANPOWER,

    SUM (B.MTD_TOTAL_ANP) SUM_MTD_TOTAL_ANP

    OF ABM_AGENT_TEST,.

    ABM_PRODUCTIVITY B

    WHERE A.AGENT_ID = B.AGENT_ID

    ROLLUP GROUP ((A.UPLINE), (A.AGENT_ID, B.SID)))

    START WITH A_AGENT_ID =: HAS

    CONNECT BY PRIOR A_AGENT_ID = UPSTREAM

    ORDER OF FRIARS UPSTREAM;

    Below is the query to create the table and also the data: -.

    -TABLE ABM_AGENT_TEST-

    CREATE TABLE 'ABM_AGENT_TEST '.

    (NUMBER OF 'AGENT_ID',

    VARCHAR2 (50 BYTE) "NAME."

    VARCHAR2 (10 BYTE) "GRADE."

    VARCHAR2 (20 BYTE) "UPSTREAM."

    'REGION' VARCHAR2 (20 BYTE),

    "BRANCH" VARCHAR2 (20 BYTE),

    'THE AGENCY' VARCHAR2 (20 BYTE)

    )

    SAMPLE DATA FROM ABM_AGENT_TEST

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (116, "Lily", "AM", null, null, null, null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (102, 'Tom', 'MU', '116', null, null, null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (110, 'Sarah', 'MU', '116', null, null, null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (100, 'John', 'AGENT', '102', 'Central', 'PJ', 'CPA');

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (109, "Salwa", 'AGENT', '102', 'South', 'MLK', null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (101, 'Howard', 'AGENT', '102', 'North', "Damansara", "AP");

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (103, 'Mary', 'AGENT', '102', 'Central', 'PJ', 'CPA');

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (106, 'Ali', 'AGENT', '110', 'Central', 'JlnPd', null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (111, 'Sue', 'AGENT', '102', 'North', "Damansara", null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (112, "Carron', 'AGENT', '102', 'Central', 'HQ', null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (113, "Siti', 'AGENT', '102', 'Central', 'PJ', null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (114, "Siti FHIMA Dane forecastle', 'AGENT', '102', 'North',"Damansara", null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (105, 'Kathy', 'AGENT', '102', 'Central', 'JlnPd', 'LPK');

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (107, 'Roby', 'AGENT', '110', 'North', "IPH", null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (108, 'Tommy', 'AGENT', '110', 'South', 'MLK', null);

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (104, 'May', 'AGENT', '110', 'Central', 'HQ', 'CPA');

    Insert into ABM_AGENT_TEST (AGENT_ID, NAME, GRADE, upstream, REGION, BRANCH, AGENCY) values (115, 'Kevin', 'AGENT', '116', 'North', "IPH", null);

    -TABLE ABM_PRODUCTIVITY-

    CREATE TABLE 'JEROMEWALTER '. "" ABM_PRODUCTIVITY ".

    (NUMBER OF 'AGENT_ID',

    NUMBER OF "TOTAL_MANPOWER."

    NUMBER OF "MTD_TOTAL_ANP."

    NUMBER OF "MTD_PRODUCTIVITY."

    VARCHAR2 (20 CHAR) "YTD_TOTAL_ANP."

    VARCHAR2 (20 CHAR) "YTD_PRODUCTIVITY."

    "ROW_ID" VARCHAR2 (20 BYTE)

    )

    SAMPLE DATA FOR ABM_PRODUCTIVITY

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (104,1,85000, null, '40000', null, ' 6');

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (102,1,35000, null, '33000', null, ' 7');

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (110,1,25000, null, '25000', null, ' 8');

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (116,1,22000, null, '34000', null, ' 10');

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (109,1,75000, null, '80000', null, ' 2');

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (111,1,25000, null, '25000', null, ' 3');

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (100,1,23000, null, ' 34500', null, "11");

    Insert into ABM_PRODUCTIVITY (AGENT_ID, TOTAL_MANPOWER, MTD_TOTAL_ANP, MTD_PRODUCTIVITY, YTD_TOTAL_ANP, YTD_PRODUCTIVITY, ROW_ID) values (115,1,24000, null, '45000', null, ' 9');

    The output after having received the request and not as my are expected as below: -.

    The result I have espect is as below: -.

    If all goes well, there is a way to solve my question.

    Thank you all and have a nice day

    Hello

    I still don't know how you want to trunking.  You want someone who has a tank of 'AGENT' that lie with its parent in the hierarchy?

    If Yes, you can do the update ROLLUP before you make the CONNECT BY query and claim that summaries are the children of one of the actual lines in the tree, like this:

    WITH got_grp_id AS

    (

    SELECT b.SID, a.upline

    TO_CHAR (a.agent_id) AS a_agent_id

    CASE

    WHEN a.agent_rank = "AGENT".

    AND a.upline IS NOT NULL

    THEN a.upline

    Of OTHER TO_CHAR (a.agent_id)

    END AS grp_id

    p.total_manpower, p.mtd_total_anp

    Of abm_agent_test one

    abm_productivity p

    WHERE a.agent_id = p.agent_id

    )

    got_aggregates AS

    (

    SELECT THE CHECK BOX

    WHEN you GROUP (name) = 0

    THEN the name

    WHEN you GROUP (grp_id) = 0

    THEN "SUBTOTAL".

    ANOTHER "GRAND TOTAL".

    END AS name_s

    CASE

    WHEN you GROUP (upstream) = 0

    THEN upstream

    WHEN you GROUP (grp_id) = 1

    THEN TO_CHAR (: a).

    Of OTHER LAST_VALUE (a_agent_id IGNORE NULLS)

    COURSES (PARTITION BY grp_id

    ORDER OF CASES

    WHEN a_agent_id <> grp_id

    THEN SUM (mtd_total_anp)

    END NULLS FIRST

    ROWS BETWEEN UNBOUNDED PRECEDING

    AND UNBOUNDED FOLLOWING

    )

    END AS parent

    a_agent_id, grp_id

    SUM (total_manpower) AS sum_total_manpower

    SUM (mtd_total_anp) AS sum_mtd_total_anp

    Group of (name) AS g_name

    GROUPING (grp_id) AS g_grp_id

    OF got_grp_id

    GROUP OF ROLLUP (grp_id

    , (name, upstream, a_agent_id)

    )

    )

    SELECT THE CHECK BOX

    WHEN g_grp_id = 0

    THEN LPAD (' ', 4 * (LEVEL - 1))

    END | name_s AS first_nameq

    sum_total_manpower

    sum_mtd_total_anp

    CASE

    WHEN g_name = 0

    THEN THE LEVEL

    4 SOMETHING ELSE

    END as lvl

    a_agent_id

    OF got_aggregates

    START WITH a_agent_id = TO_CHAR (: a).

    Parent = a_agent_id PRIOR CONNECTION

    Brothers and SŒURS of ORDER BY sum_mtd_total_anp

    ;

    Output:

    SUM_

    SUM_ MTD_ A_

    TOTAL_ AGENT TOTAL

    FIRST_NAMEQ MANPOWER _ANP LVL _ID

    -------------------- -------- -------- ---------- -----

    Lily 1 22000 1 116

    Kevin 1 24000 2 115

    PARTIAL TOTAL 2 46000 4

    Sarah 1 25000 2 110

    May 1 85000 3 104

    PARTIAL TOTAL 2 110000 4

    Tom 1 35000 2 102

    John 1 23000 3 100

    Sue 1 25000 3 111

    Salwa 1 75000 3 109

    PARTIAL TOTAL 4 158000 4

    GRAND TOTAL 8 314000 4

    I changed the column names.  (For example, there is a built-in function called RANK, so this isn't a column name good.  "It's confusing to use upstream to 2 unrealted stuff.)

    I guess just what you want for the LVL column.

    Why is agent_id a NUMBER, but upstream a VARCHAR2?  I expect to be of the same data type, so that upstream may be a foreign key referencing agent_id.

  • total and grand total.

    Hello guys I run a query like the bottom, but now I would like to make the last line actually say Grand Total. Instead of just total. Can anyone give me information on how I could just done who?
    SELECT   decode (grouping (farinva_invh_Code),0,null,'Total') farinva_invh_Code,
             --decode ( grouping (amt),0,null,'GrantTotal')Grant_Total,
             farinva_invh_Code,
             spriden_id,
             --spriden_last_name "last Name",
             --spriden_first_name " First name",
             --fabinvh_trans_date Dated,
             NVL(SUM(DECODE(fabinvh_cr_memo_ind,
                   'N', DECODE(NVL(fabinvh_disb_agent_ind,'N'),
                        'N',    NVL(farinva_appr_amt, 0)
                              - NVL(farinva_disc_amt, 0)
                              + NVL(farinva_tax_amt, 0)
                              + NVL(farinva_addl_chrg_amt, 0),
                                NVL(farinva_convert_amt, 0)
                              - NVL(farinva_convert_disc_amt, 0)
                              + NVL(farinva_convert_tax_amt, 0)
                              + NVL(farinva_convert_addl_chrg_amt, 0)),
                        DECODE(NVL(fabinvh_disb_agent_ind,'N'),
                        'N',   (NVL(farinva_appr_amt, 0)
                              - NVL(farinva_disc_amt, 0)
                              + NVL(farinva_tax_amt, 0)
                              + NVL(farinva_addl_chrg_amt, 0)) * -1,
                               (NVL(farinva_convert_amt, 0)
                              - NVL(farinva_convert_disc_amt, 0)
                              + NVL(farinva_convert_tax_amt, 0)
                              + NVL(farinva_convert_addl_chrg_amt, 0)) * -1))), 0) amt
        FROM fabinvh, 
             farinva,
             spriden
              WHERE farinva_coas_code = 'T' /* 1-M1QQH */
              and fabinvh_code = farinva_invh_Code
              and fabinvh_vend_pidm = spriden_pidm 
              and spriden_change_ind is null
              AND FABINVH_CODE LIKE 'TR%'
              AND SPRIDEN_ID in( '908388380', '905766027','909209091','912355810' )
              AND FABINVH_CANCEL_IND = 'N'
              GROUP BY rollup ( 
              spriden_id,
              farinva_invh_codE
              );
    Hello guys
    "FARINVA_INVH_CODE"           "FARINVA_INVH_CODE_1"         "SPRIDEN_ID"                  "AMT"                         
    ""                            "TR002020"                    "9057660xx"                   "104.48"                      
    ""                            "TR002999"                    "9057660xx"                   "1886.59"                     
    "Total"                       ""                            "9057660xx"                   "1991.07"                     
    ""                            "TR003109"                    "9123558xx"                   "1427.18"                     
    "Total"                       ""                            "9123558xx"                   "1427.18"                     
    "Total"                       ""                            ""                            "3418.25"                     
    Thank you
    Miguel

    Hello

    Just add an ELSE clause to this same expression BOX:

    CASE
        WHEN  GROUPING (spriden_id)        = 1
        THEN  'Grand Total'
        WHEN  GROUPING (farinva_invh_code) = 1
        THEN  'Total'
        ELSE  farinva_invh_code     --     <== *****  NEW  *****
    END     AS farinva_invh_Code
    
  • Can you please tell me how to make the thicker arrows on the Pages.

    Can you please tell me how to make the thicker arrows on the Pages. Thank you very much. There is something incredibly simple to do, but I, having a disconcerting brain, am totally unable to understand. Please please help me. Thank you

    < re-titled by host >

    Try here > Pages for Mac: Add and edit forms

  • How to make a shadow of a person

    Hi, is it possible to take a green screen video of a person and create a shadow. I know how to do a version check video, so they are white on a black background, but I would like to make the person totally black and the background transparent. I could then align the shade behind them and tilt so that it matches the angle of the Sun (should be fun). For our office Christmas party, I still have some of our people in the film and place them in advertisements. For this one, I do a commercial golf and of course the Sun is shining and the lack of a shadow is quite noticeable. Thanks in advance as always for what I'm sure that will be a few tips. Thank you, Jay

    It sounds not to be fun.

    Here's how I would approach it, in general terms:

    (1) apply the effect of Keyer for the green screen clip, background and export with alpha channel - use master file and choose the codec ProRes 4444. This will produce a film with the green background removed and made transparent.

    (2) import the movie that you created in step 1 - call it the foreground clip.

    (3) use two copies of the foreground over the background element item in the timeline panel.

    4 experimenting with blending modes, opacity scale and distortion of the Middle clip (a copy below of the foreground element) to achieve the desired result.

  • How to make a smart playlist

    How to make a smart playlist with songs not played as often?

    It depends on what you mean by "not play also" often  You can select songs based on the number times that they have played, or how recently they've been played or a combination of both.  This example:

    with, select all the songs in your library who have not played in the last six months, or who have played less than three times in total.

    1. This button allows you to create a group of rules with variables AND / OR combinations
    2. everything here indicates that the rule will select the songs corresponding to one or more of the rules listed in this group (in the case of GOLD).  Changing at all means that only songs corresponding to each rule in the group will be selected.

    Best thing to do is probably to start with this example and play with the different options offered by iTunes to get something that fits your needs.

  • How to make the printer don't not sleep?

    someone knows how to make my officejet 4620 not go to sleep?

    Hi digtman,

    This product is designed to reduce energy consumption and save natural resources without compromising the performance of the products. It is designed to reduce the total energy consumption during the operation and when the device is not active. This product is eligible for the ENERGY STAR®, which is a voluntary program established to encourage the development of energy-efficient office products.

    Figure 2: Energy Star Logo
  • How to make windows media player defalt player?

    The total telling this.

    Hi Ernest,

    Thanks for posting your question in the Microsoft Community forums.

    I see from the description of the problem, you want to know how to make Windows Media Player as the default player.

    I will surely you help with this.

    I suggest you try the procedure described in the article and see if it helps.

    Hope this information helps you. If you need additional help or information on Windows, I'll be happy to help you. We, at tender Microsoft to excellence.
  • Laptop Compaq Presario CQ60-300SO - how to make HDMI work with Win 7

    I've upgraded to Windows 7 from XP.

    I connect the HDMI cable to my TV.
    The PC displays both screens, but there is no signals reaching the TV.
    I uninstalled the software of the graphics card and let the Win Update to find the driver. Same results.

    Here's my setup.

    How to make it work? It works very well with a VGA cable. And I tried many televisions.

    Martin

    _________________________________________________________________

    Name of the operating system Microsoft Windows 7 Enterprise
    Version 6.1.7601 Service Pack 1 Build 7601
    Another Description of the OS is not available
    Manufacturer of operating system Microsoft Corporation
    Name of the MARTSHP system
    System manufacturer Hewlett-Packard
    System model Compaq Presario CQ60 Notebook PC
    System Type X 86-based PC
    Processor AMD Sempron (TM) TR-42, 2100 Mhz, 1 Lossnay, 1 logical processors
    BIOS Version/Date Hewlett-Packard F.54, 18.08.2009
    SMBIOS Version 2.4
    Windows directory C:\Windows
    System directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume1
    The local United States
    Hardware Abstraction Layer Version = "6.1.7601.17514".
    MartsHP\Administrator user name
    Zone schedule Southeast Asia standard time
    Physical memory (RAM) 4.00 GB
    Total physical memory 2.75 GB
    1.60 GB available physical memory
    5.50 GB total virtual memory
    4.13 GB available virtual memory

    Hi realpommy. If you encounter problems with HDMI output and let Windows determine the pilots, who could be part of the issue.  First of all try to install these Windows 7 drivers provided by HP for your laptop: NVIDIA nForce Chipset MCP77MV graphics drivers

    After installation and reboot, if you still have problems with video output look in Device Manager, to ensure that there is no error, or "unknown devices".  The section "Understanding of the symbols of error Device Manager" in this document:
    Information from the Device Manager in Windows 7 to illustrate some possible errors.

    If there is no error in Device Manager, do through these documents for more information and the last for troubleshooting ideas:
    Connection of a monitor, projector or a TV (Windows 7)
    Overview of HDMI and DVI for PC connections

    HDMI display resolution and problems of his (Windows 7 and Vista)

    Let me know if it helps.

  • How to make windows recovery, no restoration?

    I am someone help with a problem with the home edition of windows vista. Try a restore, but that would not work. I've saved all photos and docs and want to make a recovery. My understanding is that it will put everything back to factory settings and start over. Is this correct? If you have answered this for me thank you.

    Second part of the question is on the Windows Mail program they use for his email. Is it possible to save the emails she has in the Inbox so that they don't get lost? Thanks for the help.

    Hello

    Your system may have a recovery Partition or came with a recovery disk - if so, refer to your
    Support site for the manufacturer of system FYI.

    Be sure to back up the system AND its better to use several methods to have backups, backups.

    Windows Mail - file - EXPORT of Messages then EXPORT Contacts. After completing the relocation
    then IMPORT

    You mean reinstall the OS completely? If you have Vista DVD you can do however make sure to
    totally your data off the drive of backup, and you need to reinstall your programs. If you do not
    Disks of Vista, you can buy them in your machine to cheap system. If you don't care about existing programs
    Then you can make a complete new installation - just select the format options that erases the entire disc (this
    Clears all data as well).

    How to perform a repair for Vista Installation (this keeps your data if the backup off the)
    Player is safe)
    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

    How to do a clean install and the installer with a full Version of Vista - this erase ALL programs and data on
    http://www.Vistax64.com/tutorials/117366-clean-install-full-version-Vista.html

    This tells you how to access the System Recovery Options and/or Vista disk
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    How to do a clean install with a Version upgrade to Vista - this wipes ALL programs and data on
    http://www.Vistax64.com/tutorials/68767-clean-install-upgrade-Vista.html

    How to do a Custom Installation of Vista - this is a clean install should, however, save your data
    http://www.Vistax64.com/tutorials/241565-custom-install-Vista.html

    Upgrade to another edition of Windows Vista - this should keep the programs and data
    http://windowshelp.Microsoft.com/Windows/en-us/help/3af7e05f-4d2a-4af7-A168-9242f9093bb81033.mspx

    Installation and reinstallation of Windows (upgrade - store programs and data or New Installation that removes them)
    http://windowshelp.Microsoft.com/Windows/en-us/help/e77344fa-e978-464c-953e-eba44f0522671033.mspx

    On-site upgrade
    http://vistasupport.MVPs.org/repair_a_vista_installation_using_the_upgrade_option_of_the_vista_dvd.htm

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • How to make a turn of body Cartoon

    I got some pretty simple characters I've been working on for character animator. Today, I am about to build the "Cartoon head turns' via the instructions in the tutorial included in the tutorial section.

    My characters need to body in turn. Can I create, as you would for the head turns; Before (one!) + (s!) right side, + 3/4 Right (d!), + (f!) Left side, 3/4 side Left (g!) coordinated to create the body turns to the puppet? What other options I have for creating body towers?

    As a reference, I included the video head turn as a reference. Thanks in advance for your help.

    How to make a cartoon head turn - YouTube

    If you want the head and the body to transform independently, what you have to do, essentially, is double the head to turn groups in the body (for example as Wendigo) group, replace the head body art work and also to replace the triggers. And delete any sub-groups, you don't need - such as the mouth, eyes, etc.

    Or, more simply, you could rotate the head and the body simultaneously by simply replacing the work of head layer with total body art.

Maybe you are looking for