Calculated Account by Entity but exlcude Parents

I have an account in our outline (Calced Income Tax) which uses the following formula:
If(@ISMBR("Actual")) "TAX";
Elseif(@ISMBR(@LIST("Budget","Q1RF","Q2RF","Q3RF","Q4RF")))
if(@ISMBR(@RELATIVE("Entity",0))) "Calced Earnings Before Income Tax"*"CorpTax%"->"Begbalance"->"No_deptCode";
Endif;
My problem is that the I would like the parent member of the dimension Entity (CONSOL) to be the sum of the children of the Entity dimension.
What I am getting for the parent (CONSOL) is a multiple of Calced Earnings Before Income Tax * CorpTax%.
How can I make the parent be a sum? This account is dynamic and stored in my outline.

What I can think of as the safest solution would be to make the level 0 member a stored member, and put the calculation into a calc script, only running the calculation against the level 0 member.
Then agg that up.
I say this is a safe way because i know I have tried in the past on member formulas to say if level 0 calc, else sum of children. But I usually ran into a recursive error, so I would have to break out some part of the process and make it stored.
Good luck,
Robert

Similar Messages

  • Account calculation vs. Entity currency total

    Hi all,
    I'm trying to solve one issue regarding an account calculation...
    This calculation is simple one and calculates the ratio between several accounts. Let's say C = A / B.
    I want this calculation to be run not only for <Entity currency>, but also for <Entity currency adjustments> and <Entity currency total>. For <Entity currency> and <Entity currency adjustments> it's working correctly and it calculates the ratio. But for <Entity currency total> it simply sums <Entity currency> and <Entity currency adjustments> which is not good.
    How to force HFM to use the calculation also for <Entity currency total> and override the default setting which just sums <Entity currency> and <Entity currency adjustments>?
    BR
    Vladino

    Hi,
    I have tried this but this is not working... See the printscreen: http://i52.tinypic.com/2hq8kdw.jpg
    Here is the rule:
    Sub Calculate()
    HS.EXP "A#c = A#a / A#b"
    End Sub
    Accounts "a" and "b" are set to revenue type, account "c" is balance type.
    Any other idea?
    Vladino

  • Time Series Question - How to avg for Period children but not parent

    I have a calculated account I'm trying to have average at the Period Child level but have the Period Parent level do a straight calc on the totals. My cube is set up like this:
    Period
    - Jan
    -- JanWeek1
    -- JanWeek2
    -- JanWeek3
    -- JanWeek4
    -- JanWeek5
    Account
    - BIlled Hours
    - Revenue
    - Avg Houly Rate = "Revenue" / "Billed Hours" (I have time series set to average)
    My issue is that at the Week level things are averaging correctly, But at the Month level it is taking the average of the 5 weeks. How can I get it to just look at the total Revenue for the month divided by the total Billed Hours (while still having the weeks do an average?)
    Thanks in advance for any guidance.

    You probably don't need to use Time Balance Average at all for this calculation. I'd suggest setting the member to Time Balance None, then tag it as 'Dynamic Calc', and finally tag it as 'Two-Pass', to ensure that the Revenue / Hours calculation is done after the period roll-up.
    I think that would give you the result you want.

  • HFM Rule - Calculated Account with formula

    I have added a new calculated EBITDA account (Called "WACCEBITDA") to my metadata and now I need a rule to poulate the amount. Below is the current rule and what the calc should be for the new account. I have updated the rule and tested, but i get an error message "Expected end of statement". Any suggestions?
    Rule needed:
    WACCEBITDA = OngoingEBITDA - LTMWACC * Percent
    Where
    "Percent" is already defined in the "LTMWACC" section and is HS.GetCell("E#[None].A#CostofCapPercent"&Tops)
    "OngoingEBITDA" should be HS.GetCell("A#EBITDA.C3#Ongoing"&ICPTops&C1Tops&C2Tops&C4Tops)
    LTMWACC is an exsiting calculated account
    Current Rule (My addition in Bold):
    +     HS.Exp "A#EBITDA = A#OpIncTB.I#[ICP Top] + A#DeprTB.I#[ICP Top] + A#CloseOutAllocTB.I#[ICP Top] + A#RoyaltyTB.I#[ICP Top]"+
    +     HS.Exp "A#AR_Unidentified.C1#SuppInput = A#1311.C1#TotC1 - A#AR_Curr30.C1#SuppInput - A#AR_3160.C1#SuppInput - A#AR_6190.C1#SuppInput - A#AR_91120.C1#SuppInput - A#AR_121365.C1#SuppInput - A#AR_366720.C1#SuppInput - A#AR_721Plus.C1#SuppInput"+
    +     HS.Exp "A#WIP_Unidentified.C1#SuppInput = A#1501.C1#TotC1 - A#WIP_Curr30.C1#SuppInput - A#WIP_3160.C1#SuppInput - A#WIP_6190.C1#SuppInput - A#WIP_91120.C1#SuppInput - A#WIP_121365.C1#SuppInput - A#WIP_366720.C1#SuppInput - A#WIP_721Plus.C1#SuppInput"+
    +     HS.Exp "A#WACC = A#AR + A#ClaimsInProcess - A#AP - A#DefRevenue"+
    +     HS.Exp "A#WACCEBITDA =" HS.GetCell("A#EBITDA.C3#Ongoing"&ICPTops&C1Tops&C2Tops&C4Tops) - "A#LTMWACC " HS.GetCell("E#[None].A#CostofCapPercent"&Tops*)+
    +     'Change in ClaimsInProcess+
    +     'revised 6/28/10 to make account equal the change instead of cash effect+
    +     If povYear > 2008 Then'Don't run for 2008+
    +          HS.EXP "A#WIPMvmnt.W#Periodic" &Nones& " = A#ClaimsinProcess.W#YTD"&Tops&" - A#ClaimsinProcess.P#Prior.W#YTD"&Tops+
    +     End If+
    +     'Fees Rendered for Exhibit 4 and DSO+
    +     HS.Exp "A#FeesRendered"&Nones&" = A#NetSalesFA.I#[ICP None]"&ICPTops&" - A#WIPMvmnt"&Tops+
    +     'Adjusted AR for DSO+
    +     HS.Exp "A#ARAdjusted"&Nones&" = A#GrossTradeAR"&Tops&" + A#ICAR"&Tops+
    +     'Adjusted AP and accruals for DPO+
    +     HS.Exp "A#APandAcrdLiab"&Nones&" = A#CurrLiab"&Tops&" - A#DefRevenue"&Tops&" - A#AcrdInterest"&Tops&" - A#CurrDefTaxLiab"&Tops&" - A#IncTaxPay"&Tops&" - A#CurICLoanPayable"&Tops+
    +     'Adjusted COS for DPO+
    +     HS.Exp "A#COSAdjusted"&Nones&" = A#NetSalesFA"&Tops&" - A#IncBefTaxFA"&Tops&" - A#DeprTB"&Tops+
    +     HS.Exp "A#PersonnelExp = A#PayrollIncentDir + A#FringeDir"+
    +     'Tangible Assets+
    +     HS.Exp "A#TangibleAssets"&Nones&" = A#Assets"&Tops&" - A#ICAR"&Tops&" - A#CurICLoanRecv"&Tops&" - A#CurICIntRecv"&Tops&" - A#Goodwill"&Tops&" - A#IntangAssets"&Tops&" - A#InvestInSubsInterco"&Tops+
    +     'LTM WACC+
    +     If povYear > 2008 Then'Don't run for 2008+
    +          HS.EXP "A#LTMWACC" &Nones& " =" &LTM("WACC")'sum of LTM using LTM function at bottom of file+
    +          'NetEBITDA calcs+
    +          Dim LTMWACC+
    +          Dim Percent+
    +          Dim AvgLTMWACC+
    +          Dim MoWACCExp+
    +          LTMWACC = HS.GetCell("A#LTMWACC"&Tops)+
    +          Percent = HS.GetCell("E#[None].A#CostofCapPercent"&Tops)+
    +          AvgLTMWACC = LTMWACC / 12+
    +          MoWACCExp = AvgLTMWACC * Percent+
    +          HS.Exp "A#CostofCap.W#Periodic.C3#Ongoing"&C3Nones&" = "& MoWACCExp+
    +     End If+

    Not sure why the formating came accross that way. See below.
    HS.Exp "A#EBITDA = A#OpIncTB.I#[ICP Top] + A#DeprTB.I#[ICP Top] + A#CloseOutAllocTB.I#[ICP Top] + A#RoyaltyTB.I#[ICP Top]"
    HS.Exp "A#AR_Unidentified.C1#SuppInput = A#1311.C1#TotC1 - A#AR_Curr30.C1#SuppInput - A#AR_3160.C1#SuppInput - A#AR_6190.C1#SuppInput - A#AR_91120.C1#SuppInput - A#AR_121365.C1#SuppInput - A#AR_366720.C1#SuppInput - A#AR_721Plus.C1#SuppInput"
    HS.Exp "A#WIP_Unidentified.C1#SuppInput = A#1501.C1#TotC1 - A#WIP_Curr30.C1#SuppInput - A#WIP_3160.C1#SuppInput - A#WIP_6190.C1#SuppInput - A#WIP_91120.C1#SuppInput - A#WIP_121365.C1#SuppInput - A#WIP_366720.C1#SuppInput - A#WIP_721Plus.C1#SuppInput"
    HS.Exp "A#WACC = A#AR + A#ClaimsInProcess - A#AP - A#DefRevenue"
    HS.Exp "A#WACCEBITDA =" HS.GetCell("A#EBITDA.C3#Ongoing"&ICPTops&C1Tops&C2Tops&C4Tops) - "A#LTMWACC *" HS.GetCell("E#[None].A#CostofCapPercent"&Tops)
    'Change in ClaimsInProcess
    'revised 6/28/10 to make account equal the change instead of cash effect
    If povYear > 2008 Then'Don't run for 2008
    HS.EXP "A#WIPMvmnt.W#Periodic" &Nones& " = A#ClaimsinProcess.W#YTD"&Tops&" - A#ClaimsinProcess.P#Prior.W#YTD"&Tops
    End If
    'Fees Rendered for Exhibit 4 and DSO
    HS.Exp "A#FeesRendered"&Nones&" = A#NetSalesFA.I#[ICP None]"&ICPTops&" - A#WIPMvmnt"&Tops
    'Adjusted AR for DSO
    HS.Exp "A#ARAdjusted"&Nones&" = A#GrossTradeAR"&Tops&" + A#ICAR"&Tops
    'Adjusted AP and accruals for DPO
    HS.Exp "A#APandAcrdLiab"&Nones&" = A#CurrLiab"&Tops&" - A#DefRevenue"&Tops&" - A#AcrdInterest"&Tops&" - A#CurrDefTaxLiab"&Tops&" - A#IncTaxPay"&Tops&" - A#CurICLoanPayable"&Tops
    'Adjusted COS for DPO
    HS.Exp "A#COSAdjusted"&Nones&" = A#NetSalesFA"&Tops&" - A#IncBefTaxFA"&Tops&" - A#DeprTB"&Tops
    HS.Exp "A#PersonnelExp = A#PayrollIncentDir + A#FringeDir"
    'Tangible Assets
    HS.Exp "A#TangibleAssets"&Nones&" = A#Assets"&Tops&" - A#ICAR"&Tops&" - A#CurICLoanRecv"&Tops&" - A#CurICIntRecv"&Tops&" - A#Goodwill"&Tops&" - A#IntangAssets"&Tops&" - A#InvestInSubsInterco"&Tops
    'LTM WACC
    If povYear > 2008 Then'Don't run for 2008
    HS.EXP "A#LTMWACC" &Nones& " =" &LTM("WACC")'sum of LTM using LTM function at bottom of file
    'NetEBITDA calcs
    Dim LTMWACC
    Dim Percent
    Dim AvgLTMWACC
    Dim MoWACCExp
    LTMWACC = HS.GetCell("A#LTMWACC"&Tops)
    Percent = HS.GetCell("E#[None].A#CostofCapPercent"&Tops)
    AvgLTMWACC = LTMWACC / 12
    MoWACCExp = AvgLTMWACC * Percent
    HS.Exp "A#CostofCap.W#Periodic.C3#Ongoing"&C3Nones&" = "& MoWACCExp
    End If

  • I am trying to use my account to purchase but i forget my security questions and also i gave the wrong email address. What can i do?

    i am trying to use my account to purchase but i forget my security questions and also i gave the wrong email address. What can i do?

    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue.

  • When i Log into instagram it say my account  is disable but when i log in on another iphone my instagram account log's in. when i try logging into another account it continue to say disable. Why cant i log into instagram or make another one on my iphone?

    When i Log into instagram it say my account  is disable but when i log in on another iphone my instagram account log's in. When i try logging into another account on my phone it continue to say disable. i also tried to make a new instagram on my phone but it wont let me. i deleted the app over and over again but it still wont let me log into any instagram account. Why cant i log into instagram or make another one on my iphone?
    Is is=t possable to have your phone banned from a app forever???
    HELP !!

    I just asked the same thing and did some research. Some people have said  that the UDID code is like banned from instagram, but your account isn't. I'm able to use it on my phone but not on my iPod.

  • My gmail account receives mail, but will not send, forward, or reply...it gets stuck in the spin and then I have to force quick firefox.

    My gmail accounts receives mail, but will not send, reply or forward. Also cannot open settings. It gets stuck in spin mode.
    I worked with an apple tech, tried several things, and then she suggested I contact Mozilla support.

    Hey Butterworth,
    You may need to use the information in this article to help you troubleshoot the issue with your outgoing server:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • I have an iPad with IMAP email accounts set up but I can find no "inbox, drafts, trash" folders anywhere, either on my ipad or desktop Mac.  How can I set them up?  They do not show on my MacMail preferences either and I can find no way to add them.

    I have an iPad with IMAP email accounts set up but can find no "inbox, drafts, trash" folders for each email account anywhere on my iPad or in Mac Mail.   How can I set them up? I can't find anyway to set them up anywhere.  Thanks

    Hello blu monkey,
    I found some resources that I think might help with the visibility of your IMAP email folders on your iPad and Mac.
    On your iPad, you may need to follow the steps in this article to make sure your folders are visible:
    iOS: If IMAP Mail folders are not visible
    http://support.apple.com/kb/HT1393
    On your Mac, I am not sure if you have the sidebar enabled, but you can enable it using the steps in the article below.  When this is showing, you should see your email account listed near the bottom with a triangle next to it.  When the triangle is pointing down, it should show your folders:
    Mail (Mountain Lion): Show or hide the sidebar
    http://support.apple.com/kb/PH11763
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I opened an itunes account then forgot my password. I opened a new account now I would like to combine my two accounts into one but I still can't remember my password and now I have a new email account. Help!

    I opened an itunes account then forgot my password. I opened a new account now I would like to combine my two accounts into one but I still can't remember my password and now I have a new email account. Help!

    You can't combine accounts but help here Apple ID FAQ's for resetting your Apple ID password.

  • I have two apple accounts, but can only access one. I did all the steps to recover the older account's password but nothing worked. I need to access the older account to update apps. Also would there be a way to just combine both accounts?

    I have two apple accounts, but can only access one. I did all the steps to recover the older account's password but nothing worked. I need to access the older account to update apps. Also would there be a way to just combine both accounts?

    Were you able to reset the account's password ? If not then how did you try to get it reset e.g. http://iforgot.apple.com (which would have sent it to the rescue email address if you have one on that account) ? You can also try contacting iTunes Support in your country to get it reset : http://support.apple.com/kb/HT5699
    And no, accounts can't be merged nor content transferred between accounts.

  • I have an ipad that I purchased in Australia and my iTunes account is Australian, but when I try and watch Australian TV shows on Australian websites it says that the content is not available because I am not in Australia.

    Please help! I have an ipad that I purchased in Australia and my iTunes account is Australian, but when I try and watch Australian TV shows on Australian websites it says that the content is not available because I am not in Australia. How can I fix this?

    Are you using a proxy server to access the net?
    Or another cause could be that your router thinks it's in its home country (probably china)
    I just don't know how to fix it. There's a way but I don't know enough to advise.
    You could try googling your router model and 'wrong country' or keywords like that and see if something comes up.

  • I've been using my mom's iTunes account for years but now I want to switch to another account. How can I do this without losing all of my pictures, music, and apps?

    I've been using my mom's iTunes account for years but now I want to switch to another account. How can I do this without losing all of my pictures, music, and apps?

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • I cant use facetime. but my sister can. we share the same account for itunes.but when i go to face itme and click on create a new account a blank screen pops up. what do i do?when i go to make a new facetime account nothing comes up

    i cant use facetime. but my sister can. we share the same account for itunes.but when i go to facetime on my ipod touch and click on create a new account a blank screen pops up and the only thing it says is cancel and account.  what do i do?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • My kid`s been using my apple ID/account for years, but now that he`s older it`s time he got his own. Is there any way to either make a twin account so he doesn`t lose all his purchases from iTunes/AppStore when getting his own account?

    My kid`s been using my apple ID/account for years, but now that he`s older it`s time he got his own. Is there any way to either make a twin account so he doesn`t lose all his purchases from iTunes/AppStore or does he have to start from scratch? They payment can still be from my card/account, that`s not the problem, but facetime, imessage etc. is a available on both mine and his apple products (I know you can check what email/phone number we can be reached at, but it`s just a click and he see my messages and I his). It`s the privacy problem that is the most important.

    frank_o_s wrote:
    My kid`s been using my apple ID/account for years, but now that he`s older it`s time he got his own. Is there any way to either make a twin account so he doesn`t lose all his purchases from iTunes/AppStore or does he have to start from scratch? They payment can still be from my card/account, that`s not the problem, but facetime, imessage etc. is a available on both mine and his apple products (I know you can check what email/phone number we can be reached at, but it`s just a click and he see my messages and I his). It`s the privacy problem that is the most important.
    He needs to have his own account, the sooner the better.
    As for content, non-protected songs can simply be copied to his own new library, and he can use them.  As for protected content and apps, anything he still wants will have to be replaced.

  • I have an account for apple but this is not acceptable for i cloud. It say it is correct ID and password but this is not icloud account. So my phone can not connect with my computer and not synchronization too

    I have an account for apple but this is not acceptable for i cloud. It say it is correct ID and password but this is not icloud account. So my phone can not connect with my computer and not synchronization too. Last a few months i have not use this phone. Just i start to use again. So most probably i gave my old mail address as a ID or password. So how can i clearing this subject. regards

    ErolSinan wrote:
    ... there is no button for update between the About and Usage buttons in the General. ...
    Correct. That is only a feature of iOS 5 or later...
    ErolSinan wrote:
    ... yes my phone is 3G.
    then it can only go as far as iOS 4.2.1

Maybe you are looking for

  • Mini to old regular TV

    Hey I'm connecting the Mini to my regular TV using the Apple DVI-to-Video adapter, now the picture on the TV doesn't sit right, it doesn't fill the whole screen, and it goes a too up and right, meaning I have black lines on the bottom and on the left

  • Moving from one external drive to another

    Hi, I've had a lot of difficulty having all my music on an external drive. iTunes keeps trying to localize my files on my local disk's music folder. Anyway, I have all my music on one external drive, which I've just done a complete copy of to another

  • Different filesize for PDF files created in background vs. foreground?

    When I create a PDF file in a background job the filezise is more than 2 times bigger than created with same selection in the foreground?? Why is that? Any suggestions?

  • Does Setup Assistant transfer files from unused deleted apps to the new HD?

    I just purchased a new Macbook pro and want to use setup assistant to transfer the data from my older Macbook Pro. Does setup assistant copy ALL files on the old hard drive? Specifically old hidden files from programs I have deleted.

  • Addition of field in referencing procedure

    We are trying to copy a customized field( z field in VBAK) from master contract to local contract.We are trying to add the field in the referencing procedure in transaction VORS.But there is a check for the fields allowed, in the program L081AF0C(Lin