Members Not Rolling Up Correctly

Good morningWhen working with Excel at the bottom level the members have the correct values. I calculate them in a script. The problem arises when you look at the values at the parent level, the values are no longer in their seperate members but rolled up into one member. eg. At Level 0Tyre 1.1: 2Tyre 1.2: 4Tyre 2.1: 2Tyre 2.2: 2At Level 1Tyre 1: 10Tyre 2: 0Hope that makes sense. Simon

It's difficult t tel from your description, but maybe you need to use two-pass calc. Are you using dynamic calc? Member formulas?

Similar Messages

  • Total Float not rolling up correctly

    Could someone please provide a refresher on how total float gets rolled up to the WBS level. I have activities with various Total Float values in the WBS (say 3 activities with Total Float values of 10, 130, 140). The high value shows up at the WBS (140). Reporting the float value of 140 masks the fact that I have within that WBS another task with a Float value of 10. Thanks!

    Thanks for the explanation and while I understand that this is by design - the question I have is "is this good design". I think I understand why they have set it up this way, but this means that to use Total Float I have to necessarily deal with the task level. I cannot use the work package to see Total Float, since it is an inaccurate view of the real situation. Let me know if you have any useful tips on this. Thanks again.

  • ASO members with formula not rolling up

    Hi Gurus,
    In our ASO cube we have a members which caluclate % are not rolling up to parent . Its rolling up for MTD but they are not rolling for QTD . Members are in Account dimension .Please let me know if you require more info to get the excat idea .

    These are MDX formula members, right? Is the problem that the results are recalculated at the QTD level rather than the MTD level summing up the Period dimension?
    Is Period a stored dimension? The members / formulae in dynamic dimensions or hierarchies will always be calculated after roll-up of stored dimensions / hierarchies.
    See the section on 'Calculation Order' here: http://docs.oracle.com/cd/E26232_01/doc.11122/esb_dbag/alocare.html#alocare1058144
    If that is the problem you're seeing, the only options are a) to use an ASO calculation to derive the percentages as stored values, which can then roll up in stored hierarchies, or b) calculate the percentages outside of Essbase - in a relational staging area, for example.

  • Project professional 2010: Physical % Complete field does not roll-up to the summary tasks

    Hi,
    I have a project plan which I need to set the physical % complete fields of it in order to use it for earned value over time report. I have assigned costed resources to come of the tasks, set all project task's earned value method to physical % complete,
    and finally set a baseline. However, the physical % complete still does not get calculated for the summary tasks! It is always zero! 
    I have created another project with only 3 tasks and 3 resources, did the same as above, and was able to get calculated values for the physical % complete.
    I followed the same procedure in both projects. In one I was able to get the physical % complete value of the summary tasks while it was always zero in the other! What may be the problem? 
    Regards,
    George 

    Hi Julie,
    This is what I am seeing as necessary to make Physical % complete roll up to the summary level task.
    BEFORE tasks are entered, set the "Default Task Earned Value method" to Physical % complete. File > Options, Advanced.  This will set both the summary and detail tasks to that method.
    Add tasks
    Add resources with costs.
    Assign resources to tasks.
    Baseline the file
    Take a look at the Tracking table and enter progress in the Physical % complete field for subtasks. The value should roll up.
    Sadly I don't know of anyway to force the change after the tasks have been added.  You can certainly add the Earned Value Method field to a task view to confirm all is set - but I have never been able to switch mid-flight and get it to work correctly.
    I did, however, just try an experiment.  I created a file that did not work correctly - Physical % complete was not rolling up.  I inserted it into a blank project that had the option set correctly without linking.  After a bit of tweaking
    (outdenting all tasks to be able to delete the "extra summary task", saving a baseline), it now appears to be working correctly.
    I hope this helps.

  • My new ipad photos are not in the correct albums

    Ok so I got the new iPad, and transferred everything including my photos from my iPad 2 backup. I have about 600 pictures divided into 7 folders. After syncing, I looked at the photos and saw that the pictures are on my iPad but not in the correct folders.
    For example, say I've got a Pets folder, Wallpapers folder and Personal folder. Those folders are on my iPad.  On my computer, the Pets folder only has pictures of my dog, the wallpaper folder only has some background images, etc. on my iPad the pictures are all jumbled up. When I click on the Pets folder, there will be a few pet pictures, a few wallpapers and a few personal photos. Same for the other folders.
    I tried resyncing from the backup and resyncing not from the backup. All with the same result. I also checked the folder I'm syncing from on the computer, and the photos are all in the right place there.
    Kind of frustrating. Ever heard of this before and is there a solution?

    Well I fixed it, accidentally on my own. My pictures were still jumbled up. I had to save another picture from the Internet onto my camera roll, BAM, suddenly all of my photos shifted into their correct folders.
    Somehow Saving another picture fixed whatever the error was. In any case, thanks for the help everyone. If anyone else has this issue, try saving another photo to your camera roll.

  • OBIEE 10g Amounts not rolling up

    Dear All,
    I am facing an issue in rolling up myamount  totals.
    I need to create a calculated column in RPD based on another fact column.(Amount2 is the calulated item that I have created)
    Amount1 - my existing fact column
    Amount2 - my new calculated column created at logical level.
    My results :
      Below report is at Quarter level. The totals displayed for Amount2 are wrong. The total displayed is same as that of Amount1 total
    Table
    Rgn
    Quarter
    Amount 1
    Amount2
    R1
    1
    24,578,396.33
    24,578,396.33
    2
    96,133,672.22
    96,133,672.22
    3
    42,639,566.27
    25,954,518.60
    4
    58,333,616.34
    0.00
    Grand Total
    221,685,251.16
    221,685,251.16
            and when i roll up at year level the amount 2 does not roll up to the correct  total and display only 0
    Table
    Rgn
    Amount1
    Amount2
    R1
    221,685,251.16
    0.00
    Grand Total
    221,685,251.16
    0.00
    Can you please help me, where I have  gone wrong.
    Areas where i can cross check, if I have missed any step.
    Appreciate your help.
    Thanks in advance.
    Achala

    Thank you for the reply.
    This is the formula used for Amount 2:
    CASE  WHEN TST."Dim-Time"."Quarter" = 1 AND  MOD( EXTRACT( YEAR  FROM  CURRENT_DATE ), 4) = 0 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 1 =  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Q1" *  EXTRACT( DAY_OF_QUARTER  FROM  CURRENT_DATE ) / 91
    WHEN TST."Dim-Time"."Quarter" = 1 AND  MOD( EXTRACT( YEAR  FROM  CURRENT_DATE ), 4) <> 0 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 1 =  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Q1" *  EXTRACT( DAY_OF_QUARTER  FROM  CURRENT_DATE ) / 90
    WHEN TST."Dim-Time"."Quarter" = 2 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 2 =  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Q2" *  EXTRACT( DAY_OF_QUARTER  FROM  CURRENT_DATE ) / 91
    WHEN TST."Dim-Time"."Quarter" = 3 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 3 =  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Q3" *  EXTRACT( DAY_OF_QUARTER  FROM  CURRENT_DATE ) / 92
    WHEN TST."Dim-Time"."Quarter" = 4 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 4 =  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE ) THEN TST."Fact-Q4" *  EXTRACT( DAY_OF_QUARTER  FROM  CURRENT_DATE ) / 92
    WHEN TST."Dim-Time"."Quarter" = 1 AND  MOD( EXTRACT( YEAR  FROM  CURRENT_DATE ), 4) = 0 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 1 <  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Total_Amount" WHEN TST."Dim-Time"."Quarter" = 1 AND  MOD( EXTRACT( YEAR  FROM  CURRENT_DATE ), 4) <> 0 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 1 <  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Total_Amount" WHEN TST."Dim-Time"."Quarter" = 2 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 2 <  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Total_Amount" WHEN TST."Dim-Time"."Quarter" = 3 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 3 <  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Total_Amount" WHEN TST."Dim-Time"."Quarter" = 4 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 4 <  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN TST."Fact-Total_Amount" WHEN TST."Dim-Time"."Quarter" = 1 AND  MOD( EXTRACT( YEAR  FROM  CURRENT_DATE ), 4) = 0 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 1 >  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN 0 WHEN TST."Dim-Time"."Quarter" = 1 AND  MOD( EXTRACT( YEAR  FROM  CURRENT_DATE ), 4) <> 0 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 1 >  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN 0 WHEN TST."Dim-Time"."Quarter" = 2 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 2 >  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN 0 WHEN TST."Dim-Time"."Quarter" = 3 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 3 >  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE )
    THEN 0 WHEN TST."Dim-Time"."Quarter" = 4 AND  EXTRACT( YEAR  FROM  CURRENT_DATE ) = TST."Dim-Time"."Year" AND 4 >  EXTRACT( QUARTER_OF_YEAR  FROM  CURRENT_DATE ) THEN 0 ELSE TST."Fact-Total_Amount" END
    In the above formula:
    TST."Fact-Total_Amount" is an aggregated to sum logical column, similarly TST."Fact-Q1", TST."Fact-Q2", TST."Fact-Q3", TST."Fact-Q4" are also aggregated to sum logical columns.
    Please let me know your findings.
    Many Thanks,
    Kind Regards,
    Achala

  • Data not rolling up of a dynamic calc member for a particular entity

    Hi,
    In my planning application data is not rolling up of a dynamic calc member for a particular entity whereas it is working fine for other entity.
    Please find below the sample Smartview Retrieve
    ----------------Member_ALL---Member_None---Member Top---Member_ALL---Member_None---Member Top
    ----------------Entity 1----------Entity 1------------Entity 1----------Entity 2----------Entity 2------------Entity 2
    Acc1------------100----------------#--------------------#---------------122---------------#-------------------122
    NOTE: # denotes missing
    Member_ALL and Member_None are children of Member_Top. Both Member_ALL and Member_Top are Dynamic Calc whereas Member_None is Store.
    As shown above data is rolling upto Member Top for entity 2 while it is not getting rolled up for Entity 1.
    Request you to please help in finding the error.
    Thanks in Advance'
    Joseph

    Hi Joseph,
    Is Acct 1 Dynamic Calc? In that case will it NOT calculate the combination MemberTop->Entity1 as Member_ALL->Entity1 + Member_None->Entity1.
    I beleive it'll calculate the Acct1 member again for Member Top based on the dynamic formula (whatever the logic). If you make it Acct1 Stored, then the aggregation will be correct by first calculating and storing the Acct1 member and then AGG the Member dimension.
    Cheers,
    Abhishek

  • Account in Dimension not rolling up

    I have an Accounts dimension and one of the accounts in only the Budget scenario does not rollup. The particular account has several children and they are not rolling up to the main account. However, this is only happening on one particular scenario.Any ideas?

    I have had this happen when rearranging the outline has confused the intelligent calculation engine into think blocks are untouched, when actually they have changed bacause the set of members that make up their children has altered.Either turning off intelligent calc or clearing upper level blocks and recalcing cured it.

  • Workspace error 5200:members not in same generation

    Hi,
    This is for 9.2.03 Hyperion workspace.
    A user was getting 5200 error : members not in same generation. I went in the File>Preferences, and turned ON the user POV. The user is still getting the 5200 error, but this time it says : Period and Dec are not in same generation. Its looks like somehow Dec is locked in the POV and even if user selects the whole period, he gets this error.
    Please suggest.
    Thanks!
    Mehnaaz

    Hi Don,
    The reason why i posted the item on 'data Connectivity issues' is because i suspect the problem is with the connection string.Though i had provided the correct connection string,re-writing the connection string with the same info might help to fix the issue with loading the report.
    Does it mean that there is a problem in the connectivity?
    I have a risk here that i cant re-write the connection string..i.e to open the RPT file in VS2005 and bind it.The production web server & database server sits in a  third party environment and it is not in the company network.So i cant connect to this server to re-write from any other severs in the network.
    Is there any fix which can applied to the server to get this issue resolved?
    Cheers
    Nithya.

  • My Airdrop Photos are not showing the correct date when I receive them from my Family.

    When I recieve photos via Airdrop or Shared Photo Stream they are not in the correct order in my Camera roll. The Dates are off. What is happening here?

    You don't need to delete photos from your camera roll to save on backup sizes, you can turn individual items on and off for back up in your iCloud back up settings.
    Apple States that the last 3 back ups are accessible, which means the photos from your back up may not be removed immediately.
    Being able to back up to the cloud can be very useful, especially if you don't have access to a computer or have infrequent access to one, however unless you specifically need to use iCloud for back up, you will find backing up to iTunes significantly more convenient and possibly more reliable.
    More about iCloud v iTunes Back Up

  • Can not dislplay Chinese correctly for sybase db, but correct display Chinese for Oracle db.

    i using sqldeveloper to connect sybase ase 12.5 server and stored Chinese. but when i query out the data , it can not dislplay Chinese correctly, even i using sybase jdbc driver or jtds jdbc driver both error.
    so how to setup sqldeveloper to support Chines for sybase database server.

    Hi Aman,
    I am using Windows 2003 Server on Microsoft Virtual Server.
    I am trying to take RMAN backup from EM. I changed 'system' and 'sys' user passwords in EM after login in as system as normal user. But even then can not connect.
    Also changed 'sys' user password in command ..now aI could login to EM as sys - SYSDBA but while scheduling back up it says
    Validation Error
    Examine and correct the following errors, then retry the operation:
    Error - Connection to host as user dmadmin failed: ERROR: Wrong password for user
    Regards,
    Ranjith John

  • My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying."

    My 3GS will not accept my correct password and user name to start using the Cloud.  It just spins while "verifying." How can I make it stop so I can activate iCloud ?

    try using @me.com instead of your service address, i mean hotmail or yahoo or else, thanks.

  • Inactive component cost not rolled up to top level item

    Hi
    Our scenario is as follows: we have a top level item with a BOM. And some components of the BOM  are having material status u2018inactiveu2019. Inactive means materials will not procured and sold, however we could have inventory which can be consumed in production of other materials. In other words inactive items are like old items. These inactive items already have costing value. And we donu2019t want to recost inactive items.
    Having described above scenario, the requirement here is when we run costing for top level item, system should take costing value of inactive items  and roll up into top level item costing which is NOT happening now. Client donu2019t want to recost inactive items. The reason for not recosting inactive items is the recosting could change cost of inactive items significantly.  We are using 4.7 version and standard costing.
    Would appreciate any ideas or suggestions in this regard.
    thanx
    Sunil

    Thanks Young for the reply. 
    We already set 'do not cost' indicator for inactive components. And these inactive components do have standard costs valid up 10 12/31/2999.  It seems bom explosion is excluding these materials. it is ok to exclude. However the existing standard cost of these inactive components did not roll up in to top level. when I checked the costing status log, it says material ABCDF123 in plant 3344 has material status 40: Inactive.
    I checked BOM as well and inactive component is flagged as 'relevant for costing'.
    We are using following valuation varaiant
        Strategy Sequence ->  1. Planned Price 1    2.Standard Cost
        Transfer Control - Complete Transfer
    thnx

  • I can not view emojis correctly on my brand new iPhone 6 and happens no matter what generation phone and my txt are freen when I send them to someone instead of the normal color. Plz helpu

    I can not view emojis correctly on my brand new iPhone 6 and happens no matter what generation phone and my txt are freen when I send them to someone instead of the normal color. Plz helpu

    Hey John,
    If you are having an issue with emojis on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    iOS: Troubleshooting emoji issues - Apple Support
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • Processing this item failed because of a PDF parser error. Input string was not in a correct format.

    Good Morning,
    We're having issues parsing several hundred PDF files located in two separate Record Center sites. All other PDF documents in the environment are being crawled and parsed without issue. I've verified the permissions for the Search service account, but that
    doesn't seem to be the issue. Searching for this particular error hasn't returned much, but I have ensured that the Search service account has been added to the necessary Local Security Policy objects and cleared the configuration cache. Any help would be
    greatly appreciated.
    Processing this item failed because of a PDF parser error. ( Error parsing document 'https://asdf.com/sites/HRRecords/asdf.pdf'. Input string was not in a correct format.; ; SearchID = 6642FEEF-6921-434E-B084-02809173D8A7 )

    This issue came back up for me as my results aren't displaying since this data is not part of the search index.
    Curious if anyone knows of a way to increase the parser server memory in SharePoint 2013 search?
    http://sharepoint/materials-ca/HPSActiveCDs/Votrevieprofessionnelleetvotrecarrireenregistrement.zip
    Processing this item failed because the parser server ran out of memory. ( Error parsing document 'http://sharepoint/materials-ca/HPSActiveCDs/Votrevieprofessionnelleetvotrecarrireenregistrement.zip'. Document failed to be processed. It probably crashed the
    server.; ; SearchID = 097AE4B0-9EB0-4AEC-AECE-AEFA631D4AA6 )
    http://sharepoint/materials-ca/HPSActiveCDs/Travaillerauseindunequipemultignrationnelle.zip
    Processing this item failed because of a IFilter parser error. ( Error parsing document 'http://sharepoint/materials-ca/HPSActiveCDs/Travaillerauseindunequipemultignrationnelle.zip'. Error loading IFilter for extension '.zip' (Error code is 0x80CB4204). The
    function encountered an unknown error.; ; SearchID = 4A0C99B1-CF44-4C8B-A6FF-E42309F97B72 )

