Time Balance calculation

Hi Everybody,I have tagged some of the members of A/C dim. as TB First, TB Last, TB Avg. My Time Dim have hierarchy like 2003..Q1-2003..Jan2003, Feb2003, Mar2003..... When I see the member tagged as TB First, TB Last, TB Avg at the level of say Q1-2003, it shown plain consolidation instead of time balance logic. Is is due to the fact that my Time Dim is not of Dynamic Time Series? Can I achieve the Time Balance logic without applying the Dynamic Time series?Please help. Thanks in advance.

FWIW, we use Dynamic Time Series and Time Balance measures, and my otl is configured as follows:<br><br>Measures(s)<br>Time(d)<br>OthDim(d)<br>OthDim(s)<br>OthDim(s)<br>OthDim(s)<br><br><br>Sorry that I don't see anything glaringly wrong with your setup, as Paul suggests, maybe you need to calc everything again...? BTW: Both our measures and time dims are entirley dynamic calc.

Similar Messages

  • Time Balance, rate and dynamic Calc

    Hi all,
    I am calculating a Rate which equal to Sales / Quantity. I put my indicator Rate as a dynamic calc but I don't know how to recalculate it at quarter level
    Example, What currently occurs whith time balance flow so completly false:
         JAN     FEB     MAR     Q1
    SALE     10,0     15,0     40,0     65,0
    QTYS     5,0     10,0     12,0     27,0
    RATE      2,0     1,5     3,3     6,8
    Example, What currently occurs whith time balance average which is an approximation:          
    SALE     10,0     15,0     40,0     65,0
    QTYS     5,0     10,0     12,0     27,0
    RATE      2,0     1,5     3,3     2,3
    Here what i would like to have (do the calculaction also at quarter level):
    SALE     10,0     15,0     40,0     65,0
    QTYS     5,0     10,0     12,0     27,0
    RATE     2,0     1,5     3,3     2,4
    Edited by: David LEPICIER on 21 sept. 2011 12:40

    After Aggregation, write a back calculation for Rate as Rate=Sales/Quantity; or Make Rate dynamic Calc.

  • Time Balance Attributes

    <p>Hello</p><p> </p><p>I verified that time balance attribute allow control the memberconsolidation for differents time periods.</p><p>I have a time and accountsdimension on outline. My Time dimension is dividedin Year and quarter without months.</p><p>But What is the default period to <b>TBFIRST, TBLAST andTBAVERAGE</b> in this case??</p><p>I guess that TBFIRST will be the first and secondquarter of the time dimension, TBLAST theremaining, after all, The TBAVERAGE will be using theconsolidation of the year 2006. Am I right??</p><p> </p><p>Thanks advanced,</p><p> </p><p>Wallace</p>

    Wallace:<BR><BR>TBFIRST, when reported upon against your Year member, will reference the value of the FIRST quarter, whereas TBLAST will use the value of the LAST quarter.<BR><BR>TBAVERAGE will sum the four quarters and divide the result by four.<BR><BR>Note that if any of your quarters contain #Missing values, they can be skipped by using the SKIP MISSING option.<BR><BR>Fore more information, check the Database Administrator's Guide in the section entitled <b>Calculating Time Series Data</b>.

  • Warning "Time of Calculation 'Before Aggregation' is obsolete" in BI 7.0

    Hi Friends,
    We have recently upgraded our BW system from BW 3.1 to BI 7.0. While executing one of the query in BI 7.0 i am getting the Warning Message "Time of Calculation 'Before Aggregation' is obsolete". I can run the query by ignoring the message and get the results. But I am not getting the correct result for some of the calculated key figures which has setting for Time of calculation as "Before Aggregation".
    After doing some research i found that before aggregation is not allowed in BI 7.0. We are using queries created in 3.x environment. There is some work around which talks about creating new calculated key figure with after aggregation setting and all. But in my case it not feasible as there are so many queries based on those calculated key figures.
    Does any one had the similar situation? Is there any other way to correct this problem?
    I would appreciate your help in this regards.
    Thanks,
    Manmit

    Hi
    Try SAP notes 935903.
    Symptom
    Calculated Key Figures "Existance Indicator" with aggregation behaviour "Before Aggregation" will get now with NW 2004s warning popup "Time of calculation 'Before Aggregation' is obsolete" during execution.
    this may be helpful.
    Also Check the below thread
    /message/2986338#2986338 [original link is broken]
    Regards
    Shilpa
    Edited by: Shilpa Vinayak on Oct 10, 2008 4:23 AM

  • Total time balances in HRFORMS

    I designed a form to report total time balances overview
    using TIM_SALDO in HRFORMS.
    when evaluate <b>NOT</b> a complete time evaluation periods  by specifying the data selection period on the selection screen.it gives  total time balances of complete time evaluation periods!?
    Time evaluation periods  is 10.01 - 10.31 ,
    I evaluate 10.01 to 10.15,
    but the result of total  time balances is for 10.01-10.31.
    BUT form designed by PE50,using SALDO too.
    when evaluate 10.01 to 10.15,it gives right result.
    I know table Table SALDO stores all cumulated balances. The balances are added from table TES to SALDO in month-end processing.
    BUT WHY PE50 form can evaluate partly period ,while HRFORMS can not.
    How to design using HRFORMS to evaluate partly period or corss periods?
    Must I write code by using table ZES to cumulate manully?

    Here is your sum in minutes
    WITH your_data AS
           (SELECT       '4.30' emp_ot FROM DUAL
        UNION ALL SELECT '5.50' emp_ot FROM DUAL)
    SELECT SUM(minutes) FROM (
    SELECT   REGEXP_REPLACE (emp_ot, '(\d{1,2})\.(\d{2})', '\1') * 60
           + REGEXP_REPLACE (emp_ot, '(\d{1,2})\.(\d{2})', '\2') minutes
      FROM your_data)
    620
    Message was edited by:
            Bolev                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Date and time diffrence calculations

    Dear Experts,
    I have a doubt regarding the date and time diffrence calculation please help me out.
    This is regarding the report called u201CVehicle tracking systemu201D. The purpose of this report is to give the user information like how many vehicles have come in and how much time each vehicle has parked in the filling in the refinery and also the average time taken for a customer.
    For this we have created 4 info objects called
    1)     Park In Time
    2)     Park In Date
    3)     Gate Out Time
    4)     Gate Out Date
    We have created a routine which calculate the difference in Vehicle Park In Date & Time to Gate Out Time and Date
    The Time difference is number format.
    Example: For Vehicle1
    Park in Date and Park in Time are         27.11.2008 and 17:43:35
    Gate out Date and Gate out Time are     29.11.2008 and 09:36:16            
    Here routine will calculate the difference in the above date and time and the output is like this     1,155.138,000 (i.e. 1day, 15 hours 51 mins and 38 seconds) that means the vehicle has parked for 1 day and 15 hours etc.
    But we require the output like    1 day, 15:51:38
    Please give us the solution how to go about it.
    Thanks in advance,
    venkat

    Hi,
    I think in regard to your problem, the solution will be to make the variables in the query runtime by the replacement path variable.
    Please find the below link, its very much self explanatory and in regard to your problem.
    Hope it helps!
    [http://sd-solutions.com/documents/SDS_BW_Replacement%20Path%20Variables.html]
    Regards,
    Neha.

  • Time Balance is set to Last for EPMA Essbase application in Essbase Outline

    Hello Gurus,
    Following is my scenario -
    I have an EPMA Essbase applications that I have deployed from Workspace.
    I have observed that even though the Time Balance property for members for the accounts dimension are set to Balance (as seen in Dimension Library) in EPMA, after I deploy the application the dimensions are tagged as TB Last in Essbase outline (as seen in EAS).
    I am not aware of the functional part much, would really appreciate someone's help on this issue.
    Thanks.
    hyperionEPM

    Here is the doc that explains time balance settings in Essbase:
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/dcatimse.html
    Here is the doc that explains time balance settings in Planning:
    http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin_11122/ch12s04s08s01.html
    And here's a quick cross reference between Essbase and Planning:
    ESSBASE / PLANNING
    TB Last = Balance
    TB None = Flow
    TB First = First
    TB Avg = Average
    In general, Income Statement accounts are "Flow", and Balance Sheet accounts are "Balance" (unless you're storing activity, and not balances). Statistical accounts are a mixed bag.
    Hope this helps,
    - Jake

  • Time Balance and Time series in ASO

    We are building an ASO application and we need Time balance and dynamic time series functionality.
    If I go and use the TB functionality in ASO, my Time dimension has to be stored and I cannot put mdx formulas on my members (YTD,QTD,MTD)
    I see various threads here and the recommendation is to have a new dimension to view the time series members (gary's blog...tnx for him)
    However we cannot afford to have a separate dimension. The time series should be under Time.
    How can we go with this?
    Please help me with your suggestions/ideas. Thanks for your time.
    TIA
    - Sai

    Any ideas guys?
    John, can you please shed some light on this.
    TIA

  • Hyperion Planning 11.1.2.1 - Time Balance = None

    I have a planning form which has some Accounts in the rows (forecast sales volumes) and Periods in the columns (Jan to Dec and YearTotal).
    At the moment, as I enter data for months, an aggregated value is updated in the YearTotal column, which is of course expected with a time Balance of Flow.
    These forecast volumes get multiplied by promotion/marketing rates (also entered on a monthly basis) to create Marketing totals etc. but crucially the client wants the Year Total in this case to be Blank. For reasons beyond my understanding the None Time Balance in Planning applications is read as Flow.
    Example (What currently occurs):
    / ¦ Oct ¦ Nov ¦ Dec ¦ Year Total
    Sales Volumes ¦ 10 10 20 40
    Rates per Vol. ¦ 2 3 2 7
    Marketing Total ¦ 20 30 40 90
    Example (What I'd like):
    / ¦ Oct ¦ Nov ¦ Dec ¦ Year Total
    Sales Volumes ¦ 10 10 20 40
    Rates per Vol. ¦ 2 3 2 ---
    Marketing Total ¦ 20 30 40 90
    Is this possible? Any help Gratefully received.
    Ed

    Hi Alp,
    The Aggregation operator for this Rate member is currently set to ~ and the Rates still calculate up to TotalYear as you enter them in the input form.
    Just to be clear:
    The 'rate member' is a Rate per item, (lets call it RPI) which is there purely to drive Marketing totals from the volumes entered.
    The properties of this RPI member are as follows:
    Aggregation for Plan1: ~
    DataStorage: StoreData
    TimeBalance: Flow
    SkipValue: None
    Account Type: Revenue
    Data Type: Unspecified
    I'm guessing that one of these above properties can be the issue here. I thought that Time Balance would be the answer here, but found in the Native Application Help that Planning treats "None" as "Flow".
    Any reading material that can point me in the right direction here? I've had a look through the Time Balance bits in the Planning documentation but cant seem to find anything.
    I'm sure this is one of those painfully-obvious-if-you-know-how things.
    Thanks for all help so far!

  • Over Time Approval process and Time Balance Reconciliation at Termination P

    Hi Friends,
    I would like to know generic Overtime approval process in Time management & also the process for Time balance Reconciliation at termination.
    These both process are in my project scope.I have to draw a flowchart two both of the above process to my client.
    Can any one of you help me out,with process flow charts are you give me a scenarion,wher i can draw a flowchart also appreciated.
    Thanks,
    Lasya

    Hi,
    For overtime approval process... either u can use IT 2005. or You can use IT 2007 for overtime quota and 2002 for Approval process. Its also mentioned in one of the SAP HR Book HR311. You can refer that book, Its in detail and really going to help you..
    Regards
    Pradeep

  • Retrieve account members with time balance of "last"

    Hi everyone,
    I am trying to write a report scripts that will retrieve from the Accounts dimensions all members that have Time Balance of Account information of "Last". I haven't been able to get the correct syntax to do this retrieval. Is there an existing syntax what is similar to a UDA that I can use as a retireval criteria?
    Any help will be greatly appreciated!
    Thanks,
    Tom

    I dont think there is a such report script command to list out TB First/Last account members.
    so you need to give some uda to the TB members and list out the accounts based on UDA in report scripts.
    - Krish

  • TIP, TOP, Time Types, Time Balance and Time pair

    Hi Friends,
    This is Neehar.
    I am new to SAP HCM.
    Please can someone help me in explaining me about TIP, TOP, Time Types, Time Balance, Time Pair and Internal Tables.
    Please let me know, how Internal Table works and which values are stored in Internal tables.
    Please explain me with a Scenario.
    Thanks
    Neehar

    Hi Neehar,
    Please go through the below documents which will answer your questions.
    Time Types - The DNA of Time PCRs
    Function TIMTP
    Internal Tables in Time Evaluation - Personnel Time Management (PT) - SAP Library
    I hope this resolves your issue.
    Regards,
    Vivek

  • Time Balance = First for account in HFM

    Hi All!
    Is it possible in HFM to get correct results in summary time periods for "Opening" account (like in Planning when you setup account Time Balance property as First).
    For example:
    I have such accounts: CFOpening (Balance type), CFFlow (Flow type), CFClosing (Balance type)
    and amounts
    for Jan:_
    CFOpening = 100
    CFFlow = 50
    CFClosing = 150
    for Feb:_
    CFOpening = 150
    CFFlow = 50
    CFClosing = 200
    for Mar:_
    CFOpening = 200
    CFFlow = 50
    CFClosing = 250
    for Q1_ I want see this results:
    CFOpening = 100 (amount from Jan)
    CFFlow = 150 (sum of Jan-Mar)
    CFClosing = 250 (CFOpening + CFFlow)
    but now I have:
    CFOpening = 200 (amount from Mar)
    CFFlow = 150 (sum of Jan-Mar)
    CFClosing = 350 (CFOpening + CFFlow)
    How can I get correct result for Q1 in such case?
    Thanks a lot in advance!

    In HFM balance accounts behave as ending balances, so that the YTD value is always equal to Periodic value. Your CFOpening account is declared as balance, accordingly HFM understands that March value (200) behaves like ending balance of this account. Therefore Q1 ending balance of the account is 200, it cannot be 100 unless you redefine your rules to set your CFOpening account always to the year beginning value (or previous year's ending balance). That is for all months CFOpening will be 100 for all months. But then you would have a problem of adding up balance and flow accounts. Because flow accounts unlike balance accts have different YTD and Periodic values. Usually, we overcome this problem by declaring all accounts as balance, at the expense of losing the Periodic values of the CFFlow account.

  • Time Balance and Account Type

    According to docs, time balance are system-defined based on account type. However, I can set any time balance. And it not enfore time balance setting on app validation and deployment.
    So, is any relationship between account type and time balance?

    Hello,
    Check this forum, see if that helps..
    Time Balance is set to Last for EPMA Essbase application in Essbase Outline
    The last post in the above thread might be helpful.
    Thanks,
    hyperionEPM
    Please mark answer as helpful or correct for others to find it easliy.

  • Intermediate time in calculation field in BAM11g

    I have two field in my data object receivedtime and endtime.Is there any way to get intermediate time in calculation field?

    I can think of implementing it like this:
    1. Create a calculated field c1 as endtime - receivedtime. This will give you c1 value as an integer which represents seconds.
    2. Create another calculated field c2 as DateAdd(receivedtime, 0, 0,0,0,0,c1/2,0). DateAdd is of this format: DateAdd(receivedtime, yy,mm,dd,hh,mm,ss,millisec)
    c2 should give you intermediate datetime value.

Maybe you are looking for

  • Use different iTunes and iCloud accounts only for backup

    Hello Everyone, Recently I update my iPhone 5,my wife iPhone 6 ,my wife iPad to iOS 8.3 and my MacBook Air to 10.10.3. As part of the upgrade i purchase more space on iCloud for backuping my photo library. I'm using the same account (iTunes and iClou

  • How to install Premiere Pro CS6 via Creative Cloud Desktop (32-bit-system)

    Hello community, I have used Premiere Pro CS6 as a Creative Cloud Version on my PC with windows xp. After upgrading to Windows 7 Premiere Pro is not longer available in Creative Cloud Desktop App because it is an older PC with 32bit-system. I have re

  • EDI order Segregation

    Hi i'm new to EDI environment! The requirement is to make EDI robust enough to handle software orders(ZSW order type) in addition to the regular orders(ZEDI and ZCAT).We have a third party tool which submits order to Sap from sources like(customers o

  • Appraisal -Additional header data

    HI, we have implemeted the HRHAP00_ADD_HEADER  Badi to get the additional employee data in the print layout of a form. I attahched this badi to  the additonal header data in the Lay out of a from ,still iam unable to get the further details of a empl

  • IDoc  Assistance

    Hi All, I would greatly appreciate any assistance that you'll can provide, with an IDOC - XI - IDOC asynchronous scenario that i am working with. The IDOC being used is ACC_EMPLOYEE_EXP02. I am sending info from an SAP HCM - XI - SAP ECC system. Howe