Report show no subtotals and Total per report

Hello

I'm new in OBIEE reporting.

I created a simple test with accuracy of invoices of purchases and have added fileds for the period accounting, seller name, amount of the invoice, Bill Source

But when I checked the function sum for the period, the seller and the report is now displayed the total in the region of the table of the report

Please help solve

Concerning

SS

HII,

I think that, you hav not taken any measure that applied the rule of the aggregation... If you wnt grand total for amount of the invoice follow these steps:


analysis of Edit--> symbol warning CLICK in the columns and measures--> select after-->, then right-click on the amount of the invoice--> aggregation column select rule (SUM)--> ok


u wil get the expected results.


Check if got the answer...

Tags: Business Intelligence

Similar Questions

  • Feature: How to get subtotals and total general whole?

    I am wrtiting a report using SQL and SQL * more to get subtotals and a total general. The COMPUTE function allows me to CALCULATE SUM on a group, but it only gives me subtotals. I am interested in getting a report with subtotals and a final OVERALL TOTAL. Is this possible using SQL * more?

    Here is my current code that gives me subtotals:
    COMPUTE SUM LABEL subtotal OF sal ON deptno
    SELECT ename, sal, deptno 
    FROM emp 
    ORDER BY deptno;
    
    ENAME             SAL     DEPTNO
    ---------- ---------- ----------
    CLARK            2450         10
    VOLLMAN          5000
    MILLER           1300
               ---------- **********
                     8750 subtotal
    
    SMITH             800         20
    ADAMS            1100
    FORD             3000
    SCOTT            3000
    JONES            2975
               ---------- **********
                    10875 subtotal
    
    ALLEN            1600         30
    BLAKE            2850
    MARTIN           1250
    JAMES             950
    TURNER           1500
    WARD             1250
               ---------- **********
                     9400 subtotal
    Here is the code for a grand total:
    Column DUMMY NOPRINT
    COMPUTE SUM OF sal ON DUMMY
    BREAK ON DUMMY
    SELECT NULL DUMMY, ename, sal, deptno 
    FROM emp 
    ORDER BY deptno;
    
    ENAME             SAL     DEPTNO
    ---------- ---------- ----------
    CLARK            2450              10
    VOLLMAN          5000          10
    MILLER           1300          10
    SMITH             800              20
    ADAMS            1100          20
    FORD             3000          20
    SCOTT            3000          20
    JONES            2975          20
    ALLEN            1600              30
    BLAKE            2850          30
    MARTIN           1250          30
    JAMES             950          30
    TURNER           1500          30
    WARD             1250          30
               ---------- 
                    29025
    How can I combine the two on a single report?

    Hello

    If you want to do with the SQL * Plus COMPUTE command, just give another CALCULATION order "CARRY ON".
    Add 'REPORT ON' to the PAUSE command, also.

    BREAK ON  deptno     ON  REPORT
    
    COMPUTE SUM LABEL subtotal     OF sal ON deptno
    COMPUTE SUM LABEL grandtotal    OF sal ON REPORT
    
    SELECT    ename, sal, deptno
    FROM        scott.emp
    ORDER BY  deptno;
    

    Output:

    ENAME             SAL     DEPTNO
    ---------- ---------- ----------
    CLARK            2450         10
    KING             5000
    MILLER           1300
               ---------- **********
                     8750 subtotal
    JONES            2975         20
    FORD             3000
    ADAMS            1100
    SMITH             800
    SCOTT            3000
               ---------- **********
                    10875 subtotal
    WARD             1250         30
    TURNER           1500
    ALLEN            1600
    JAMES             950
    BLAKE            2850
    MARTIN           1250
               ---------- **********
                     9400 subtotal
               ----------
    grandtotal      29025
    
    14 rows selected.
    
  • Report Total partial and Total formatting help


    Hello

    I need help with the format of Reporting for subtotal and total. The task that made me to try to find out if we can reproduce at APEX, a Cognos report. This report format is in such each subtotal will display the name of the district, and the name and the value must be "BOLD". In total, then will also be a name of the Organization as a 'total Institution '. So far, for the objective test, I have this demo using the Oracle OEHR data that follow and get the subtotal without the name and the total without the rollup group name and order of

    {

    Select distinct OEHR_CUSTOMERS_VIEW. COUNTRY_NAME as institution_sector,

    OEHR_CUSTOMERS_VIEW. CUST_FIRST_NAME as an Institution,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2009,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2010,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2011,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2012,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2013

    of OEHR_CUSTOMERS_VIEW OEHR_CUSTOMERS_VIEW

    Group of rollup (COUNTRY_NAME, CUST_FIRST_NAME)

    order of COUNTRY_NAME, CUST_FIRST_NAME

    }

    This give me the results I want, but I want to print the name of instition_sector in subtotal, I won't show my institution_sector in nowhere in the report but my total part-time.

    SQL formatting report do not.

    Not tested the application, please try

    Select distinct NVL(OEHR_CUSTOMERS_VIEW. CUST_FIRST_NAME,NVL(OEHR_CUSTOMERS_VIEW. COUNTRY_NAME,'Total Institution') as an Institution.

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2009,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2010,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2011,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2012,

    sum (OEHR_CUSTOMERS_VIEW. CREDIT_LIMIT) as fall_2013

    of OEHR_CUSTOMERS_VIEW OEHR_CUSTOMERS_VIEW

    Group of rollup (COUNTRY_NAME, CUST_FIRST_NAME)

    order of COUNTRY_NAME, CUST_FIRST_NAME;

  • The total size of the backup database and Total database size.

    Hi Experts,

    How can I find the size of the size of the database and the size of the backup with only the RMAN catalog help.
    I use Oracle 10.2.0.5. and Tivoli TSM

    I have

    Hello

    See this doc...
    http://download.Oracle.com/docs/CD/B28359_01/backup.111/b28270/rcmreprt.htm#CHDBIGHG

    Connect to SQL * for the database you intend to question the backup history.

    Ask the view V$ RMAN_BACKUP_JOB_DETAILS for more information on the backup type, status, and the start and end time.

    The following query shows the history of the backup jobs sorted by the session key, which is the primary key for the RMAN session:

    COL STATUS FORMAT a9
    COL hrs    FORMAT 999.99
    SELECT SESSION_KEY, INPUT_TYPE, STATUS,
           TO_CHAR(START_TIME,'mm/dd/yy hh24:mi') start_time,
           TO_CHAR(END_TIME,'mm/dd/yy hh24:mi')   end_time,
           ELAPSED_SECONDS/3600                   hrs
    FROM V$RMAN_BACKUP_JOB_DETAILS
    ORDER BY SESSION_KEY;
    

    Ask the view RMAN_BACKUP_JOB_DETAILS V$ at the rate of tasks of backup in an RMAN session.

    The following query shows the speed of backup job sorted by the session key, the primary key of the RMAN session. The in_sec and out_sec columns columns display the input data and output per second.

    COL in_sec FORMAT a10
    COL out_sec FORMAT a10
    COL TIME_TAKEN_DISPLAY FORMAT a10
    SELECT SESSION_KEY,
           OPTIMIZED,
           COMPRESSION_RATIO,
           INPUT_BYTES_PER_SEC_DISPLAY in_sec,
           OUTPUT_BYTES_PER_SEC_DISPLAY out_sec,
           TIME_TAKEN_DISPLAY
    FROM   V$RMAN_BACKUP_JOB_DETAILS
    ORDER BY SESSION_KEY;
    

    Ask the view RMAN_BACKUP_JOB_DETAILS V$ for the size of the backups in an RMAN session.

    If you run the DATABASE BACKUP, then V$ RMAN_BACKUP_JOB_DETAILS. OUTPUT_BYTES indicates the total size of backup games written by the backup task for the database that you are backing up. To view the backup set sizes for all registered databases, ask RC_RMAN_BACKUP_JOB_DETAILS.

    The following query shows the speed of backup job sorted by the session key, the primary key of the RMAN session. The in_sec and out_sec columns columns display the input data and output per second.

    COL in_size  FORMAT a10
    COL out_size FORMAT a10
    SELECT SESSION_KEY,
           INPUT_TYPE,
           COMPRESSION_RATIO,
           INPUT_BYTES_DISPLAY in_size,
           OUTPUT_BYTES_DISPLAY out_size
    FROM   V$RMAN_BACKUP_JOB_DETAILS
    ORDER BY SESSION_KEY;
    

    The following sample output shows the speed of the backup jobs:

    I hope this will help...

    Kind regards
    Levi Pereira

  • Is it $167 per month and $1999 per year?  It seems overpriced.  I suspect that Adobe refers to a dollar and sixty-seven cents per month. Until it is clearly written, I've maybe wrong.  Where can I get clear unequivocal negative cost.

    Is it $167 per month and $1999 per year?  It seems overpriced.  I suspect that Adobe refers to a dollar and sixty-seven cents per month. Until it is clearly written, I've maybe wrong.  Where can I get clear clear of the cost?

    Adobe Creative Cloud prices are here

    Pricing plans and creative Cloud membership | Adobe Creative Cloud

    Adobe track & emission prices are here

    Send and track large files easily. Adobe Send & Track

    No shows the price you quoted so I wonder what page you read exactly?

  • When I insert my apple ID for FaceTime then show these words (and n error occurred during results. Try again)

    Dear I have a problem in my FaceTime for the e-mail address, of FaceTime also work on cell phone, when I insert my apple for FaceTime ID then show these words (and n error occurred during results. (Try again). Please help me and tell me what is a problem. Thank you

    < re-titled by host >

    See if it might help - If you get an error when you try to activate FaceTime - Apple Support or iMessage

  • In "Général" it allows me to select ' show my windows and tabs from last time '.

    In "General", "Startup", "when Firefox starts:" it does not select ' show my windows and tabs from last time. " It allows you to 'Show my home page' and 'white page '. If it is not resolved, I'm going to change browsers.

    Hello Mozilla12,

    It's sad to hear that you are facing this problem. We would love to hear form you that how long you are facing this problem and what time you have updated your browser.
    Please reply so that we can help you in the best possible way.

    Kind regards
    Gerard sharma.

  • Smart folders do not show sent ymail and project files.

    I have subscribed to all folders YMAIL and all smart folders to select the appropriate imap folder. Most of the names do not match the names listed when I connect directly, but some work anyway (watch in TBird but shipments it is unwanted online and it works). The sent folder YMAIL doesn't show anywhere, YMAIL folder project displayed YMAIL instead of the unified drafts folder. GMAIL and Outlook work very well.
    Reminder: YMAIL shows under Inbox, junk mail and Trash but not covered by air currents and sent.
    Any suggestions?

    Thanks Matt.
    No fine Crusaders. I deleted the physical file using Windows Explorer. I searched and he did it before I did anything else. Then I tried a lot of things myself. Then I posted my request for help.

    I'm reasonably sure there is something wrong with the way that Thunderbird creates the MSF smart folder or IMAP.yahoo MSF file. He also had something to do with my account settings. I got it all working by changing to keep everything on my PC to keep it on the servers.

    IN CASE YOU ARE WORRIED, I ATTACHED A PICTURE OF MY SETTINGS THAT WORK AND HAVE A LITTLE RECAP OF ALL THAT BELOW.

    Problem:
    1. sent YMAIL of folder appears in the view 'All' but does not anywhere in the "smart folder. BUT even if it is not anywhere, e-mails that appear when I click on the unified "Sent" folder
    2 project YMAIL folder appears in the mode "All", but "Smart Folder" mode it sometimes shows under YMAIL, and sometimes in the smart folder.

    Unique configuration:
    1. I have two profiles and choose which use when I start T-Bird.
    2. or the profile is in the standard location. Profile with all the 3 services is located on a memory stick, so I can use it on any PC.

    Account settings: all three (GMAIL, Outlook and YMAIL) are set to the same thing.
    1 server: check to send to startup & all 60 minutes. Move deleted messages to the trash on YMAIL & GMAIL. Move to deleted in Outlook. All have empty the trash at the exit.
    2. the copies & folders: put a copy in sent premises. Keep the archives of message is not checked. Keep on local drafts drafts. Models of light up on models the.
    3 junk Settings: place new unwanted mailings on YMAIL, Spam on GMAIL, spam on Outlook and undesirable on local issues.
    4 synchronization: Kepp messages on this computer is not checked. Synchronize all messages regardless of age. Do not delete the messages.
    5. Advanced Synchronization: all records are unchecked in "choose for offline use."
    Junk is the only one where the T-Bird is set to put/keep e-mail on the server.

    Server properties: all records are verified to be included in global research.
    Folder subscription server status:
    1 YMAIL: Project, reception, sending mass mailings, Trash box
    2 GMAIL: Drafts, Inbox, sent Mail, Spam, Trash, all mail.
    3. Outlook: drafts, Inbox, sent, Junk, deleted.
    Online search is verified for all unified servers. And all of these answers are archived in the unified corresponding folder "choose" settings. Local folders are also checked.

    Attempted fixes:
    1 checked subscription & unified folder "choose folders". All have been verified.
    2 tried several sequense of checking and unchecking subscription and choose the folders. None worked.
    3 search help and used Windows Explorer to remove the smart folder. Restarted two times T-Bird. Sometimes it only part of his corrections on the first reboot. No change.
    4 backed up and deleted the YMAIL Sent.msf folder. T - Bird re-created before lower, but fixed no problem.
    5. save the entire profile and tried to edit the smart folder Sent.msf. No luck.
    6 restore full profile. Tried editing IMAP YMAIL Sent.msf. No luck.
    7 Retored profile and asked for help.
    8. kept trying and finally got all work to keep everything on the servers instead of my PC.

  • The "Show my windows and tabs from last time' did not work

    I had just updated my KMPlayer and the new drive installed an add-on to find key that ruined my whole internet browsers...
    affecting Firefox, IE key home page - find the page, I tried to change the homepage on a show, my last session one and it always return to the home page, which is the key - find page:

    and after I uninstalled it, it is always to have the effect it
    so I thought to change the regedit, but I can only change which opened in my home page, the home page is more key-find page, I changed it to www.google.com
    But the problem persists again, tried to change the home page to "show my windows and tabs from last time" he'll always recover option from the home page...

    anyway to help me clean this mess up? It's bad because I can't use my last session tabs because it is faster than clicking on bookmarks...

    changed my mind, after a reboot of the PC is fixed, the add-on find key required a reboot

  • WhatsApp works do not last night... When I opened the app, it shows white screen and closed after a certain time.

    WhatsApp works do not last night... When I opened the app, it shows white screen and closed after a certain time.

    Try to do these steps, it should help:

    1 check WhatsApp update: Open App Store from your iPhone, click on updates, check if the application needs to update.

    2. restart your iPhone: hold down the sleep/wake button to it turn off and then turn it on again.

    3. close the app: multitasking opened by double pressing the Home button, slide the nonresponse apps up to close.

    4. go in the settings, press Whatsapp, touch turn off everything except mobile and notofications data.

    5. return to the home screen and open whatsapp.

    6. go in the settings, press Whatsapp and turn back.

    7. open whatsapp again. It should work now.

  • Why apple card app does not show the routes and directions between two places in India in an iphone 6 s more?

    map does not show the routes and directions

    This feature is not yet supported in India.

    http://www.Apple.com/in/iOS/feature-availability/#maps-directions

    In addition, your phone may be overheating for a number of reasons. The most common of which is low service area.

    Your attributes from battery to the majority of the production of heat, then adjust settings to put less load on the farm in general will help some.

    http://www.Apple.com/batteries/maximizing-performance/#iOS

  • I downloaded firefox 17; but it seems that the installednstill shows the 15 and 16

    After you download moxilla firefox 17, I note that the programs are still show 15.0 and 16.0.2 not 17.
    What happened and how it can be corrected.
    You said before that the last change would rectify that; but apparently not havce.
    What do we do?

    1. Uninstall Firefox on your computer
    2. How to download and install Firefox on Windows
  • 2009 iMac has none showing after restore and hard disk crash

    My 2009 iMac running 10.9.5 Mavericks locked up and I had to restore it from backup. After I restored it, it made 2 backups and then crashed. When I tried to restore it again there is no hard drive available. I got when starting was a folder flashing with an exclamation mark. When I started a drive (10.6) there was no available hard drive. The Profiler system showed no applications and no hard drive. Does anyone know how ix, or it is not repairable? Thanks, DJ

    Reboot into Recovery Mode and then reformat the drive of DiskUtility in recovery. Try again.

  • When Firefox startup options, ' show my windows and tabs "is grayed out?

    Tools, options, general - startup of firefox

    I would choose "show my windows and tabs from last time", but it is grayed out?

    Looks like you may have a few other changed settings that prevent the restoration of your tabs and windows of Firefox. Here's what to check:

    1. At the top of the Firefox window, click the Firefox (Tools menu in Windows XP), and then click Options
    2. Select the Privacy panel and make sure Firefox will: is set to remember history or use the custom settings for history.
      • If the conservation rules: is set to use custom settings for history then make sure that the Permanent private browsing mode is not enabled.
      • If the conservation rules: is set to use custom settings for historical history clear when closing Firefox is selected, and then click the settings button and make sure that the navigation history is not enabled.
    3. Click OK to close the Options window
  • In version 13.0 is selected the option "when Firefox starts to show my windows and tabs from last time", but I always get default page of Firefox.

    Even thought is selected the option ' when Firefox starts to show my windows and tabs from last time "I always have the default page of Firefox.

    Hi Goldie_,

    I guess you don't watch this page when you closed Firefox last time. Also that you are not in private, correct navigation mode? Looks like it is maybe a problem with Firefox being able to save your file pref.js. You should try the steps listed in the preferences section that won't save trouble. Try and let me know how it goes.

    Hope this helps!

Maybe you are looking for

  • How can I set up a network in the car for the video stream to iPad?

    Hello I'm looking to determine the best way to stream video to iPad in the car. The children had a mini iPad each with only 16 GB of HD. This does not need to store lots of video material. So, I'm looking for the best way to allow the video stream in

  • Acer K272HUL and new Mac Pro

    Hi all I am considering getting a new Mac Pro, and I have three screens WQHD (2560 x 1440) of 27-inch Acer K272HUL I want to connect to it. This view has 2 x HDMI, 1 x DVI (W/HDCP), 1 x Display Port (in), 1 x Display Port (output) for the entries. Ca

  • Broken hard drive and no Windows 8 sticker

    Hello I have a Toshiba laptop, * the HDD is broken * and when I bought did not have recovery disk. Nobody told me that I had to make a copy on the disc when the phone still worked. Now I have a new hard drive but does not have the recovery partition

  • Windows 7 - error Code: 80243004 (cannot install updates)

    OP: Please help! I am trying to update my computer and get error Code 80243004. Can you help me.

  • Windows does not start after Windows update.

    Original title: udate Windows vista problems I have dell dimension e520, Windows Vista home Basic, 32-bit SP 2, and in January, I upgraded RAM to 4 GB to 1 GB. McAfee security on the computer. The system worked until the last updated (March 2012).  T