Reporting for multiple Accounts by Partner dimension for multiple Entities

Hi all,
I have a report in Reporting Studio which uses a Sum column formula to add data for all the members selected in a prompt for the Entity dimension (which is in the columns of the report).
In the rows I have 2 dimensions, Partner and Account. I have the report set up to display the children of Partner and multiple accounts for each Partner. The issue I am having is that I would need to actually calculate one of the account totals (it is a Yield account) since summing the yields for partners is not valid.
I can't just pull out and calculate the Yield accounts though because the accounts need to be listed by Partner.
Is there a way to group two rows so that I can pull out and calculate the Yield account but still display the accounts by Partner?
So I was thinking:
Partner A Account 1, Account 2
Partner A Yield
Partner B Account 1, Account 2
Partner B Yield
I can't hardcode this as there are hundreds of Partners. If there is a way to set up auto-calculate to Average only the Yield accounts, that would work as well in theory.
Any help would be appreciated. If any clarification is needed just let me know.
Thanks.

Hi Mehmet,
There are too many possible department combinations to actually create member formulas for each one.
The formula for Yield is Revenue/Units. So an example would be $100,000 revenue divided across 1,000,000 units gives a Yield of 0.10.
The more I think about this problem, the more I realize that this may not possible. If a manual calculation is required I would need to have it so that I'm able to match up the children of Revenue with the children of Units in order to calculate the various Yields. From my experience this isn't possible. I am staying away from hard-coding in the report as it would create issues down the road.
If there is some way to utilize auto-calculation that may be the only solution.
Any other thoughts would be appreciated though.
Thanks.