Maybe you are looking for

  • IPad 2 restore problem with strange text

    Hi,        I got a brand new iPad 2 CDMA, after unpacking and turning on the device did not work and I get iTune logo. So I decided to restore it but failed. Get strange output text on the screen as shown down: switched to DFU mode but didnt work als

  • Droid razr maxx

    I have an Apple Airport Extreme and am trying to utilize the wirelss function with my Droid Razr Maxx...the reception is poor at best on my Droid (3 units) and Motorolla says to contact Apple for resolution as the Droids have good reception with all

  • Info record Tables

    Hi all, I am in need of creating a report for info record. Can someone help me with the tables for the same. Also let me know the table where i can get the pricing conditions, Its really hard to find the conditions. Thanks, S D.

  • Table creation in sap ui5

    Hi, I am new at SAP UI5 and i am trying to create a table. I used the code given on the sap ui5 demokit but when i am running the application the table is not displaying. can anyone help me with this. Thanks in advance. var aData = [           {lastN

  • How to remove pound symbol # and preserve leading zeros in BEx Query

    Hi, I have two questions regarding the display in BEx Query. 1. How can I remove the pound symbol # for blanks in BEx Query? 2. How can I preserve leading zeros? At the moment, value "001" will be displayed as "1". But I need the leading zeros. Thank