When drilling to lower level - Totals are not matching in BI Analytics OOB

Hi All,
I am creating a report in Analytics 7.9.6.3 , OBIEE 11g - Let’s say Budget Cost/Actual Cost based on the Date Dimension
Have selected the Fiscal Year Dim, Fact Budget Cost, Fact Actual Cost
FY BCost ACost
2011 100 120
2012 150 140
Total 250 260
But here when I am drilling down from Year to Quarter and Period - The values are not matching with the totals....
FY FY Qrt BCost ACost
2011 2011 Q1 80 100
2011 Q2 100 90
2011 Q3 110 120
2011 Q4 90 130
Total 380 440
Fiscal Year, Fiscal Quarter Budget Cost and Actual Cost are not returning correct results – When selecting cost's by fiscal year, or filtering on a specific fiscal year, the amount returned does not equal the fiscal year total;
when I am drilling down to Quarter and Period Level the BCost & ACosts are bumping the Numbers as above and not matching with totals
Any suggestions?

Check out the query in both the times.Execute against database and try to sum the data for quarter/period and compare it with Year data.
Just try to differentiate is it a report total that is getting wrong or the data in the database table itself is getting wrong stored.
Mark as helpful if it helps.
Regards,
Veeresh Rayan

Similar Messages

  • OBIEE 11g Report-When drilling down to lower level, totals are not matching

    Hi All,
    I am creating a report in Analytics 7.9.6.3 , OBIEE 11g - Let’s say Budget Cost/Actual Cost based on the Date Dimension
    Have selected the Fiscal Year Dim, Fact Budget Cost, Fact Actual Cost
    FY BCost ACost
    2011 100 120
    2012 150 140
    Total 250 260
    But here when I am drilling down from Year to Quarter and Period - The values are not matching with the totals....
    FY FY Qrt BCost ACost
    2011 2011 Q1 80 100
    2011 Q2 100 90
    2011 Q3 110 120
    2011 Q4 90 130
    Total 380 440
    Fiscal Year, Fiscal Quarter Budget Cost and Actual Cost are not returning correct results – When selecting cost's by fiscal year, or filtering on a specific fiscal year, the amount returned does not equal the fiscal year total;
    when I am drilling down to Quarter and Period Level the BCost & ACosts are bumping the Numbers as above and not matching with totals
    Any suggestions?

    Check out the query in both the times.Execute against database and try to sum the data for quarter/period and compare it with Year data.
    Just try to differentiate is it a report total that is getting wrong or the data in the database table itself is getting wrong stored.
    Mark as helpful if it helps.
    Regards,
    Veeresh Rayan

  • Total is not matching in Cross Tab Report

    Hi Every one,
    I am using Crystal Report Basice 2008 for sap business one.
    I added a One cross tab report .But the Row level totals are not matching in the report.Please suggest.
    Thanks and Regards
    DEV

    Hi Dev,
    What is the 'Summary' type you've chosen for the Summarized fields?
    If it's Min or Max, the Row totals would also show Min/Max of all the columns for that row.
    -Abhilash

  • Totals for CKF are not matching

    Hi All,
    We recently upgraded to BI7 and we created Aggregates in the system. We have few calculated key figures (CFK) in the system. When we execute the queries they are not hitting the aggregates in the system because of the property, calculation before aggregation.
    We changed that property calculation before aggregation to calculation after aggregation then the queries are hitting the aggregates. So we moved the aggregates to BQ and BP. There the values for the totals in the report are not matching. For ex: we have value 10 for a CKF in five rows then the total in the result row should be 50 but that is not the case now, it is showing as 45 or 55 some value. The totals are not matching in all the reports where this CKF is involved.
    But when we keep the calculation before aggregation property as it is, then the total values for this CKF are matching in the report. But now the problem is that the queries do not hit the aggregates.
    So instead of going for a CKF we tried with creating a formula in the query with the same calculation as it is in the CKF, but for that formula also the total values are not matching. When we check and compared the formula calculation with other CKFu2019s in the system, we found out that those CKFs which involved the calculations such as multiplication and division the totals are not matching but if the CKF is containing addition and subtraction then the Totals are matching. This is the same case in across all the systems except in Production.
    We have testing system (BT), which is a copy of production; the totals are matching for this CKF in one report. But if we include the same CKF in some other report then the totals for this CKF are not matching in that report.
    We are unable to figure out why the same CKF with same properties and calculations is not behaving in the same way across all the systems. If anybody comes across such issue please let us know how to proceed further.
    Thanks for your patience.
    Hope for your response...

    Hi himanshu,
    If you are using Addition, subtraction with Multiplication & Division, just maintain all in the Sequence how you required using brackets.
    If you are using formula in Row & Column also try to use formula Collision.
    http://help.sap.com/saphelp_nw04/helpdata/EN/d2/02223c5f00612be10000000a11402f/content.htm
    Regards,
    Rajdeep.

  • Grand total values are not matching with Detail report

    Report has grand totals and when I drill to the detail report, grand total values are NOT matching with parent report totals, I did some analysis but I'm clueless on this issue.
    Please provide your thoughts and insight on this issue..
    Thanks

    is your summary and detail reports hitting different facts, like summary hitting aggregate and detail report hitting it's corresponding detail level fact..?
    if then,
    From Front-end:
    Fix the filter values in detail report that are passing from master report then try delete each columns then check the grand total. If you found your values is matching by deleting particular column then you need to investigate what is the issue around with that dimension table..
    From Database side:
    1. check first aggregate table has proper aggregate data of it's detail..
    2. Take the detail report obiee generated query and try to comment each dimension table and it's corresponding joins to the facts, (before, this delete all the dimensional columns and other measures from select statement and put only that measure where you are getting wrong value, so that you need not to comment all the select and group by columns which saves your time.. ). Need to check by commenting each dimensional wid and it's table from clause, if you found that values is matching then there is some problem with wid columns data population in your ETL.
    Is that BI-Apps project?
    btw, whtz ur name?

  • [38073] dimension has multiple leaf levels which are not identical

    Hi,
    I am trying to implement a time dimension with 2 source tables.
    The time dimension is from minute to year where logical table includes 2 source tables :
    Source table#1 : Year,month,week,day
    Source table#2: hour,minute (minute is a leaf level and chronological key)
    When i try to check-in i got the following error: [38073] dimension has multiple leaf levels with are not identical.
    Thank you.
    Michael

    Hi RM
    i am able to create multiple hirerachy in time dimension and assigned time_id as chronological key which is at the dimension detail level and acting as shared child level for both of them......
    I have created AGO function for calendar year as
    AGO(Test."Fact".amount_sold, Test."Time Dim"."Calendar Year", 1)
    but when i have used AGO column in answers i am getting below mentioned error:-
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 22046] To use AGO function, the query level ('Calendar Year, Fiscal Year') must be a static level. (HY000)
    any suggestion would be appreciated to solve this.
    thanks & regards

  • I tried to sync music from iTunes to my iPhone and when I click on "on this phone" the songs are there, but they are greyed out and have a circle in front of them.  I can not click on those songs and when I eject the phone they are not on the phone.

    I tried to sync music from iTunes to my iPhone and when I click on "on this phone" the songs are there, but they are greyed out and have a circle in front of them.  I can not click on those songs, delete or anything and when I eject the phone they are not on the phone.  I tried to re-add the songs and it says it can't add songs because they've already been added.  So HOW can I get the songs to actually ADD to my phone to where I can listen to them?  It's like they're stuck in Sync limbo or something!  Any help would be greatly appreciated.

    I am having the same problem. I have just tried this. Unplug iphone > open itunes > delete all music from itunes library > close itunes > re-open itunes > add music from original folder > plug in iphone > select songs > press sync > unplug iphone using eject button onscreen > checked phone .... still nothing in music folder on phone. On itunes the "On this iphone" tab the songs remain there but greyed out.

  • How can i fix a clip when the video and audio are not matching up?

    How can i fix a clip when the video and audio are not matching up? I imported the video from a junkdrive in a .VOB format and concerted to a .mov the videos were filmed on a miniDVD recorder.

    I would try detaching the audio and the dragging the audio to the left or right until it lines up.

  • I try to put music in my ipod through itunes but it's not letting me do it. it tells me it's doing it, but when I check. My songs are not there

    I try to put music in my ipod through itunes but it's not letting me do it. it tells me it's doing it, but when I check. My songs are not there

    OOk so I have my new Apple id in my iTunes account but my old Apple ID is the one that is in the iCloud account which is the Apple ID have been using for years and the reason I cannot get it on this abled is because somebody was using my credit card or debit card that was on file for family sharing and it was a stolen iPhone from my account so they had to disable my Apple ID and I could not use my debit card anymore on any Apple ID ever again they said because of it so I can't get it not to be disabled and I can't sign into iTunes with it I already have signed out and signed in with my new Apple ID for iTunes it's just iCloud is not letting me load anything so pretty much what I've been doing is I have to erase every app and then re-dumb going to iTunes and re-download the apps again but the only issue is that I still have a disabled Apple ID as my iCloud settings and my iCloud family sharing in all of that so I'm wondering how or is it possible to change my Apple ID for iCloud specifically because when I go into Icloud and settings and go into my name where my Apple ID is the one that's disabled it doesn't say anything about log out or sign out or anything like that it just says to put the password for it so is there a way to change the Apple ID for my iCloud so that my iTunes in my iCloud is the same Apple ID?

  • Getting Error - Dimension has multiple leaf levels which are not identical

    Hi All,
    While creating two hierarchies with in same dimension , i am getting error like - Dimension has multiple leaf levels which are not identical.
    Does this error mean , the number of levels in both hierarchies should be same or it has some thing else meaning.
    I was creating hierarchies like below -
    LE details
    - LRU Details
    - LRU's Registration Details
    - LE's Registration Details
    How should i create the hierarchy?
    Thanks ,Ashish

    Hi... Ashish
    Look at this... http://oraclebizint.wordpress.com/2007/11/30/oracle-bi-ee-101332-one-dimension-multiple-hierarchies/
    Thanks & Regards
    Kishore Guggilla

  • BW Field level Autorizations are not working in the WEBI Reports

    Dear All,
    1. I have created Authorization roles with Infoobjects Authorization Objects.
    2. In Bex Query Authoizations are working on the Infoobjects like for
    Ex: For USER1 I have given Company code = 1000 &
    User 2 I have given authorization for 1100.....
    3. Import those roles into Business Objects-CMC.
    4.Users were Imported.
    But in the WEBI Reports BW Field level Authorizations are not working i.e for USER1 authorization for Company code is 1000 , in WEBI report it is showing all the Company codes data for USER1.
    For USER2 also showing all the data in the WEBI report.
    Plz help me on this issue.
    Thanks,
    Kiran Manyam

    Hi,
    For Authorization to work in BO you can check the following:
    1. You need to create authorization variables in your BEx query.
         Also these variables should not be input ready.
    2. While creating universe in BO you need to select "Single Sign On" option available in the parameters iwhile creating a new
        connection.
    Regards,
    Rohit

  • I tried to use the app tabs but when I reopen my browser they are not there anymore

    I added my favorite tabs as app tabs but when I restart my browser they are not there anymore, is that normal?

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History" if Firefox is closed.

  • FD10N and FBL5N Reports are not matching

    Hi,
    When i execute FD10N FBL5N reports for customer balance, Both are showing different balances, why they are not matching with each other?
    My FBL5N open item blance is not matching with FD10N.what could be the reason?
    Is there any other report to show customer opening balances other than FD10N?
    thaanks

    Dear Dogdays
    This is selection parameters problems- means please check once again what you selected check boxes  and also check for Dates what you given
    To check both the above cases, FD10N for the year you see the difference. Double click on the balance value for the period where you have seen the difference. The double click will call FBL5N for the period and customer. If the total of the line item report matches the balance in FD10N, then the issue is selection criteria
    Regards
    shankar

  • GL balances are not matching with Fixed assets ledger

    Hi,
    Please suggest me regarding this...
    The issues is:when the legacy balances are uploaded in to sap there was the mistake.3 assets were entered twice(once in asset class 1250 & once in asset class 1300).It causes the GL balances are not matching with Fixed Asset balances(GL is less than FA).so now the client is asking to make manual entry by removing the recconcilation account settings and post manual entry then keep the reconcilation account as usual.They wanted to reverse the accumulated depreciation for the above 3 duplicated asssets for year 2007 & 2008.
    How can i achieve the below:
    1.GL balance was not equal (i.e lower) to FA ledger even at the time of go live(FI is lesser than FA)
    2.For this i need to post one manual entry in FI-GL with the GO-LIVE date.is it possible? suggest me how to post?
    3.After that i need to reverse the accumulated depreciation for the above 3 duplicated assets.how can i do this?
    4.After that i need to remove the above 3 duplicated assets,how can i?
    Please help me by giving your thoughts regarding this
    Thanks
    Sap Guru

    Hi,
    It is possible to post the adjustment entry from go live date provided you open the posting periods for the pervious year. (However this approach is not recommended for the following reasons - you have closed the books and must have published the results to local authorities. Adjustment now in the past year can cause some trouble from auditors etc. Secondly you are adjusting the GL balance for the last year, so you will have to complete the period end and year end closing for GL balances. So avoid kindly it)
    For your problem - Go to transaction code OASV and post adjustment entry for the current period. Also check if your field status of assets contain field for shutdown of assets. If not change your field status accordingly. Once adjustment is done you shutdown the asset so that it does not post depreciation in future depreciation runs. (this will cater to your need of eliminating the assets. If you retire the asset then you will have to deal with gain or loss on retirement of an asset. If you can accommodate this entry, then you can use this figure in the final adjustment entry.)
    Or Go to transaction code OAMK and set the recon account to post the adjustment entry.
    Reversal of depreciation is not possible in SAP. So the only way to reverse the accumulated depreciation is by changing the recon account or using OASV, and passing adjustment entry.
    regards
    Thomas

  • Anyone else see that MyVerizon Data Totals Do Not Match Detail?

    We have a 6 GB  share everything plan for 5 devices.  I used the My Verizon app on the phone before I went to bed last night  to look everyone's total data usage,  and it tells me  halfway into my billing cycle, that wer are at 2.5 gigs. All well and good.  But then not an hour later I am awaked by the beep of an incoming ttext message and  email from Verizon that says our usage is now 75% of  our allowance.  WHAT?
    Next AM I log into My Verzon on the PC, not the phone.. We are still at 2.5 gigs according to the grand total on the report.  I then go into each line to see who is using how much and at the bottom,  I select, download to spreadsheet, for each line. . I now have detailed,  date and minute info on how many kilobytes or megabytes were used for the billing period to date  I add them all up for each line and sum all the lines together and whaddaya know, our total usage is 3.9 gigs.  Thats 64% of  allocation, not 75%, but its sure more than 2.5 gigs,
    I place the call into customer service, how come  the text and email warnings do not match how much data you show in the My Verizon app or in the detailed spreadsheets of every single data transaction on each of our phones when placed into a spreadsheet. Initially the rep looked at the same general report I did and assured me my usage was only 2.5 gigs.  So why the warnings and why does the detail show something different from the grand totals in the app?
    Was placed on hold while they did research.  After a bit, the rep came back and said they don't know why the totals do not match, Verizon does think there may be a glitch with the warnings that go out,  however they are going to do some research and will call me back in four days.   Well, I figured this was a bigger problem on their side then one phone call would solve, so no suprise there.  The rep also opined that the detailed usage spreadsheets probably reflects non billable usage, that is, usage will on WIFI. Incredulous, I asked, does this mean Verizon is tracking how much data I use while I am on WIFI and not even on their network? (Am I and my family being spied on?)  Not sure, was the answer, they will get back to me on that one.
    I look forward to the promised call. 
    However, I am very concerned that with being on a limited data plan and nobody has any real idea how much data is used,  the tools furnished to us to measure how much we consume may be unreliable and totally inaccurate.  We will see what they say.  Anyone else?

    The app isn't always up to date. Neither is the website it will tell you the last time they have for each phone usage. We have multiple smartphones never had an issue will data billing being wrong. No Verizon doesn't count wi-fi usage. No Verizon is not spying on you. Verizon couldn't care less how many "lol cats" pictures you look at everyday. The data meter on my phone( not the Verizon app the actual data app on my Android phone ) matches what Verizon says I will say 97% or more.

Maybe you are looking for

  • Importing files from folder

    Hello Guys! Since I downloaded the latest ITUNES version I have the problem, that i tunes does not import all my files from the mp3 folder. I have around 2000 files and it only imports 960. Does anyone know what the problem might be and how I can sol

  • Pending po report which is open like not delivery by vendor

    Hi guru's I run std. Tcode for open PO thru ME2L and select WE101 from selection parameter.system gives all open po but problem is now comes in this list which po also comes that is not release. Pls guide me, I also go with ME80FN Thanx,

  • Error during DTP Activation

    Hi all, I have a DTP to load data from one DSO to another DSO. I'm getting the following error while activating this DTP, Activation of Objects with Type Data Transfer Process    Internal Activation (Data Transfer Process )       Post Processing/Chec

  • No. of processors in Oracle server

    Is there anyway to find out the number of processors(CPU's) in my Oracle server? Thanks, Amala

  • Jsp:forward URL problem

    Hi, I have 2 pages X.jsp and Y.jsp The content of X.jsp is a simple // send an email here <jsp:forward page="Y.jsp"> </jsp:forward> The content of Y.jsp is only "Mail is sent" message. The problem is that everytime page X is loaded, the browser displ