Group by two properties in report

Hi experts!
I'm using excel addin version 10.0 SP07 Patch 02 .NET4 Build 7222
I have on report that on rows has an item dimension and customer dimension.
So I can see rows like this:
ITEM1---CUSTOMER1:50
ITEM1---CUSTOMER2:100
ITEM1---CUSTOMER3:25
ITEM2---CUSTOMER1:30
ITEM2---CUSTOMER3:30
ITEM3---CUSTOMER1:50
ITEM3---CUSTOMER4:50
ITEM3---CUSTOMER6:100
I need two total in this report.
My first Total is using FAMILY Property.
ITEM 1 and ITEM 2 belongs to FAMILY 1 and ITEM3 belongs to FAMILY 2
So I can use Member Sorting and Groupind editing my report
=SUBTOTAL(9,EPM_SAME_PROPERTY(ITEM,FAMILY))
So my result is fine:
FAMILY1------------------------235
ITEM1---CUSTOMER1:50
ITEM1---CUSTOMER2:100
ITEM1---CUSTOMER3:25
ITEM2---CUSTOMER1:30
ITEM2---CUSTOMER3:30
FAMILY2-------------------------200
ITEM3---CUSTOMER1:50
ITEM3---CUSTOMER4:50
ITEM3---CUSTOMER6:100
My problem is that I have to add another subtotal:
I need a new subtotal by ITEMS but I don't know how to add another group editing report.
Result of my report should be:
FAMILY1------------------------235
ITEM1TOTAL------------------175
ITEM1---CUSTOMER1:50
ITEM1---CUSTOMER2:100
ITEM1---CUSTOMER3:25
ITEM2TOTAL-------------------60
ITEM2---CUSTOMER1:30
ITEM2---CUSTOMER3:30
FAMILY2-------------------------200
ITEM3TOTAL-------------------200
ITEM3---CUSTOMER1:50
ITEM3---CUSTOMER4:50
ITEM3---CUSTOMER6:100
Any help with this problem?
Thanks!!!

Good Morning Experts!
A few time ago, I had the same problem and I couldn't solve it. I had a report that the rows was displayed by "EPMDIMENSIONOVERRIDE", so I couldn't use the dimension structure. I needed more than a SUM by rows to make subtotals but I only could made once, using "Member Sorting&Grouping".
In these, you can introduce a subtotal using the best property of the dimension for your report, but I think that it only allows one.
If someone knows a way to display more than one subtotal by rows, it will be very usefull for us!
Thanks and good luck Alex!

