How to make a rolling summary report in FR

Hi,
I want to make a rolling summary in FR. The user will be prompted to select reporting month and year. Taking that month I want to show the actual's for the previous 6 months and also the budget for the next 6 months.
There is also this condition that if the user wants it for Feb of 08, then I need to be able to show the last 6 months from Aug of 07 to Feb of 08. Then the budget value from Feb of 08 to Aug of 08.
Can anyone please help me in creating an FR report like this?
Shehzad

To add to the first response, it is best to do this in your database with member formulas. I have done this with BSO and ASO cubes within a scenario dimension and work exactly the way you are asking. Hope this encourages you take this approach.
Here are a few examples to use with an Actual & PY Actual member:
@SUMRANGE("Actual",@CURRMBRRANGE("TIME PERIODS",LEV,0,-5,0)) + @SUMRANGE("PY Actual",@CURRMBRRANGE("TIME PERIODS", LEV,0,7, )) ; rolling 6
@SUMRANGE("Actual",@CURRMBRRANGE("TIME PERIODS",LEV,0,,0)) + @SUMRANGE("PY Actual",@CURRMBRRANGE("TIME PERIODS", LEV,0,1, )) ; rolling 12
regards
Edited by: Hyperacle on Oct 23, 2008 11:03 AM

Similar Messages

  • How to generate data model summary report

    Hi,sir,
    How can I generate a summary report when I create a server data model in designer 9i as some software did.
    I know CA Erwin or Sybase powerdesigner have a good report builder.
    It is easy to use. How about designer 9i?
    Any tutorial?

    Hi,
    It's look like you are assuming that an organizational model can be created from external data input via a report. If so, then your assumption is wrong. There is no standard way to create a org. model from external input.
    As a standard practice SAP provided a report as mentioned in the previous reply. Using this report you can download ECC/R3 org. model into SAP CRM. This is the easy and best proven way of generating org. model in SAP CRM.
    Please let me know, if you need any further clarification
    Do not forget to reward if it helps
    Regards,
    Paul Kondaveeti

  • How to make & edit multiple query report

    hi,
    how to make multiple query report & i have an existing multiple query report when i edit it all the structure gets disturbed whenever i want to add or delete any column from an query.
    how to do this ?
    txs

    Perhaps you have "Flex Mode" selected in the Layout Editor? It's the button next to the padlock button.
    Message was edited by:
    Dave Hemming
    Also PS: Vaguest. Question. Ever.

  • How to make a parameter base report?

    I am making a report on employees and departments but i want to choose employees for some required departments for that i need to use parameter, and i need help that how will i make a parameter in reports builder 10g.
    I am able to do it by writing a where clause in query but now i want to do it from user parameters. Seek help here.
    Maz

    Here is a list of things to do. Let me know if anything is not clear.
    1) In your main query create a lexical parameter at the very end of you where clause ( dont put and &p_where just &p_where)
    &p_where
    2)Create a user parameter with datatype character and width 200
    ex: P_departments
    3) Create a field on the Paper Parameter Form
    4) Click on that field and go to the List of Values (if you want a lov...) and insert the following
    Ex:
    select 'All',' All Departments' from dual
    union
    select to_char(department),to_char(department)||' - '||department_name
    from departments
    order by 1
    5) Go to Report Triggers > After Parameters and insert the following
    Ex:
    begin
    :p_where := null;
    if :p_departments not like '%All%' then
    :p_where := :p_where ||' and table.department = '||:p_departments;
    end if;
    return (true);
    end;
    This will allow you to select a department or leave it at the default of all departments. It will also allow you to remove the hardcoded statement in your where clause such as
    where department = 'HR'
    Edited by: DOUBLE U on Aug 3, 2011 3:32 PM

  • How to make a rolling image title

    I want to make a rolling title scene where I can have images that move into the screen quickly then slow or stop at the middle of the screen, with text somewhere on the photo. A new image would come in every couple of seconds and this would repeat. How can I do this?

    The titler has roll/crawl option that will let you scroll the typ automatically. For the images, you'll need to animate by hand using the Effects Controls Panels > Motion properties. it can all be done in  prPro, but it more typically a job for After Effect with that much animation having to be in sync together.

  • How to make the generated xl reporter un editable

    Dear Experts
    One of my client is asking , they want to generate the report in xl reporter (all kinds of report) but the end user must not edit that report. He just need only read only facility.
    So how to generate a read only report in xl reporter
    I need some help regarding this
    Thanks
    Regards
    Kasi

    Dear Experts.
    If i am giving a password for the Xl reporter, I am unable to generate the xl reporter, its showing error.
    and instead of the password security, if i protect the sheet, its working, but the problem is, end user can unprotect the sheet and able to edit the report.
    My scenario is. I want the end user to generate the report, but he should not be in a position to edit the generated report.
    Expect the help for solving this issue

  • How can I obtain a summary report from webi through counts and sum

    I have a report built from webi. But will like to count the report by different categories.

    Hi Cobimah,
    You have several options. You can simply add totals to the measure columns where you want a count or sum. Click on the column and then click the Sum button on the menu and you can count, sum, min, max, etc.
    If you want a separate summary report, you can place formulas in the cells like =Sum([Measure Object]) or Count([Measure Object]), or create a variable as the same and place it in the cell.
    You also have the option of creating the pre-aggregated objects in the Universe and then they are already there for you to use where you like if they are aggregations that you will be using often.
    Thanks

  • How to drill down from summary report to detail report using RRI?

    Dear all:
      A problem about RRI. Please help me!
      1.I create a BEx query 'Q1' to show summary data.
      2.I create a BEx query 'Q2' to show detail data.
      3.In Q1, all the products are shown each row.
           The 1st coulmn is 'Balance in the begin', it shows how many customer claim cases are opened before this week.
           The 2nd coulmn is 'New', it shows how many customer claim cases are initalized in this week.
           The 3rd coulmn is 'Close', it shows how many customer claim cases are closed in this week.
           The 4th coulmn is 'Balance', it shows how many customer claim cases are still opened now. And this column is calculated by this fomula as follow:
             'Balance in the begin' + 'New' - 'Close'
       4.In Q2, it lists each customer claim case. Include ClaimNo, Sold-To Party, ProductNo...
       5. I set Q1 as sender, Q2 as receiver.
       6. If I focus on the value of 'New' or 'Close' and then go to 'Q2', the correspond detail calim information in 'Q2'. But it is fail if I focus on the value 'Balance'.
       Why?
    Thanks,
    Jolin

    I don't know if you can use the hyperlink to call a subreport but the following has worked for me in Crystal 10:
    1. In your main report create a group on the field you want to pass to the subreport.
    2. In the Group Footer, use the "Insert Section below" menu command so that you have a Group Footer 1a and a Group Footer 1b.
    3. Put your table fields in the Group Footer 1b section (this would be similar to your Details data).
    4. Put the sub report in the Group Footer 1a section. Set up the links to the subreport from a table field in your main report.
    5. Right-click on the sub-report, select "Format Sub-report". Click on the "x-2" button to the right of the Suppress option and enter "DrillDownGroupLevel = 0" in the "Formula Workshop-Formula Format Editor-Suppress" window and save it.
    When you double-click on your data field (i.e. the field in Group footer 1b) it should drill-down and run your subreport.

  • How to make changes on Aging report of XLR

    Dear All,
    Our customer has a Aging XLR in SAP2005. However, after we upgrade them to SAP2007, the report cannot work properly. It looks like we have to make some changes on the report. Could anybody can let me know how to add a filter
    JDT1.BalDueDeb > 0
    I click line9 (the report data line), in the advanced report builder window (Row tab) >> Selections >> transaction row >> Dimension lookup >> List Tab >> Selection >> Attribute >> , I have some columns name but I cannot see JDT1.BalDueDeb
    Then I go the advanced report builder window (Report Default tab) >> Selections >> transaction row >> Dimension lookup >> List Tab >> Selection >> Attribute >> , I have some columns name but I cannot see JDT1.BalDueDeb
    Thanks a lot.
    Regards,
    Yuka
    Edited by: Jie Jin on Mar 5, 2010 7:01 PM

    in my Complete Selection window I have the following:
    FACT TTY( * ) FIG( RefDate <= CurrentDate And JDT1_BalDueDeb + JDT1_BalDueCred <> 0 )  Group By TTY.Code ,FIG.Ref1 ,FIG.OJDT_Ref2 ,FIG.LineMemo ,FIG.RefDate
    in the XLS cells I have the following:
    =ixGet("JDT1_BalDueDeb")
    and
    =ixGet("JDT1_BalDueCred")
    If you need additional clarification let me know.
    regards, Sotos Soteriou

  • How to make use of single report using pivot table

    Hi All,
    I have a report , having 4 columns like product,country,unitcost,date.
    so, by using all the columns i have develop the 4 pivot chats..
    1.product ,unitcost
    2.date product unitcost
    3.country product unitcost
    4.date country product unitcost.
    how to do it .. do u have any idea to do work around.
    if u run the single report it has to show 4 charts like i said above. using pivot chart can we make it out ?
    but i tried .. i did not get any idea.. please help me...
    Thanks
    sree

    874823 wrote:
    Hi All,
    I have a report , having 4 columns like product,country,unitcost,date.
    so, by using all the columns i have develop the 4 pivot chats..
    1.product ,unitcost
    2.date product unitcost
    3.country product unitcost
    4.date country product unitcost.
    how to do it .. do u have any idea to do work around.
    if u run the single report it has to show 4 charts like i said above. using pivot chart can we make it out ?
    but i tried .. i did not get any idea.. please help me...
    Thanks
    sreeI'm confused. In the beginning of your post you said you, "I have develop[ed] the 4 pivot charts." Then you asked, "[H]ow to do it...I tried... I did not get any idea..."
    Which is it? Did you create the 4 pivot table charts but don't know how to display them? Or do you not know how to create pivot table charts?

  • How to make a Roll Out in SAP BW

    Dear Gurus,
    In a few days I'm going to work in a Roll Out of SAP BW and I have never worked in a Roll Out. The idea is that a company should have the same BW than the pater company. I have to ensure and prevent that they will won't have any problem when we add the same BW to the company.
    I would like to know the steps that I should make. Some of the things I think I have to check are: Check that the data sources in R3 extract the information, check they need the same infoobjects than the parent company and if they need new ones. Check that they use the same reports, etc.
    Any information you can add about this? I've been seeking in SCN but I haven't found information about this.
    Many thanks!
    Regards,
    J.

    Hi,
    Below are my suggestions for the rolll out ( new Bi system  development  which will use the existing the ECC system) and it will be  fast too.
    1)Ask your basis system to build a BW system same  like existing  with a different SID.  This will ensure all  your BW  data models will come as like that. They will do an export  and will build the new  system.Depending upon the size and back size strategy  it will take  upto  max 1 week to build a new system.
    2) Now connect all the source systems to this  new BW system.
    3)Replicate and activate the  Datasources which  ever required.
    4) Fill the set up tables in ECC for LO **** pit datasources by deleting the set up tables.
    5) start the init loading for this  datasources. If  it is finance , just trigger the init infopackage.
    6) As delta queue is based    upon a combination of datasource and  source system , your earlier BW system will not have any impact.
    7) You can have   new developments in this  new  system too .
    8) Transport path is most important...  You can use one development and  different quality and productions or multiple development , quality  and productions.
    DBW-->QBW-->PBW
    DEC-->QEC-->PEC
    I suggest first  you can have one development and then different quality and prodcutions. This saves the  development time and also resource cost. Hope this info  is useful
    Regards,
    Rajesh.

  • How TO Make HTML 5 Dashboard Report

    Hi All,
         I have seen your posts regarding dashboard reports.I ave small query that I am using dashboard 4.0 SP5.
         I was developed sample report on dashboard,and then deployed into mobile platform(android Samsung note 2) working fine.Now I am confused      thatwhether  the report is in flash format or html 5 format how can we know?
         But I want that report in html 5 format.so what I have to do to make that report into html 5 dashboard report,how can show(prove) to others that is in      html 5 format.Now I am confused thatwhether  the report is in flash format or html 5 format how can we know?
         Can you please help me.I am working on this since from last 2weeks i didn't found any solutions...
    Regards,
    Hityshi G.

    Hi Hitushi,
    Steps from 1 & 2 are same, Install Business Objects mobile app from Play store and you can open it.
    For prerequisite i think you can work with above mentioned version.
    Dashboard are only supported on "Android tablets with 7 inch screen size and higher having Android operating system 4.0 version and higher."
    But for executing the dashboard in android please do check the below links.
    SAP Dashboards on Android Mobile Phones
    Mobile Dashboard in BI4.1
    Dashboards not available via Android Mobile
    How to run SAP BO Dashboards on Ipad or Android
    How to Connect to SAP BI Platform from IPAD/IPhone
    How to Connect to SAP BI Platform from IPAD/IPhone
    How to Configure and Access Dashboards from IPad
    How to Configure and Access Dashboards from IPad

  • How to make xls file in Report 6i

    Hello,
    I want to generate excel format of my report. I did it using Delimited option but it was not same as it appears in my browser if I choose html format.all the labels repeat with each instance of the row .
    Can you please give me the proper Solution.How should I proceed?
    Thanks & Regds.
    Suneel

    In this situation I do not use headers at all. Insted of that I use union in a query :
    select 'Firstname','Salary'
    from dual
    union all
    select firstname, to_char(salary)
    from employee;
    The first record will work as header
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Suneel Vishwakarma ([email protected]):
    Hello,
    I want to generate excel format of my report. I did it using Delimited option but it was not same as it appears in my browser if I choose html format.all the labels repeat with each instance of the row .
    Can you please give me the proper Solution.How should I proceed?
    Thanks & Regds.
    Suneel<HR></BLOCKQUOTE>
    null

  • How to make Collapsible scrren thru Report Program

    Hi Experts,
    I have a report program, In the selection screen i have 15 check box. But the requirement is we need 5 + 5 + 5 in a collapsible format.
    If the user clicks the left corner it should open the 5 check box.
    Anyone having the knowledge of this kindly share the logic so its easy for me to build the same.
    Thanx in advance.
    Mohana

    Hi try this...
    The code is for the radio button, but if you use this code with a button it will work for your issue.
    use        
            screen-INVISIBLE = '1'.
            istead of screen-input = 0.
    REPORT  ztest.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-003.
    *           Order Documents
    PARAMETERS: rb_view RADIOBUTTON GROUP gr1 DEFAULT 'X' USER-COMMAND ucomm,
                rb_ins  RADIOBUTTON GROUP gr1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    SELECTION-SCREEN END OF BLOCK b2.
    SELECTION-SCREEN BEGIN OF BLOCK b3 WITH FRAME TITLE text-002.
    PARAMETERS:  pagente TYPE zzagente MATCHCODE OBJECT zagent_get MODIF ID sc1,
                 pdat_in TYPE crmt_posting_date MODIF ID sc1 DEFAULT sy-datum,
                 pdat_fin TYPE crmt_posting_date MODIF ID sc1,
                 pbud_om TYPE crmt_net_value_*** MODIF ID sc1,
                 p_datl TYPE crmt_posting_date MODIF ID sc3,
                 p_last TYPE crmt_net_value_*** MODIF ID sc3.
    SELECTION-SCREEN END OF BLOCK b3.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM at_selection_screen.
    *&      Form  AT_SELECTION_SCREEN
    *       text
    *  -->  p1        text
    *  <--  p2        text
    form AT_SELECTION_SCREEN .
    IF rb_view = 'X'.
        LOOP AT SCREEN.
          IF screen-group1 = 'SC1'.
            screen-input = 0.
            screen-INVISIBLE = '1'.
            MODIFY SCREEN.
          ENDIF.
          IF screen-group1 = 'SC3'.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ELSEIF rb_ins = 'X'.
        LOOP AT SCREEN.
          IF screen-group1 = 'SC2'.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
          IF screen-group1 = 'SC3'.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.
    endform.                    " AT_SELECTION_SCREEN
    Edited by: Menegazzo Marco on Sep 7, 2010 10:41 AM

  • How to make a horizontal TilePane report its height correctly?

    I have what I thought was a simple task -- place a horizontal TilePane inside of a resizable parent, and have it use as many rows as its current width would suggest.  Setting its prefColumns to zero accomplishes that.  Unfortunately, it also causes it to report a height equal to the child height times the number of children.  In other words, it reports a height that would be achieved with a single column.  That's a big fail if I want to stack two or more of these panes vertically in another container.
    On the other hand, if I specify a positive number of columns (or accept the arbitrary default of 5), then it will never use fewer columns than that, even if the container is resized to be narrower, and (related to the point above) if it uses more than that number of columns because the container is wide enough, then it again reports its height as too large (because it's basing its height computation on prefColumns).
    Is there any way to get it to do the right thing?

    I'm not seeing that at all. In my test (see below) the heightProperty(), or getHeight(), appear to always report the actual height of the tile pane correctly.
    To stack tile panes vertically on top of each other, I would just put them in a VBox. The VBox will dynamically take care of laying them out correctly. If you really wanted to lay them out yourself (in a Pane or StackPane, for example), you could probably bind the layoutY property of each one to a Binding expression representing the sum of the heights of the tile panes above. But that's a lot of work simply to replicate the job of a VBox .
    import javafx.application.Application;
    import javafx.beans.value.ChangeListener;
    import javafx.beans.value.ObservableValue;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Insets;
    import javafx.geometry.Orientation;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.Label;
    import javafx.scene.layout.HBox;
    import javafx.scene.layout.TilePane;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class TilePaneTest extends Application {
    @Override
      public void start(Stage primaryStage) {
      final VBox root = new VBox();
      final VBox tilePaneContainer = new VBox();
      final int NUM_TILE_PANES = 3 ;
      final TilePane[] tilePanes = new TilePane[NUM_TILE_PANES];
      for (int i=0; i<NUM_TILE_PANES; i++) {
          tilePanes[i] = new TilePane(Orientation.HORIZONTAL);
          tilePanes[i].setPrefColumns(0);
          tilePanes[i].setPadding(new Insets(3));
          tilePanes[i].setStyle("-fx-border-width:1px; -fx-border-color:blue;");
          tilePaneContainer.getChildren().add(tilePanes[i]);
          final int index = i ;
          tilePanes[i].heightProperty().addListener(new ChangeListener<Number>() {
                    @Override
                    public void changed(ObservableValue<? extends Number> observable,
                            Number oldHeight, Number newHeight) {
                        System.out.printf("Tile pane %d has height %.1f%n", index, newHeight.doubleValue());
      Button newTileButton = new Button("New Tiles");
      newTileButton.setOnAction(new EventHandler<ActionEvent>() {
                @Override
                public void handle(ActionEvent event) {
                    int paneNumber = 0 ;
                    for (TilePane tilePane : tilePanes) {
                        Label label = new Label(String.format("Tile pane %d%nTile%d", ++paneNumber, tilePane.getChildren().size()));
                        label.setStyle("-fx-border-width: 1px; -fx-border-color: black;");
                        tilePane.getChildren().add(label);
      HBox controls = new HBox();
      controls.getChildren().add(newTileButton);
      root.getChildren().addAll(controls, tilePaneContainer);
      primaryStage.setScene(new Scene(root, 400, 400));
      primaryStage.show();
      public static void main(String[] args) {
      launch(args);

Maybe you are looking for

  • Bounded buffer

    hi i have created a bounded buffer class called,Q, and this operates as a fixed length first-in-first-out queue of size N. I have two public methods put, which takes an Object as its only parameter, and adds this object to the end of the queue, and g

  • Default location of EXS24 sample files (not Sample Instruments)

    I'm trying to copy a few selected EXS24 Sample Instruments (orchestral strings) from one Mac to another. I know where the Sample Instruments are, but can't find the associated sample files. Any idea where they are? Thanks!

  • REAL user Manual for Toshiba P55w

    Hello, I bought few monthes ago the Toshiba 2 in 1 Laptop (P55w-b318 to be exact). The problem is the same well known keyboard issue.  Sometimes the  A, B, N, SHIFT and both ENTER keys simply not working. (the FN keys are working fine..) I cannot put

  • DNS ZONE FILES

    HI I need to make changes to the DNS zone file how do i do this

  • Document review process

    I have a question about the workflow of a document review using Acrobat 9. When I send a document for review and people make comments, when I want to reply, what is the best way to send the document back? The way i am doing it was to send the documen