Average Consolidation for Facts

Hi
I have several measures/facts/accounts from source systems which are Average values (for example, average distance travelled). Having done some base modelling, I want to set the consolidation method for these measures/facts/accounts as average, so when the cube calculates the values higher up the dimension hierarchies (ie what the average of the average distance travelled is for the quarter) the values calculate properly.
I am doing the modelling using Essbase Studio (11.1.1), and there is no option for and 'Average' consolidation method. Any ideas how to accomplish this.
Note, not all measures/facts/accounts need to be averaged.
Thanks for any help you can give.
Matt

A little out of the box. Those members that need to be averaged add a UDA to them. Also add a member called mbrcount and in your load rule, add a text column with the number 1 and load this to mbrcount.
Then in your cube, add a dimension with two members input and calculated (you will never need to drill into this dimension. Have input stored and with a tilde. Cave calculated dynamic and qith a + use the formula somthing like
If(@isuda(accounts,"averageme"))
input /mbrcnt;
Else
input;
endif

Similar Messages

  • How to calculate Average balance for an account

    Hi,
    How to calculate average balance for an account for a particular period say for JAN-12 period and after the end of that period for another two days 01-feb-12 and 01-feb-12 ?
    I'm using the following query :
    SELECT cc.segment1||'-'||cc.segment2||'-'||cc.segment3||'-'||cc.segment4||'-'||cc.segment5||'-'||cc.segment6 "Account_XX",
    nvl(sum(l.accounted_dr - l.accounted_cr),0) "Balance"
    FROM gl_code_combinations cc,
    gl_je_lines l
    WHERE cc.code_combination_id = l.code_combination_id
    AND l.set_of_books_id ='XX'
    and code_combination_id = replace it with code combination_id for account_xx
    AND l.effective_date <= '31-Jan-12' (january period end ??)
    GROUP BY cc.segment1||'-'||cc.segment2||'-'||cc.segment3||'-'||cc.segment4||'-'||cc.segment5||'-'||cc.segment6
    There are some discrepancies in "average balance" after end of month (Jan-12)?
    How to calculate average balances for a particular account (Account_XX above)from end of month of Jan to first two days of february?
    Thanks,
    Kiran

    Kiran,
    Please let me know first, is Average Balancing feature enabled in your GL Ledger?
    Regards
    Muhammad Ayaz

  • PLEASE HELP: PDF Forms, creating average formula for text?

    Hello,
    I really hope somone can help. I cannot find any answers to my questions on the internet, google etc.
    First time using Acrobat. Im pretty quick learning on compters however the formulas my boss has asked me to do I have no idea if they are possible.
    We have a report form for exams and each section I need to calculate the average mark for that section.
    There are 3 questions for the first section. There are dropdowns for distinction, Merit, Pass and Below pass to select for each questions.
    Please see picture attached to show you what I mean.
    I want to be able to calculate the most selected/average dropdowns selected and not count the N/A's into award1 field?
    The fields must be text and cannot be numbers.
    so for example, track 1 got a distinction, track 2 got a Merit, Track 3 got a distiction. all other fields left n/a
    is there anyway to do this also is there any way to exactly the same as above as check boxes? - please see picture attached
    I appriciate any help. I am working on a mac
    Thanks
    Lauren

    Thank you so much reply
    Yes on the dropdowns the distincion, merit, pass or below pass values are in the correct areas ready for selection. For example on the distiction row you can only drop down for distinction and so on for Merit row dropdowns etc
    Check box is the way I rather do it as its quicker, however I created the dropdown option just incase check boxes average was not possible
    On the check boxes if i select merit for rtack 1 I would just tick the box and leave the the rest of the colum blank with no ticks. So just by seeing the tick I know its in the merit section for Track 1. However I donts know if I can do an average formula for with check boxes.
    If I check boxed/slected distinction for track 1, distnction for track 2 and merit for track 3 (obvisley any box could be ticked depeneding how the exam went so need then all in the script). I would like it to then calculate the avergae mark which would be distinction in the award1 field. While the none ticked boxes or N/A fields not affecting the average.
    This is just the start to a huge form Im doing Im dreading the rest of formulas I have to do lol
    sorry if im confusing you

  • Moving Average Price for Sales stock and Project stock of a material

    Hiya Gurus,
                     I am developing a report to display inventory details. My requirement is that I have to display the Moving average price of a material for all Valuation type. I also need to display the Moving average price if a material has got Project stock or Sales stock.
                     In MBEW table I can get the Valuation type and its Moving average price, but how can I find the moving average price for the same material if it has got Sales stock and project stock. Please let me know the table and field where I could get the relevant data.
                    Kindly help me on this, it would be deeply appreciated.
    Cheers,
    ZIa

    Hi
    can you look at tables
    EBEW                             Sales Order Stock Valuation
    QBEW                             Project Stock Valuation
    Nat

  • EC CS Consolidation - How can i set up Consolidation for Corporate Group

    I have a task to set up consolidation for a Corporate group that has only the corporate office running on SAP and the other 18  subsidiaries are on other systems . Within the 18 subsidiaries  there are 2 companies that are assoicates.The corporate group also does limited accounting transactions approx 4 invoices per month for 3 discontinued companies but not yet divested.
    The 18 subsidiaries are also broken down into  sub groups  by type of operations e.g. Retail, Financial services, Investments, Property etc and these also groups need to be reported in a separate report over and above the Main Group Financial reports and the report must show each group (segment) on its own. -- Is there a Standard report that helps me achieve this kind of reportring
    The 2 companies  that are assoicates should they be created as a group if they are to be reported as a separate  subgroup.
    Should i create the 3 discontinued companies as company codes  or business area .
    If i am to create them as company codes what are the advantages and disadvantages.
    If i am to create them as Business Areas how will i incorporate them into Consolidation if I am to use Company Conslidation dimension .
    How best can i set up my consolidation structures ..
    Please advise
    Edited by: Stanley Kasukusa on Apr 15, 2010 9:22 AM
    Edited by: Stanley Kasukusa on Apr 15, 2010 9:37 AM

    Dear Stanley,
    please create two different dimensions:
    one for company consolidation with cons units = company codes
    one for business area consolidation with cons units = business areas
    Do not forget to mark the parent cons unit and create a top cons group.
    Cheers,
    David

  • Average sum for a column in ALV tree layout

    Hi,
    I've trying to set an average sum for a column in an ALV tree report.  In the field catalog i set the DO_SUM field to 'X' and this will do a total sum, but I can't find out how in the code to do the average sum.
    Also to get round this I was going to just set a default display variant with the "average" sum option saved after i had manually selected the columns and set it to this.  Problem with this is that when i re-run it, the sum comes back as a total rather than an average.  I have tried setting display variants on the SAP example ALV tree programs and the same thing happens.
    Does anyone know how i can get round this?
    Cheers
    Matt.

    Hi,
    In addition to setting DO_SUM = 'X' you need to specify function in H_FTYPE field. It should be set to 'AVG' in your case.
    ls_fielcat-do_sum = 'X'.
    ls_fieldcat-h_ftype = 'AVG.

  • Moving average Price for Material is Negative

    HI Friends,
    I am doing MIRO for PO where its giving me error while posting the Invoice that
    Moving average price for material is negative
    Can any please help me to resolve this.
    what would be the implications if the price difference is too high b/w MAP in Invoice .
    Thnaks
    Purna Nalluri

    It is ofcourse bcoz there is price difference in the between PO and IR....
    so as per the calculations the MAP becomes negative....
    The formula for it is :
    Difference/Current stock holding + current moving average...
    Pls check you price entered at PO and IR....
    There are no any implecations...excepts the price differece is reflected in the MAP of MMR....
    hope it helps...
    Regards
    Priyanka.P
    Edited by: Priyanka Paltanwale on Sep 23, 2008 7:28 AM

  • Moving Average Price for Batch Maintenance

    Hi Experts,
          I've created material of which stock is maintain in batch (Valuation category = X & Price Control = V).
        Due to batch wise stock, system calculates the moving average price for different batches.
        Can we calculate moving average price at plant level inspite of maintaining material batch wise?
       Is there any other way by defining multiple storage bins for that material so that I can see the stock value differently with single moving average price value?
       Thanks.
                                                   Naimish.

    In MM03, you get the overall MAP for all batches of the material at plant level without mentioning valuation type in org. level. When specific valuation type is given, you can see its MAP / std price.
    Hope this clears the doubt.
    Regards,
    SAmeer

  • Error in MIRO - Moving Average price for the Material is negative?

    Hi,
    While doing Invoicing, the following error is coming:
    Moving average price for material is negative: 13070106001 1000 NEW
    Message no. M8783
    Please note that all the Material Qty has been sold out
    Please help.
    Regards,

    Hi,
    Still, I am not able to get the Solution.
    The actual problem is that at the time of PO creation, we entered ADC value as 106.350,70 USD (which was actually 106.350,70 INR).
    MIGO - FI Document
    Local Tradeable Good     94.000,00
    GR/IR-clearing - ext     54.000,00-
    ADC Clearing     106.350,70-
    ADC recoverable     106.350,70
    Clearing Charges A/C     40.000,00-
    FI Document on simulation
    SILINK HOLDINGS LIMITED /      106.351,00-
    ADC Clearing     5.237.771,98
    Additional Duty     2.252.693,81-
    Price dif. Gain - Trading     2.878.727,17-
    Now we are doing MIRO for 106.350,70 INR and the System is giving the following error:
    Moving average price for material is negative: 13070106001 1000 NEW
    Message no. M8783
    Current Stock Status:
    Total Stock          4.390
    Total Value          929.695,90
    Moving price         211,78
    Price Control        V
    Please help!
    Regards,

  • Which table has Moving Average price for a material

    Can you let me know from which table I can get the Moving Average Price for a material
    Thanks

    Found MBEW table which has the necessary information

  • How to configure the runtime and consolidation for a track in CMS.

    How to configure the runtime and consolidation for a track in CMS.
    I can see the track exists in CMS but the same doesnt pull up in the NWDS in the development configuration perspective.
    I compared the given track with the one which gets pulled up in NWDS. Theres something called runtime system and consolidation which isnt defined for the track which is invisible.
    Please advise , what are these required for. And how can we configure the same.

    The runtime systems are defined for a track to setup the Transport path for any code changes....the Consolidation system is usually defined as a Virtual system for the track and used for comparison and fixing any broken or Dirty DC's ....that means it's not used as a Runtime System for Deployment as compared to DEV,QAT and PROD used for Deployment...
    Hope it helps..
    Regards,
    Shikhil

  • MIRO : Moving average price for material is negative

    Hi,
    i post an invoice but the system gives me this message : "Moving average price for material is negative: 120462 M411"
    i tried to change the average price (MR21) but really it is not a solution.
    is there any other solution to post this invoice?
    Regards
    Edited by: jehade el aoumari on Oct 22, 2008 2:06 PM

    Moving average price negative error comes when the correction in price of material made in MIRO is more than its moving average price in material master.  There are three ways to solve this error,
    MR21 as you said, or
    Reverse all previous transactions like GR in the sequence they were made, amend the PO and make fresh GR. or if this is not possible,
    Complete the MIRO with wrong amounts and pass FI jv to rectify the wrong FI impact....
    Hope this helps you..

  • Incorrectly defined logical table source (for fact table X

    Hi!
    Imagine the following Physical Diagram:
    - Dim A
    - Dim B
    - Fact A
    - Fact B
    Joins:
    - Dim A is parent of Dim B
    - Fact B has a FK to Dim B
    - Fact A has a FK to Dim A
    Business Layer:
    - Logical Table Dim A
    - Logical Table Dim B
    - Logical Table Fact A
    - Logical Table Fact B
    Joins:
    - same joins (not FK Joins) that Physical Layer
    When we build a report that only has one column of Dim A and one column of Dim B (A is parent of B), the following error appears:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table "Fact A") does not contain mapping for [Dim A.col1, Dim B.col1]. (HY000)
    What is wrong?
    Help!
    Thanks.

    Hi,
    The joins of dimensions go via a fact table. In your case there is no common fact table.
    You can solve this by drag/drop a field from the physical table Dim B on the displayed logical table source of the logical table Dim A.
    Now the BI Server knows that Dim A and B have a physical relationship.
    Regards

  • Incorrectly defined logical table source (for fact table Facts) does not

    Hi,
    I have two Dimensions A and B. A is joined to B by a foreign Key.
    The report works if I pull B. Column1, A.Column2.
    The report is throwing an error if i try to change the order of the columns like this. A.Column2, B. Column1.
    error : Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    File: odbcstatementimpl.cpp, Line: 186
    State: S1000. Code: 10058. [NQODBC] [SQL_STATE: S1000] [nQSError: 10058] A general error has occurred. [nQSError: 15018] Incorrectly defined logical table source (for fact table Facts) does not contain mapping for B.Column1
    I am not sure where it is going wrong.
    Thanks
    jagadeesh
    Edited by: Jagadeesh Kasu on Jun 16, 2009 4:22 PM

    did you make joins in LTS or on the physical table.
    try to make join in LTS if they are not there.

  • Template Blueprint for management and legal consolidation for BPC 7.0 NW

    Hi Gurus,
    Does anyone have a template buleprint document for starting with management and legal consolidation in BPC 7.0NW
    If you have request you to share me the documents
    appreciate your help and many thanks in advance
    Deepak

    Hi,
    please find big volume of information from these threads
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40b25a12-7082-2b10-5c86-c227b9397fb3?overridelayout=truehttps://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b09d5f42-36a4-2b10-cb82-fa58febeb7c2?overridelayout=true
    Re: Consolidation for SAP BPC
    also you can get latest information from
    http;//service.sap.com/pam
    regards
    nag

Maybe you are looking for

  • How do I stop a shared calendar from sending a separate alert from each device it's loaded on?

    I have shared calendars in iCal that are shared by: - a Macbook - an iPod Touch - an iPad; and - two iPhones (4S and 5) When I create and event with an alert email, the alert is emailed to me 3+ times. Quite annoying. Any ideas how to resolve or have

  • Will Windows 8.1 upgrade work with Boot Camp on OS X Mavericks?

    Will Windows 8.1 upgrade work with Boot Camp on OS X Mavericks?

  • Php email form

    I'm sending a php form to an email address. The form does send to my email and a message sent page is working for the user filling in the form. However, I need to put the name, address, and phone number included with the message that is sent to the e

  • Copying iDVD back to computer from DVD

    I recently burned iDVD to a DVD because I had hardly any space on my hard drive. Now i've put a new hard drive in my ibook and I'm ready to copy iDVD back to my computer. The problem I am having is that when I try to copy it back, it comes up with an

  • Data Warehouse

    Hi I want to setup a very small data warehouse with one table as a sample to understand data warehouse steps. I studied some oracle documents and now I'm familiar with data warehouse but I have some question I couldn't find any answer in documents cl