How to add the total general of PivotTable?

Hi experts

I have a PivotTable that has the following text:

-L' year as a Dimension
-Column: Number of orders
-Column: Value of the order

Can anyone advise on how to add a grand total of lines which will show:

-Total general for the number of orders
-Total general for the value of the order

Thank you very much

Franck

Modify the report
-> Click on symbol warning lines-> select after/before
-> Click on columns, the summation symbol-> select after/before

Pls mark if this can help...

Tags: Business Intelligence

Similar Questions

  • How to view the total general to IR

    Hyperion IR: 9.2

    Good in my results to my query section, my table shows total general of my column in the middle (3 in total). Pretty easy.

    However when I create the report and display the table, I want that the grand total of the column in the Middle, but it does not show the total general (dimension table) unless it's a fact table - that positions itself in the last column, not in the middle.

    How can I go about it?

    THX.

    Layout your facts and Dimensions of the table. By default the facts appear to the right even if the Dimensions are added after the fact.

    Then, click your mouse in the data part of the fact, and it will highlight. Then click and drag the column to the position where you would like.

    Hope that helps

    Wayne

  • How to avoid the total general of the classic report when the column break is installed in the Apex

    Hi all

    I develop application using Oracle Apex 4.2.0.

    I created the classic report Page.

    That I have summarized a column by selecting the check box check sum for the column.

    His shows the Grand Total.

    Then I chose the columns to break to the first column.

    His show the total groupwise and total as well as great as image below.

    dc.jpg

    My requirement is

    Need to hide total(Total:)) GroupWise or total general. I need to show any a total, not both.

    How to do this?

    Thank you

    Su.GI

    Su.GI wrote:

    Hi, thanks for your response.

    I use theme - productivity Application - issue 26

    -Standard model

    Report - report of Standart for classic report model.

    The above CSS code where I want to use in the page or report or model region.

    Specify a static region ID for the report area and put the following CSS rule in the CSS Inline property page:

    #static-region-id .uReportStandard tr:last-child td {
      display: none;
    }
    

    where static-region-id is the ID specified for the region.

  • to get the total general

    Hello

    I have an example of a query like this, can't expose the names of actual table I have security problems.

    Select empno, count (empno) in the emp_table1 where certain conditions

    Union of all the

    Select empno, count (empno) in the emp_table2 where certain conditions

    Union of all the

    Select empno, count (empno) in the emp_table3 where certain conditions

    Union of all the

    Select empno, count (empno) in the emp_table4 where certain conditions

    I get the result as below, no matter what.

    Output

    ----------

    EmpNo County

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

    Emp1 15

    EMP2 12

    Emp3 10

    EMP4 6

    Emp5 4

    emp6 7

    emp7 12

    emp8 14

    but finally, I should get a special register, displaying the total general as

    emp_total 80

    How can get this.please provide

    Since I don't have access to your data, a simple way to show CUMULATIVE would be this.

    WITH T1 (C1, C2) AS)

    SELECT "emp1", 15 OF DOUBLE UNION ALL

    SELECT "emp2", 12 OF DOUBLE UNION ALL

    SELECT 'emp3', 10 OF DOUBLE UNION ALL

    SELECT "emp4", 6 OF DOUBLE UNION ALL

    SELECT "emp5", 4 OF DOUBLE UNION ALL

    SELECT 'emp6', 7 OF DOUBLE UNION ALL

    SELECT 'emp7', 12 OF DOUBLE UNION ALL

    SELECT 'emp8', 14 FROM DUAL)

    SELECT NVL(C1,'EMP_TOTAL'), SUM (C2)

    FROM T1

    ROLLUP GROUP (C1);

    OUTPUT:

    Emp1 15

    EMP2 12

    Emp3 10

    EMP4 6

    Emp5 4

    emp6 7

    emp7 12

    emp8 14

    EMP_TOTAL 80

  • Add the total size of data store and space remaining


    Hi,

    What would be the easist way to add the total datastore size and remaining datastore size to the following.
    I do emphasise, esasiest, since I'm as green as can be to powercli, powershell for that matter. I'm trying to learn in babysteps

    Get - VM $VM | %{ $_. Name; ($_ | get-datastore | select name). Name}

    At the moment I get day like this, I get to the above.

    DataStoreName (Add info here on DS size?)

    vmname

    DataStoreName (Add info here on DS size?)

    vmname

    ...

    ...

    ...

    Thank you!!

    The $_ represents the object that has been passed through pipeline (the ' |') of the previous cmdlet.

    For example

    Get - VM | %{$_. Name}

    The cmdlet Get - VM will get all the VMs on the servers of vSphere to which you are connected.

    The pipeline ('|) ') said these VM objects one by one to the following code.

    In what is a Foreach-Object (alias is '%') who will send the name of the virtual machine (available in the variable $_) to the default output.

    On a Select-Object cmdlet, you can select properties of the object that was passed through the pipeline, or you can use what is called a "calculated property. Such a calculated property consists of a pair of hash, name (N) and Expression.

    Obviously, name is the name you want to give to this calculated property.

    Expression is the block of code that must be executed.

    For example

    Get-Datastore. Select Name,@{N="CapacityGB; E={$_. CapacityMB/1 KB}}

    All database objects are passed to the Select-Object cmdlet.

    The Select cmdlet displays the name of the data store, and it will display a property called CapcityGB, which displays the ability to store data in GB.

    Notice how the property CapacityMB that is present in the data store object is converted to GB by the code in the Expression block.

    The part of the Expression has not always need to do something with a property of the object that was passed.

    For example

    Get - VM | Select Name, @{N = 'Current time'; E = {Get-Date}}

    In this case the Select-Object cmdlet displays the Name property of the virtual computer object that has been sent.

    And it will display the current time as the propertyname "current time".

    This is an example of a calculated property that has nothing to with the object passed through the pipeline.

    I hope that clarifies the code a bit.

  • How to add the name of the title of graph in Excel

    Dear friends

    I'm using LabVIEW 8.0.I need how to add the name of the title of graph in Excel.

    You have the report generation tool? If so, the VI of graph Easy Excel has an entry for this.

    If you don't have the Toolbox, then you need to use ActiveX. Please do a search on the use of the ActiveX (there are examples provided with LabVIEW) to control Excel. Also, there are many examples in the thread Excel. NOTE: DON'T POST QUESTIONS IN THIS THREAD.

    In the end, you will need to search for information contained in MSDN.

  • How to add the full value of two buttons?

    How to add the full value of two buttons (any key) VI and display it in the output text box? I am attaching a sample program, but I know that his evil... Help, please

    Try this

  • How to add the quick launch of the desktop icon bar

    How to add the toolbar launch quick icon on the desktop. I can't find a desktop icon that will drag on

    The following Microsoft KB article

    http://support.Microsoft.com/kb/190355/en-us

    will help you.

    Good bye.

  • How to add the translation application to my email add FB?

    Original title: translation

    I need to know how to ADD the TRANSLATION software to my email add FB? Any help?

    Try here: https://www.facebook.com/help/100117036792266

    Translate the updated Facebook application on the road

  • How to add the Quazip library

    Hi, I want to try to use Quazip. Since I read, I have to add the library before use.

    I downloaded from http://quazip.sourceforge.net/

    How to add the Quazip library? Please explain the step, never add lib before.

    Thank you

    I have change the .pro file

    Like this:

    http://StackOverflow.com/questions/13341234/unzip-files-downloaded-from-Server

  • How to add the profile of lenses?

    How to add the profile of lenses?

    At the bottom of the link, you will find a link for the lens profile downloader. With this tool, you can download the profiles shared by other users.

    Work with lenses profiles in Adobe Photoshop, Lightroom and Camera Raw

  • How to add the new column in existing table to our desired location?

    How to add the new column in existing table to our desired location?

    For example, I have to add the new column 'course' before the salary column in the emp table.

    I think the best way is to add the column at the end of the table and create a new view with the order of the columns...

    Another option...

    places the data into a temporary table and recreate the table with the correct order of the columns, and then insert data to the table from the temporary table

    Refer

    Add column (from table) in the desired position

    Example:

    CREATE TABLE temp_my_user LIKE)

    SELECT * FROM password);

    DROP TABLE password;

    (Password) CREATE TABLE

    userID NUMBER

    , first name VARCAHR2 (25)

    , middleInitial VARCHAR2 (1)

    (, name VARCHAR2 (25));

    INSERT INTO password (userID, firstName, lastName)

    (SELECT username

    first name

    lastName

    OF temp_my_user);

    DROP TABLE temp_user;

  • How to add the bar at the bottom of the page [Dreamweaver]

    Hello!

    How to add the bar at the bottom of the page that helps me to make changes in my creation page?

    Not sure I understand.  Looking for the properties panel?  Press Ctrl + F3 or go to window > properties.

    Nancy O.

  • Please tell me how to add the English language in photoshop?

    Hello! Please tell me How to add the English language in photoshop? I'm from Russia and acquired, respectively, also in Russia()

    Cloud of swap language http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html

    or

    A product of Adobe for another language or version of trading platform for CS6

  • How to add the date felxfiled in OFA

    How to add the date felxfiled in OFA

    Hi gurus,

    How to add a date in the form OFA field. I tried but no optin schedule it. I need to add the calendar options before the flexfiled.

    Concerning

    Hello

    Allocate FND_STANDARD_DATE segment value your FDF everywhere where you want to see the calendar on the page of the OFA.

    Let me know if you need more help on this.

    Kind regards

    Hemant

Maybe you are looking for