Similar Messages

  • Sorting dimension member based on two properties

    Hello,
    I am using SP BPC NW 10.0 SP04 (801).
    I have a query regarding sorting dimension member based on two properties. In Report Editor under Sorting and Grouping tab there is option for grouping based on single propery only.
    I have taken Profitcenter in Row axis. There are two properties TYPE and SEGMENT I have taken along with it as local member. A SEGMENT can have multiple TYPE(defined in TYPE property). I have sorted SEGMENT using Report Editor Sorting and Grouping. Now I want to sort TYPE of a segment also.
    Same thing is possible in MS version with SortCol1, SortCol2 etc.. How this can be possible in NW version. Can anyone help in this.
    Thanks & Regards,
    Deepak Palsaniya

    Hi Raju,
    Thanks for reply.
    I am using EPM add-in SP-18 Patch01, Although this is not possible in this patch also.
    Any help in this?
    Best Regards,
    Deepak

  • Use of "Group" & "Dimlist" property in generating reports.

    Hi BPC Gurus,
            I want to know how to make use of "Group" & "Dimlist" property in generating reports. I know these are the properties available in Appset Dimensions, but how to configure and how to call in report schedule is what I have not understood. Can anybody explain it with example.
    Regards
    KumarMG

    Hi, just as Nilanjan said the DIMLIST property, actually is better to use as a "group" filter inside of business rules, however it is an available property that You can use into the "memberset options of any template, clicling with the rigth bottom of your mouse and selecting the "generator filter" option, it gonna let You create eficient templates.
    Regards,
    Luis

  • Can we give same Excise Group to two diff.  Plant within same company code

    Hi,
    Can anyone please tell that whether we can assign same Excise Group to two different plants within the same company code in SAP.
    Regards,

    Yes you can use but, you shouldn't use same excise group for two different plants in one company code, if their physical location is different.
    As many excise report are fetched on the basis of excise group, there it will show combined values for both plants, whcih may not be acceptable to exices authorities.
    Regards,
    Sachendra Singh

  • Report Groups - Selection screen on receiver report

    Hi there,
    When dealing with sender / receiver reports, do you know if it's possible to force a selection screen prompt when calling a receiver report during execution?
    A report was written in the Report Painter, and belongs to a report group called 1OAB.  This report group has three receiver reports defined, so when users double click on a value, it will forward navigate to another report (receiver report, selected after double click) using the same selection criteria of the current report (sender).
    My <b>problem</b>, is that the selection criteria that is passed by the sender isn't sufficient for the receiver report, and the report ends up running with a much larger selection than required. 
    My <b>question</b>, is whether or not we can either:
    <b>a)</b> Interrupt during the report call and prompt with the report selection screen for the receiver report.  This would allow the user to input any missing selections.
    <b>b)</b> Add in any missing selections via a user exit.  I have not had much luck in finding such an exit.  The closest I got was form 'USEREXIT1' from include LRSTIF90.  This exit appears to be called before and after the report call.  I'm not sure if it's a true exit though, as it's just a piece of code in an include and is referred to as an exit?  To implement would I just register the object and add in my code?
    Any suggestions would be appreciated!
    Thanks,
    L

    FYI the only solution I see is to put in a modification to prompt a selection screen during execution. Modification would go in include 'LRSTIF02' as follows:
    PERFORM report_check_obligatory TABLES it_fieldr
                                      USING flg_obl.
    ** MODIFICATION **
    if ld_tcode = 'FBL3N'.
        flg_obl = 'X'.
    endif.
    ** END MODIFICATION **
      IF flg_obl IS INITIAL.
        CALL TRANSACTION ld_tcode AND SKIP FIRST SCREEN.
      ELSE.
        CALL TRANSACTION ld_tcode.
      ENDIF.
    * clear parameter ids
    * perform clear_pid_fieldr tables it_fieldr it_dfies.
      PERFORM reset_pid_fieldr TABLES it_fieldr it_selpid.
    * if flg_return = 'X'.
    *   call transaction ld_tcode and skip first screen.
    * else.
    *   leave to transaction ld_tcode.
    * endif.
    ENDFORM.
    If anybody has a better idea on how to accomplish this I'd love to hear it!
    Thanks,
    L

  • Group and sort in webi report

    I have a requirement to group and sort in a report. Group should be based on id, sort based on time. Time sort should be the priority. Meaning, first criteria to sort is time, but if the id is repeated, time should be sorted for that id.
    e.g, If I have ids A,B,C and values are such that A - 9:15 AM, B - 9:00 AM, A - 10:00 AM, C - 9:30 AM.
    Requirement is as below
    B - 9:00 AM
    A - 9:15 AM
    A - 10:00 AM
    C - 9:30 AM
    If I apply sort on time without group on id, I am getting data in the below manner which is not correct.
    B - 9:00 AM
    A - 9:15 AM
    C - 9:30 AM
    A - 10:00 AM
    If I apply group first, I am not able to apply sort. Since the requirement is to show the least time first.
    Please advice.

    use the variable
    =Min([Time]) In ([ID])
    to sort. Then hide the column by reducing the width and making the font and background color as white.

  • Combination of two properties possible?

    Hi folks,
    I need a good idea to handle the following problem:
    my Properties:
    myName:ProjectName
    myName:ProjectID
    myName:NameArisExport
    myName:URLToArisExport
    I have no problem to create a folder with this properties! But it is not very nice to show the properties in the LayoutSet.
    I have made column for every property in the Layoutset (Collection List Renderer Settings --> Displayed Properties).
    The last to properties are the problem. I don´t want to have two properties like this myName:NameArisExport,myName:URLToArisExport
    It would be better to show the property myName:NameArisExport but by clicking into the property the URL from the property myName:URLToArisExport should be open.
    We are on EP 6 SP2 Patch 35!
    Do I have a create a command instead of a property?
    Can I do something with e.g. myName:NameArisExport(contentLinkCommand=myName:URLToArisExport)?
    Any idea?
    Thanks and bye Sybille

    Hi Sybille,
    in my opinion it is the best approach to write a Property Renderer no matter if you want to show the Property URLArisExport as link to another property or as an icon (with a link).
    It should be no big implementation task.
    BUT: I found out that there is really a modifier called "contentLinkCommand" (as you stated above) but I can not tell you if it's in SP2 Patch 35 and was not even able to use it in my version.
    Maybe some colleague from KM development can supply some information here.
    Best regards from the north part of Germany,
    Robert

  • How to implement the Oracle Group by function in Crystal reports?

    Hi all,
    In SQL, for example we have a group function like:
    select  district,state, country, continent, sum(no.of people) from world.
    Now, How to implement this group function in crystal reports? Please advise.
    Thanks in advance..
    Regards,
    sriram

    Hi Vinay,
    Thanks for the prompt reply.
    In one of our report, we are supposed to perform group by for 14 columns to get sum of 3 columns and there by displaying 17 columns in the report.
    When we tried in crystal reports to implement this oracle group by functionality:
    1. We created 14 groups from the Insert->Group option.
    2. By performing this, we got 14 group sections vertically(one inside the other).
    3. Then we created the sum(15th column),sum(16th column), sum(17th column)  by Insert->Summary option.
    4. We suppresed all the group sections except for the last group.
    5. Then, dragged all the groups to the last group section along with the summary fields.
    This is how, we tried to acheive the oracle group by function in Crystal reports.
    Please advise, whether our approach is right. If not, please suggest the appropriate approach with a bit detailed explanation.
    Thanks,
    Sriram.

  • Two querybex Crystal Reports Enterprise

    good afternoon,
    My question is this
    You can have more than two sources of data, rather
    two querybex, crystal reports in Enterprise?
    thanks

    Hi,
    You cannot create a report against multiple BEx queries. You can, however insert a sub-report that reports off another BEx query.
    -Abhilash

  • Sorting based on two columns in report

    Hi,
    we have one issue on sorting based on two columns in report.
    In the report we are doing sorting on two columns(week_id and stage_name). I have attached the screen shot for the same. The sorting is first done on the week_id and then on the stage_name. The issue comes when we have no data for the stage 1 - Prospect in W1. The stage goes to the second position.
    Please suggest if there is any work around to show the 1 - Prospect stage in W1.
    Regards,
    Ambika Nanda.

    what is w1? where is screenshot? and is stage seoncd sort? if so what is the issue?

  • How to count transactions by mutiple days (group by two days)

    Hi,
    I am looking for a SQL solution which provides count of transactions by two days / three days etc. (e.g. GROUP BY two days).
    I tried the following approach
    select
    id
    , counT(*) OVER (PARTITION BY trunc(date_field) + INTERVAL '1' DAY)
    from tablename
    However this would give me count for each row in the table. I am looking for a solution, which provides me one row for each two days interval
    Appreciate your help..

    Hi,
    If you want to collapse the results down to one row per unique value of day_breaker (and, depending on your requirements, id) then use the aggregate SUM function; it's simpler than the analytic SUM.
    MIN (day_breaker) may not be the first day of the period. For example, if you add this row to your sample data:
    insert into TEST_X (id, trans_id, date_field)
         values     (1,  6,        TO_DATE('01/06/2012','mm/dd/yyyy'))
    /then the output will contain these day_breakers:
    1/1/2012
    1/3/2012
    1/6/2012          (not 1/5/2012)Try this:
    WITH     got_day_breaker     AS
         SELECT     id, trans_id
         ,     date_field          -- For debugging only
         ,     DATE '2012-01-01' + ( 2 * FLOOR ( (date_field - DATE '2012-01-01')
                                  / 2
                            )     AS day_breaker
         FROM     test_x
    SELECT       id
    ,       day_breaker
    ,       COUNT (*)     AS cnt
    FROM       got_day_breaker
    GROUP BY  id
    ,       day_breaker
    ORDER BY  id
    ,       day_breaker
    ;

  • How to change Group Header Font in Crystal report Left Most Group Tree?

    Hi Dears!
    I am using crystal report 10 with C# 2005. I have an issue that i want to change the font of Group Header Text that is visible when we click on Toggle Group Tree button and a tree pane is visible towards the left side of report viewer.Means all the Group Tree Items that are visible when we click  Toggle Group Tree button on Crystal report Viewer.
    I have goggled a lot but unable to find any hint. Any idea or help would be highly appreciated .
    Thanks in advance.

    look for information on drilldowngrouplevel function. this is available in versions 9 and higher.
    i cant test it in mine to give you the syntax, but you would need to create another section and conditionally surpress the section on the drilldowngrouplevel function. hope this helps

  • Cant see the native groups on the forms and reports

    We are migrating 9.3.3 to 11.1.2.1. We recently found the issue after the migration. Even after migrating the users, groups and provisioning using LCM; we cant see the groups in the forms and reports.
    We did the migration for test environment, but didnt encounter this issue.
    For eg, when I click on 'assign access' for a planning form I dont see the group assigned to that form. I can see that group in the shared services with all the provisioning. I can find the group and assign it manually for that form. But it doesn't shows up after the migration.
    I opened the SR with oracle who suggested to bring over the schema and upgrade/register the applications again, as there might not be any groups present when I register the application before.
    We brought over the schema, migrate and register the applications, but the problem still persists.
    Has any one encountered issue like this, I would, I would really appreciate any suggestions.
    thanks

    Thanks for your reply John. I ran the UpdateUsers.cmd utility, but it didnt do anything. I brought over the schema again, updated and registered the application. Everything looks good so far, I can see the groups on dimension access and on the webforms.
    When I run create or refresh security it deletes all the records in HSP_ACCESS_CONTROL. The view link disappears from the planning dimensions and i cant see the groups assigned on the webforms as well.
    Any idea would be highly appreciated.
    thanks

  • List of reports and groups who can access the reporta

    Please i need some help
    I need to get list of   bo reports and groups who can access these reports.
    I got list of groups but i need the list of reports and groups who have access to those reports.
    Is there any query which i can write in query builder to get that information.
    please help me with query

    No need for DB access. This might work for you.
    //assumes you have a session objectpublicvoidGetCommunityACLs(intcommunityId){    Console.WriteLine("Retrieving users for community "+communityId.ToString());    IPTObjectManagercommunityManager=session.GetCommunities();    IPTCommunitycommunity=(IPTCommunity) communityManager.Open(communityId, false);    IPTServerContextserverContext=(IPTServerContext) community.GetInterfaces("IPTServerContext");    //since IPTServerContext is obtained from a community,    //the IPTServerContext.GetACL() method will return a list of all objects that have acls defined on it.    IPTAccessListaclList=serverContext.GetACL();    for(inti=0; i<aclList.GetCount(); i++)    {        IPTAccessListEntryacl=aclList.GetItem(i);        stringmemberType;        if(acl.GetClassID() ==PT_CLASSIDS.PT_USER_ID)            memberType="User";        elseif(acl.GetClassID() ==PT_CLASSIDS.PT_USERGROUP_ID)            memberType="Group";        else            memberType="";        Console.WriteLine("{0}: {5,-6}{1,-3} Access Level={3,-2} r/o={4,-6} {2}", i, acl.GetObjectID(), acl.GetName(), acl.GetAccessLevel(), acl.GetReadOnly(), memberType ); }}
    Ruslan.

  • Link between two or more reports

    Hi All,
    I want to make a link between two Hyperion Financial Reports. I'm working on HFR 9.3.1 version.
    For example :-
    There must be an option in report, like a hyperlink to open another report. After a click on the link it will open the linked report.
    I tried one option "Add releated contents" but that works only on grid which are having cell values but what I'm looking is to give a link on text and from that text link user will able to navigate.
    Regards,

    Sorry I just thought of a workaround
    You do have to use related content on a data value but you can use formatting to hide everything but the link. Use the REPLACE tab within the cell format to relace the data value with a text string (what you want your URL to display as). If you want it as a menu then you could do this in a seperate grid altogether to save you having to mess with your actual report grid too much.
    Hope this helps
    Stuart

Maybe you are looking for

  • How Do I Restore from a TM backup?

    Ok, heres the situation. I need to erase my hard drive because of problems partitioning my HD for Boot Camp, which I've seen that many people have encountered (APPLE FIX THIS!). I've got a Time Machine backup and I would like to know how I restore my

  • Sorting channels on Personalize Page

    Hello, I am trying to sort channels on a Personalize page alphabetically. This is the contentedit.jsp in JSPContentContainer. Later functionality is I'd like to be able to sort by another field. The channels are aquired and placed in a java.util.List

  • SNP Optimizer Issue

    Hi Experts, We are working on SNP Optimization scenario with Transportation, Procurement, Strorage and penalty Cost. Our business process trading industry (we procure and sell). We maintained Optmizaion profile with linear and Primal simplex Algorith

  • Why would you change something that is perfect?

    Ok.... Long time Xperia customer here. have had all three and am currently on the Z3. these are the best phones I have ever had the pleasure of working with. up until now I have never had a complaint other than the durability of the glass screen on t

  • Increasing size of copy

    Is there a way to increase the size of a paper I am trying to copy