Similar Messages

  • Allocating multiple accounts on a resource through multiple roles

    Is there anyway for IdM to cater for the following scenario
    Role 1 -> Allocates accounts on Resources A & B
    Role 2-> Allocates accounts on Resources A & C
    Such that when a User is given both Roles, their account list is
    (1st) account on A, account on B, (2nd) account on A, account on C
    rather than the aggregate of (1 only) Account on A,account on B, account on C.
    And if, say, Role 1 is revoked for the account on Resource A as provisioned by Role 1 is the only account to be revoked on the resource allowing the 2nd account on Resource A (as provisioned through the still active Role 2) to still be managed
    Thanks
    --Calum                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Yes, it should be possible, but messy.
    The easiest way would be to create separate resources for the roles. So you'd have two configured resources for the same target, and the roles would assign the separate resources. You'd have to make sure that the target resources account names are different because usually they are required to be unique.

  • Setting Find iPhone for one account and find Friends for another

    Hi
    Just updated one iPhone 5 to 8.1.1.  Previously I had find my iPhone for one .me account (I keep all the family devices under this .me account).
    For the Find Friends app I had used a second .me account so I could locate the phone.
    I can't recall how I configured this previously.  It seems settings wants to keep me locked on one account, not two.
    Thanks
    AS

    If you want to keep everything in sync, you need to set up your mail using IMAP. I'm not familiar with Sky as to whether they offer an IMAP option or its just pop, you'll have to check with them. If they don't offer an IMAP option, you can get a gmail account, set that up as IMAP and then forward your Sky emails to your gmail account.

  • Email's for MobileMe Account stuck in outbox for Mail.app

    I upgraded to OS X Lion and have had the usual issues everyone else has had.  I've followed everyone's advice to fix them all, but now I've developed this new one.  I can't send emails anymore from my MobileMe account on my Mac.  The emails get stuck in the outbox and never send.  If I post them to the drafts in the Mail.app, and then go through Safari into the MobileMe Account, I can send the email out without a problem.  Just not from the Mail.app.  Can anyone shed some light on this one?  I'll post any data log you may need, I just don't know where to look for an answer.  Thanks.
    On a 2.4 GHz Intel Core i5 MBP 15", running 10.7, 4GB 1067 MHz DDR3 ram cache.

    The new update 10.7.1 resolved the issue and I am now able to send and receive emails from my MBP at home.  Please disregard this entire post series. Problem solved.

  • How to create a custom measure for each level of a dimension

    Hi all!
    Can Anyone please explain me with an example, how to create a custom measure for each level for a dimension? I dont mine if you use
    one or more measures.
    thanks in advance
    hope someone helps me.

    For example:I create a dimension for product_dim witch has 4 levels:total, class, family and item:
    d_aben18
    n1_aben18
    n2_aben18
    n3_aben18
    n4_aben18
    herarchy:h_aben18
    cube:cubo_aben18
    measure:med_aben18
    I create this code to fetch the data to the dimension:
    TRAP ON CLEANUP
    SQL DECLARE c1 CURSOR FOR SELECT-
    total_product_id,1,'N1_ABEN18',total_product_dsc,-
    class_id,1,'N2_ABEN18',total_product_id,class_dsc,-
    family_id,1,'N3_ABEN18', class_id, family_dsc,-
    item_id,1,'N4_ABEN18',family_id,item_dsc-
    FROM PRODUCT_DIM
    "OPEN THE CURSOR
    SQL OPEN c1
    "FETCH THE DATA
    SQL FETCH c1 LOOP INTO-
    :APPEND D_ABEN18, :D_ABEN18_H_aben18_HIERDEF,:D_ABEN18_N1_aben18_LEVELDEF,:D_ABEN18_long_description,-
    :APPEND D_ABEN18, :D_ABEN18_H_aben18_HIERDEF,:D_ABEN18_N2_aben18_LEVELDEF,:D_ABEN18_parentrel,-
    :D_ABEN18_long_description,-
    :APPEND D_ABEN18, :D_ABEN18_H_aben18_HIERDEF,:D_ABEN18_N3_aben18_LEVELDEF,:D_ABEN18_parentrel,-
    :D_ABEN18_long_description,-
    :APPEND D_ABEN18, :D_ABEN18_H_aben18_HIERDEF,:D_ABEN18_N4_aben18_LEVELDEF,:D_ABEN18_parentrel,-
    :D_ABEN18_long_description,-
    "SAVE THE CHANGES
    UPDATE
    COMMIT
    CLEANUP:
    SQL CLOSE c1
    SHOW 'KK2'
    Then I create a cube with use compression off, and in rules sum for example.
    After, I create a measure and I select Override the aggregation specification for the cube, in rules I put nonadditive and I would like to create aprogram to assign distinct values to each level of the dimension. For example, I put 1, 2 3, and 4 values, but at the end I would like to put count(distinct(values)).
    for that I create another program:
    VRB D_RETURN DECIMAL
    if D_ABEN18_N1_ABEN18_LEVELDEF eq 'N1_ABEN18'
    then D_RETURN = 1
    if D_ABEN18_N2_ABEN18_LEVELDEF eq 'N2_ABEN18'
    then D_RETURN = 2
    if D_ABEN18_N3_ABEN18_LEVELDEF eq 'N3_ABEN18'
    then D_RETURN = 3
    if D_ABEN18_N4_ABEN18_LEVELDEF eq 'N4_ABEN18'
    then D_RETURN = 4
    else d_return=26
    return d_return
    "SHOW D_RETURN
    cubo_aben18_med_aben18_stored=d_return
    but it doesnt work.I dont know how to put to assign or to see what I want.
    I report the measure, or I report the program, but then how can I see the values of the measure?
    thanks in advance

  • Error "You cannot enter a partner function for output NEU"

    Hi Experts,
    I'm having these error "You cannot enter a partner function for output NEU" (message VN041) when I tried to assign a partner function (e.g OA)  in the conditions records for application "EV" (Purchase outline agreement). The system do not allow me to do this for any doc type (LP, LPA, MK, OA, etc). I'm using t-code NACE or MN08.
    I want to assign partner for key combination "Document Type". The conditions is already there but with no value, so I want to assign partner function "OA" or "VR".
    I already check all the configuration and looks fine. For example, define possible partner functions for output type "NEU" for application "EV" (Purc outline agree).
    Hope you can help me to find the problem.
    Thanks,
    Mairo.

    I have the error in NACE or using tcode MN08.
    As soon I executed those transaction the system shows the condition records created for varios Doc Type (e.g LP, LPA, MK, etc) but with no partner function assigned. For example:
    Doc. Type /  Name                     /             Funct  /   Partner     /            Medium  /  Date/time  /   Language
    LP        /       Scheduling Agreement     /  blank  / blank  /                                          2      /          3   /              EN
    LPA      /      Scheduling Agreement                              / blank    / blank   /                1        /       3         /        EN
    For example, I try to assign function "OA" for Doc. Type "LP", choose value from quickpick. Then when I press enter, the system give me the error "You cannot enter a partner function for output NEU", message no. VN041. Do not allow me to continue, so I have to leave this field blank, with no change.
    Thanks,

  • My itunes library has organically grown from more than one itunes account but all now on a separate computer.  If I upgrade to iTunes match will I have to pay for each account?

    My itunes library has organically grown from more than one itunes account (all paid for by me) but all now on a separate computer.  If I upgrade to iTunes match will I have to pay for each account or just once, for the computer?

    No.  Provided the computer that you use to upload / match your Songs is authorised to play all of the Songs all works well - once complete you can download Song files that will play on your libraries / other computers without each computer having to be authorised.

  • Can we Select Open Item Management for Recon Accounts??

    Hi Members,
    Is it necessary to select check box open item management for reconciliation accounts ???
    for ex; sundry debtors, sundry creditors .
    If so may i know the reason.
    Bcz all subledger accounts are automatically maintained as open item accounts ..so is it again necessary to select this check box in recon. accounts.
    thanks and regards.

    Hi
    System will not allow to save with OIM selected for Recon account.
    For all sub ledgers OIM will be unchecked.
    VVR

  • Automatic update doesn't work for limited account in windows XP sp3

    Hello,
    When I try update firefox using search for update in "about firefox" window with a limited account in Windows XP sp3, it searched (circle is running) then nothing happens (circle continues running with the text "search for update" continues showing). Automatic update never happens too even with option "install automatically updates" checked. The option "Use a background service for install updates" is checked too. This behaviour begins with Firefox 29 (Australis theme). Updates worked on previous version. I used Firefox with French localization so maybe my translation of menus, options and buttons are not right. I try to give "modify" rights for the limited account on "Mozilla Firefox" folder and "Mozilla Maintenance Service" folder but it doesn't work too. Is it a known bug ? I found on bugzilla this ( https://bugzilla.mozilla.org/show_bug.cgi?id=711475 ) but it is said resolved fixed. Or there is an another solution ? Thanks for your support.

    I used full installers for install Firefox. Reinstallations (uninstallation, restart pc then installation) with limited account and administrator account don't allow automatic updates for limited accounts. Only automatic updates for administrator account worked and work for both of reinstallations. Manual updates work but don't solve this problem.

  • Read Combination segments for material account from item level

    Dear Value Consultant,
    Read Combination segments for material account from item level
    "For any inventory transactions"
    Is there is away to read the material account from item level , to affect the real combination segments not general combinations segments from item master or organization
    Business Impacts :
    All inventory transaction for all item will affect the same combination segments for material accounts
    After I transfer to GL, This not helps me to differentiate the balance for material value is related to any item category
    Also for Budget Wise , I want to map the budget on combination level for materials accounts , and this not actualize without affect the real combination for material accounts in subledger ,
    Thanks

    I have not seen any client asking for this, but you can consider Costing Hooks to create your own accounting engine for inventory transactions. Hope you are taalking about standard costing. In such case, costing hooks are available in Oracle for you to write your own accounting.
    Even better in R12, you can do this with setup in SLA.
    Thanks
    Nagamohan

  • Dear Apple Support ,  This is amany alnajjar ,I can't remember my security question answers , so Please help me to Create new Security Question for my Account .

    Dear Apple Support ,
    This is amany alnajjar ,I can't remember my security question answers , so Please help me to Create new Security Question for my Account .

    The Best Alternatives for Security Questions and Rescue Mail
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contact Apple support.
        c. Rescue email address and how to reset Apple ID security questions.

  • Multiple Account Assignment in PO

    Dear,
    All Experts.
    I want to keep multiuple account assignmen in PO, however I think it is not possible as I see in Item Level only one option is there.
    I want to maintain WBS & Internal Order Display OR Mandatory field in PO. My real account assignment will be Cost Center.
    1 ) How can I achieve this ? 
    2 ) Can I distribute the cost between two cost objects ? Like as WBS & Cost Center ?
    E.g :- I am buying Rs 1000/- Material Rs 700  should be booked to WBS & Rs 300 should be booked to Cost center.
    Is it possible ?
    3 ) Can we settle the cost center ? If I booked the cost over cost center and transfer to WBS.....
    Experts help will be appreciated.
    Regards,
    Sharvari Joshi.

    Hi Sharvari
    Yes, it is possible to choose multiple account assignments in PO
    For this, your system needs to be atleast on EhP3 or above... AND you need to switch on relevant business functions..
    For EhP4, the business function is LOG_MM_MAA_1... Similarly, there will be some function for EhP3 also.. As soon as you go to IMG, the 1st node in IMG belongs to business functions / enterprise extensions...
    For more details, Refer link http://help.sap.com/erp2005_ehp_04_sp/helpdata/en/42/fbded750e61febe10000000a422035/frameset.htm
    Go to Bus Func in SAP ERP > Logistics > Mat Management > Multi Account assignment
    Regards
    Ajay M

  • Delivery cost with multiple account assignment

    Dear SAP gurus,
    I found a problem in here. In my company we are using multiple account assignment in PO with multiple asset entered in one line. This PO actually will have customs and delivery cost inside of it, however it is not know at the time of PO creation. When the forwarder send the goods, sometimes the shipment can contain more than one PO as well, thus it is impossible to determine the exact value of delivery cost at the time of PO creation.
    When the goods are delivered in the FOB point, the vendor deliver goods will send the invoice for goods, and when the goods delivered to our warehouse, then the forwarder will deliver the invoice for the delivery cost. So there is no sequence of the invoicing. Sometimes the goods are invoice earlier than the delivery cost, sometimes it is later.
    My requirements are to make sure that the delivery cost is being posted to the asset account of the goods that are being delivered in the PO. I have tried these options:
    a. Planned delivery cost inside the PO --> when posting invoice for planned delivery cost, got error message that there is no delivery cost in the PO. I think this is because of the multiple account assignment because when creating PO and inputting the delivery cost i do get warning that no delivery cost for multiple account assignment,
    b. Unplanned delivery cost --> ONLY work if the invoice for delivery cost and goods are being posted as one document, which is not the case in here.
    c. Separate PO for delivery cost --> got issue in which the person who supposed to create the PO for delivery cost, would not have any idea what asset no to be used (worse --> if the asset is being delivered partially).
    Do you have any idea of what to be done in this case? Please help.
    Best regards,
    John.

    See  while making the invoice for the delivery cost you have selected the aggreation as planned delivery cost and in the PO you have not maintained the deilvery conditions .The pricing conditions which you have maintained must ebe  have condition category - delivery cost .The system will not give thr message thhat you have not mainatined the delivery cost .If you have condition as mandatorty it will show that the conditions ( mandatory) are not maintain.In order to maintain the delivery cost you have to check your conditions whether they are delivery cost related conditins and if then maintain there values in PO and check while doing invoice you will get.
    You have also the option of entering the delivery cost at time of the Invoice as unplanned delivery cost ...........
    Just check your conditions which you have maintained the calculation schema as delivery conditions and maintain the values and do the invoice proceesing .
    It is not advisableto cretae the sepearted PO for the delivety cost as it is not good way of doing the proceess.
    Regards
    sunny

  • Join multiple facts and dimensions for reporting issue

    Hi,
    I have a report requirements and need to use multiple fact tables and unconformed dimensions as described below
    Fact table: F1,F2,F3
    Dimensions tables: D1.....D9
    F1:(joined to) D1,D2,D3,D4
    F2::(joined to)D1,D2,D5,D6
    F3::(joined to)D1,D2,D7,D8
    D7::(joined to)D9,D8 (dimension D7 joined to two other dimensions D9 and D8
    I'm trying to use columns from almost all the fact and dimension tables but getting "Unable to navigate requested expression. Please fix the metadata consistency warnings."
    Repository is consistent and no errors and warnings.
    How can I configure the repository to develop reports using all fact tables and dimensions?
    Appreciate for your help.
    Thanks
    Jay.

    You can find the same issue in
    Logic of queries in OBIEE
    or
    Connection between 2 fact tables
    Follow the link
    http://there-n-back-again.blogspot.com/2009/04/oracle-analytics-how-to-report-over-non.html
    Put 'All' or 'Total' at levels for dim_xxx for those facts you need in your report from facta and factb
    Regards
    Nicolae

  • Multi key (or composite key) dimension for operational reporting

    Hi, I am creating operational reports in OBIEE 11g with PeopleSoft FSCM as source. As they are straight forward reports, I am planning to use OLTP tables directly for my OBIEE reporting.
    Here is the simplified scenario - ACCOUNT_TBL_VW is dimension table which has BUSINESS_UNIT & ACCOUNT_ID as keys.
    I have LEDGER Fact that has BUSINESS_UNIT, ACCOUNT_ID & other dimension keys with amount measures.
    How do I link my LEDGER Fact with ACCOUNT Dimension?
    Can I join multiple keys of Dimension with multiple keys of Fact? like this
    ACCDIM.BUSINESS_UNIT ---> LEDGFACT.BUSINESS_UNIT
    ACCDIM.ACCOUNT_ID ---> LEDGFACT.ACCOUNT_ID
    As it is operational reporting, I don't have any ETL type process to prepare single column primary key(surrogate key) in Dimension Table & modifying Fact Table with dimension surrogate key value.

    Hi,
    on the principal of how (in the absence of ETL); -
    1. Physical layer should reflect the actual physical joins, in some cases you may need the same table more than once to reflect self joins
    2. The business model layer is where you transform the physical into your desired star schema, hence here you will frequently (when using RDBMS tables) have numerous physical tables forming the source for a single logical table - this is also where you flatten the snowflake (or worse) into a star
    Make sense?
    regards,
    Robert.

Maybe you are looking for

  • How can I control modal dialogs in Applescript without a mouse?

    I am trying to use a Griffin PowerMate button to select between two options in an Applescript modal dialog and cannot seem to figure out how to do this. I can set a default button, but I want the user to select between two options (shifting the highl

  • New computer, want to transfer library

    i want to transfer the library, apps, and videos from my itouch onto my new computer but itunes won't let me. i tried to copy and paste from the itouch library onto itunes library but i can't. i don't have backup files for the stuff either so i'm stu

  • HP Pavilion g6 Won't detect charger

    I have a HP Pavilion g6 running windows 7. I have had the laptop a little under a month. When i turned the laptop on today I found that it would not detect the charger as neither windows or the LED indicator next to the charging port would notify me

  • Lost my MS Outlook files after a power outage.

    Need help recovering my MS Outlook settings and folders after a power outage.  MS Outlook a part of the MS Office and Business Software for 2011 Mac.

  • How should I find out the number of messages on queue?

    I am using iMQ 3.0. Point-to-point messaging. I have sent some messages to the queue. How should I find out the number of messages on queue ?