Group Similar Keyfigures in Reports

Hi Frds,
I hav a reqmnt reports like
Keyfigrs are  A,B,C,D,E,F,G,H,I,J,K,L....
i hav to group similar keyfigs into Group1 , and Group2 ..etc
Group1 = B,C,D,H
Group2 = A,E,F,I,J
Can anyone tell me how do i achive above reqmnt
thanks

HI,
I am confusing Vijay...
<i><b>right ,Dont merge them.</b>
merge the Cells which are existing in the Previuos Row.
Say your B,C and D are in the Cells E7,F7 and G7 Respectively.Keep these as is.
<u>Merge the Cells E6,F6 and G6 and Enter the Text Group 1 in the merged Cell.</u></i>
where i can add Ex. E6,F6,G6 ... thez cells to grp1
I have only one header and only one row
bcd...are coloumns
1,2,3.. are rows
Header b..c..d...e...f..g..h..i....etc
Row     1..2..3...4...5..6..7..8...etc
<b>Required Format</b>
Grp1
b....1
c....2
d....3
.... etc
thanks

Similar Messages

  • Refreshing subreport data on change of group in the main report

    I have created three comma delimited strings in a subreports and then introduced them to the main report. The subreports are simple with no groups. I have one subreport for Authors, one for Departments and one for Schools. This is ok if I filter the data down to one publication. If I remove the filter then I get every instance of each of the subreports. ie all authors in a comma delimited string, all departments and all schools.
    I have two groups in the main report, Publication Year (Group #1) and Publication Title (Group #2). This is where I have the problem. The data coming from the subreports show all instances as mentioned above. I want the subreports data to refresh each time the group changes. I need it to only show the necessary comma delimited string for each publication, not every instance.

    Hi Abhilash,
    The logic has worked correctly but the performance is really poor. Is this because I have there subreports doing similar funcitons? Is this a topic for another discussion?
    Also, when I try to export the report to xls data only it starts the export but then a msg comes up on the screen relating to the second formula you gave me for comma delimited strings for schools:
    SAP Crystal Reports
    String length is less than 0 or not an integer.
    This relates to the third line in the code:
    Left(schools, len(schools)-2);
    It then aborts the export. Is this a topic for another discussion also?
    Thanks

  • S_ALR_87013340-PRCtr Group:plan/Actual Caomparison Report performance issue

    I'm trying to get the "actual line item" details from the S_ALR_87013340-PRCtr Group:plan/Actual Caomparison Report and I get a
    ABAP run time error. I tried to running for just one month and on several accts. please help to me. how to get the report.
    or how to improve the performance of this program.
    Thanks in Advance

    hi,
      first we need to know what part of the code is taking time. Do run time analysis using SE30 transaction to know what part of coding is taking more time. use can ST12 transaction to get more detailed analysis.
    Since this is standard SAP report also check any OSS note exist for the performance problem.

  • Sub report group tree in main report Using crystal report 12

    Hi experts,
        I have a strange requirement like, same data needs to be grouped two different ways in a same report.  Like
    Store1:
        Summary of sales on each item chart
    Store2:
        Summary of sales on each item chart
    .....it goes like this
    Department1(multiple stores)
          summary of sale on each item chart - store1
          summary of sale on each item chart - store2
         --........ it goes
    Department2
          summary of sale on each item chart - store3
    --........ it goes
       Its in single report, the first part is grouped only with store and in second part the store is under department. How to do this in same report?
        I achieved  this by creating a sub report to display the first part of data and in the main report sup report data plus the second part of data will be displayed. And its working well but now the problem is the group tree, I'm not able to see the sub report group tree in the main report.
       How to get the sub report group tree in the main report, Or is there any other better way is there so i can get both the data as well the group tree. Please help me to solve this. CryCryCry
    I'm using crystal report 2008(installed separately) with Visual Studio2008 (.Net3.5)
    Thanks in advance.

    Hi
    Thanks for the reply.
        Yea both data source are same(Datasource is SQL Stored Procedure). I cant use like that, because my client needs the group tree also. In case if there is no group tree, we can create one more group and supress it conditionaly. But here the problem is there is no way to suppress any of the group item in group tree as we can do it in the detail section.
        So please me with some different ways and also , please clarrify the following doubts
    1. Can we supress one or more items in the group tree.
    2. Can we get the sub report group tree in main report(Everything is working when i used the sub reports except the group tree). So I'm trying for different ways to do, but none is helping me
    Please help me

  • How to use the buying group to get the report?

    Dear all:
    I check the function of buying group in customer master data.
    system show  The buying group is used for reporting purposes only. You can, for example, generate an account statement with line items for all members and for the buying group.
    but i check all report link with customer, not find this fields.
    why?  and  how to use this function in the report?
    can you give some suggestion?
    thanks
    ALEX

    anybody can help me?

  • How to get the value of a variable in group footer in the report footer also

    I have a placed a formula as below at the group footer and the report footer. The data is grouped on the basis of duedays which is again formula and the value in that is appearing correctly.
    Whilereadingrecords;
    Global Numbervar CNTONE;
    Numbervar P := P+1;
    IF P = 1 AND {@DUEDAYS} = 0
    THEN CNTONE := {spSUPPLIERSOA;1.INVOICEBAL}
    ELSE IF P>1 AND  {@DUEDAYS} = 0
    THEN CNTONE := CNTONE + {spSUPPLIERSOA;1.INVOICEBAL}
    At the group footer I get the value correctly for CNTONE but when I place the formula in Report footer I get the value for CNTONE as 0.
    Please do let me know how I could get the same value in the report footer also.
    Regards
    Sreejith J

    Hi Abhilash;
    When I give the statement whileprintingrecords then my above formula sums up only the first record and the last record of the group and when I give whilereadingrecords it adds up all the data in the group correctly.
    The formula that you mentioned for the report footer had worked out and it is showing my result correctly.
    I did not put up the reset formula on the group footer because as the group changes I had used another variable in another formula for example for the second group I used
    Whilereadingrecords;
    Global Numbervar CNTTWO;
    Numbervar Q := Q+1;
    IF Q = 1 AND {@DUEDAYS} = 30
    THEN CNTTWO := {spSUPPLIERSOA;1.INVOICEBAL}
    ELSE IF Q>1 AND  {@DUEDAYS} = 30
    THEN CNTTWO := CNTTWO + {spSUPPLIERSOA;1.INVOICEBAL}
    I have set up total 5 such formulas as the number of groups that will be formed is 5. I have put up these formulas on the group footer and suppressed it as I dont want to get it displayed.
    The as you suggested the solution for Report Footer I did that and getting the result correctly.
    I dont know I may be following a longer procedure
    Take Care
    Sreejith J

  • Group above master/detail report; page break causes repeat of master frame

    Hi
    I have a a group above master/detail report; when there is a page break part way through the master frame it causes the whole master frame to be repeated on the next page. I don't want this to happen, I just want the remainder of the master frame to be displayed on the next page. any ideas?
    TIA

    Hi
    I've tried switching the "Page Protect" to No at the page level and the "Print Object On" is set to "First Page" but it doesn't solve the problem. The whole master frame is repeated on the next page when a page break occurs part way through. The master/detail Repeating Frame "Print Object On" is set to "Last Page".
    Any other ideas?
    TIA

  • How many ways we can create authorization for user groups in sap query reports

    Hi Gurus, I am getting a problem when I am assigning users to user group in sap query report .The users other than created in user groups are also able to add &change  the users .So please suggest me how to restrict users outside of the user group.
    Please send me if u have any suggestions and useful threads.
    Thank You,
    Suneel Kumar.

    I don't think it can be done. According to the link below 'Users who have authorization for the authorization object S_QUERY with both the values Change and Maintain, can access all queries of all user groups without being explicitly entered in each user group.'
    http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3f89455611d189710000e8322d00/content.htm
    Although I think you can add code to your infoset and maybe restrict according to authority group, i.e.:
    Use AUTHORITY-CHECK to restrict access to the database based on user.
    Press F1 on AUTHORITY-CHECK to find out how to use it in the code

  • Add a WBS Element into a WBS Element Group starting from a report

    Hi,
    I'd like to know if it is possible to add a WBS Element into a WBS Element Group starting from a report as like it possible for Cost Centers in report  obtained by TC KS13
    Thanks
    Giovanna

    Hi,
    Did you try CJSG / KJH2.
    Regards
    Sreekanth

  • How to hide Group Tree in Crystal Report Server.

    Hi all visitors
    i have created one crystal report and my report use group to summary the amount of each day.
    after i use group to summary, i used text box cover the group. so my group can't click anything.
    After that i upload my report to crystal report server, when i viewed my report and when i click on Group Tree, it will show the list of group (group date in crystal report) and it also can click. I don't want to show the Group Tree in Crystal Report Server.
    Anybody know how to hide group tree in crystal report server?
    Best Regards,

    Are you talking custom application, or infoview?  If it is custom app, you would have to look at the setToolPanelViewType method.  if its infoview, no direct way to change this that i know of.

  • How to do Grouping columns in XL-Report (Report Composer)

    hi Guys,
    Can anyone explain regarding the Issue of "Grouping the Columns in XL-Report" how to do this? ie especially in Report Composer how to do Grouping in this XL-Report
    can any one explain briefly without  giving any URL's. Can any suggest r views abut this issue.Can any one help regarding this issue asap?
    Regards
    ANAND

    Hi there
    Highlight the column on which you want to group. In the Advanced report builder (The window to the left of the spreadsheet) click on column summary (the icon with the + and what looks like a gate). Now you can put in the criteria for the grouping in that window.
    Hope this helps.
    Regards
    Danie

  • [solved] KDEmod-4 Taskbar configuration: "group similar tasks" and oth

    Hi,
    where can I configure the taskbar behaviour in KDEmod 4.2.4?
    I'm particularly interested in:
    1.) seing ONLY the tasks of the current desktop
    2.) seing EACH task on the current desktop
    In KDE 3.5 I could configure these options in kcontrol:
    Desktop > Taskbar
    The options were called:
    1.) Show windows from all desktops (deactivated)
    2.) Group similar tasks (Never)
    Where can I configure this in KDEmod 4?
    Last edited by cyclohexan (2009-07-30 07:53:01)

    Hi cyclohexan,
    here is a more detailed description:
    1) Close enough windows that there is some unused space on the right side in the task bar.
    2) Right click on the unused part of the task bar and you should see the following context menu:
    3) Clicking on "Task Manager Settings" should then bring you to this dialog:
    I guess this should also work in KDEmod.
    Regards,
    jamesbond007.
    Last edited by jamesbond007 (2009-07-29 09:16:33)

  • How to add the Profit center Group in the PA report KE33.

    Hi Frnds,
    How to add the Profit center Group in the PA report KE33.Iam not able to find PC group in the list to add to the Charateristics already added.

    Hi
    PC group is not available as a Char in COPA..
    if you want to do that, either create a Char Hierarchy in KES3 for the Char Profit Center
    OR
    Create a WW char in KEa5 and write a derivation rule using the method "Enhancement" .. Write ABAP Code in COPA0001 exit
    bt, Ajay M

  • How to create keyfigure in Reporting level.

    Hi Experts.
    My question is How to create keyfigure in Reporting level {not
    calculated keyfigure, Restricted
    keyfigure and also Newselection,New formula}
    thanks&regards
    pradeep k pavan

    You can use formula variable to populate numbers. Again you can use virtual key figures if you want to populate values on fly. But what exactly is the requirement?

  • Getting MIX values for Keyfigures in Report

    Hi
    Iam Getting MIX values for Keyfigures in Report, May i know why it is coming, In which cases this  MIX values are coming
    Regards
    ramu

    Hi Ramu,
    By MIX values, do you mean you are getting a * in the resultant row, and when you drill down by a certain characteristic you get multiple values of different units ? Please do give more details so that the forum can help you better.
    Regards
    Snehith

Maybe you are looking for

  • Trying to use Java Stored Procedure to create  directories

    Hello, I have the followqing simple Java code I am using to run OS commands from PL SQL. When I call my function, it does not create the directory, but it does say completed successfully. Here is the code and the call I am using: CREATE OR REPLACE AN

  • Official Unlock from ATT Problems

    I have iPhone 4 and have received permission from ATT for unlock. They told me just to restore my phone from iTunes and I would get a message stating phone is unlocked. I have restored 2 or 3 times and have received no such message. Anybody had any e

  • Record Store help!!!!!

    When I delete a record store I find that I have to quit the midlet application completely and then re-enter it before the midlet recognises that the record store has been deleted. What im saying is that the record store is where the data for a list o

  • ASA 5510, 8.4(4)1 totally confused NAT

    I'll try to keep this simple. I've spent about 18 hours researching, searching and experimenting, and that's an honest figure, I kept track of my time so far. I need to run an inside server on our inside network but have the outside be able to reach

  • Will not read SD videos, only HD

    Hello, I've been using a sony XR500V in Full HD, no problem, but recently change the settings to SD quality. iMovie '09 dose not recognize the SD videos at all, but iPhoto does. Any suggestions on how or why? Thanks!