Financial Report to get data of previous 2 months

Hi,
I got a requirement to create a report to show the data of previous 2 months based on the prompted month and year. Suppose if user selects March and year as *2009* then my report should show data for Mar followed by Feb and Jan of *2009*. I am able to create that correctly for the current year if the prompted month is from March to December.
But if user prompts Jan and Year as *2009* then I should retrieve the report of data*Jan* of *2009* followed by Dec and Nov of previous year that is *2008*. Similarly if user prompts Feb then my report should show the data of Jan of this year 2009 and Dec of *2008*. I have YEAR and PERIOD dimensions in the Column. Could anybody please help me how can I provide such functionality. Thanks in advance.
Regards,
Sravan

Hi Sravan,
Check the below thread...hope it will help you.
Very Urgent FR Report
Regards,
Mars

Similar Messages

  • Getting data of next 4 months in Webi

    Hello Experts,
    I have data of next  4 years in my database.  I have created one date object in universe and I have created prompt on this date object. My requirement is as follows :
    User will enter the date through prompt and my report should pull data for next 4 months  from entered date  and display in report as follows:
    e.g If user enters date as 17/02/2011, then report should pull data of next 4 months as follows:
          March                          Apr             May           Jun     
    Records for March       Records for April     ........          .......
    I think this should be achivable using Crosstab. But I am not getting exact way to do this.
    Any help in this regard is greatly appreciated.
    Regards,
    Chinmay

    Other approach is:
    1. Go to Universe Designer
    2. Create a filter named "Prompt Date + 4 months"
    In the 'Where' textbox write something like this:
    dateDimension between @Prompt('Enter date','D',,mono,free) and dateadd ( Month ,4, @Prompt('Enter date','D',,mono,free) )
    (I am using Sybase database syntax that's why I can use dateadd function.  You have to use the equivalent function depending on the database you are using).
    3. Back to WebIntelligence, in Query Editor, Pane Filter use this filter "Prompt Date + 4 months", instead of the condition you were using before
    4. Then you can use a function like
    =NumberOfMonth([Date Dimension])
    in the headers of your crosstab.

  • Report to get data for current_week+1 till 13th week

    Hi Friends,
    I have two tables
    BACKLOG_WEEK_AFTER_ATP (LE)
    BACKLOG_ATP_GT_CW (RE)
    ** First I have to query whats the current week and year and it should come in this format ---- 2011-WK30
    columns in table BACKLOG_WEEK_AFTER_ATP are:
    ITEM_NUMBER      QUANTITY
    1N5418                 20
    1N5614                 30
    1N5806SM               10
    1N5811                  0
    2PFF6                  60columns in table BACKLOG_ATP_GT_CW are:
    ITEM_NUMBER     QUANTITY        YEAR_WEEK
    1N5418                30        2011-WK30
    1N5418                 5        2011-WK31
    1N5614                30        2011-WK32
    1N5806SM              30        2011-WK33
    1N5811                20        2011-WK32
    3EX473K1              20        2011-WK30My report should look like
    ITEM_NUMBER    2011-WK30  2011-WK31  2011-WK32  2011-WK33  ...............till 13th week
    1N5418                10         -5         -5         -5  ...............till 13t week
    1N5614                30         30          0          0  ................till 13th week
    1N5806SM              10         10         10         20  ................till 13th week
    1N5811                 0          0         20         20  ................till 13th week
    2PFF6                 60         60         60         60  ................till 13th week
    3EX473K1              20         20         20         20  ................till 13th weekTo get this report i have these conditions to keep in mind.
    1) If item_number not present in LE table and present in RE table then repeat what it is in RE table till 13th week
    2) If item_number not present in RE table and present in LE table then repeat what it is in LE table till 13th week
    3) If item_number present in LE and also present in RE table then do subtraction for RE - LE for that particular item_number till 13th week.
    4) If item_number is there in LE table but not present in RE table for current_week+1(today week comes as 29th week) then repeat the same which is there in LE table. If item is found in RE table for (example 32th week) then subtract RE -LE for that particular item_number
    Thanks in advance.
    Regards

    User_Apex wrote:
    Hi Friends,
    I have two tables
    BACKLOG_WEEK_AFTER_ATP (LE)
    BACKLOG_ATP_GT_CW (RE)
    ** First I have to query whats the current week and year and it should come in this format ---- 2011-WK30
    columns in table BACKLOG_WEEK_AFTER_ATP are:
    ITEM_NUMBER     QUANTITY
    1N5418                     20
    1N5614                     30
    1N5806SM                 10
    1N5811                       0
    2PFF6                        60columns in table BACKLOG_ATP_GT_CW are:
    ITEM_NUMBER     QUANTITY        YEAR_WEEK
    1N5418                     30                2011-WK30
    1N5418                     5                 2011-WK31
    1N5614                     30                2011-WK32
    1N5806SM                 30                2011-WK33
    1N5811                      20                2011-WK32
    3EX473K1                   20               2011-WK30My report should look like
    ITEM_NUMBER    2011-WK30  2011-WK31  2011-WK32  2011-WK33 ------ till 13th week
    1N5418                 10             -5                -5              -5     ...............till 13t week
    1N5614                 30             30               0                0     ................till 13th week
    1N5806SM              10            10              10              20    ................till 13th week
    1N5811                   0              0               20              20   ................till 13th week
    2PFF6                     60            60              60               60  ................till 13th week
    3EX473K1                20             20              20              20  ................till 13th weekTo get this report i have these conditions to keep in mind.
    1) If item_number not present in LE table and present in RE table then repeat what it is in RE table till 13th week
    2) If item_number not present in RE table and present in LE table then repeat what it is in LE table till 13th week
    3) If item_number present in LE and also present in RE table then do subtraction for RE - LE for that particular item_number till 13th week.
    4) If item_number is there in LE table but not present in RE table for current_week+1(today week comes as 29th week) then repeat the same which is there in LE table. If item is found in RE table for (example 32th week) then subtract RE -LE for that particular item_numberNot an APEX question: use {forum:id=75} forum.
    Query to get data for current week+13

  • Report for getting an oppotunity for current month

    Please tell what can be a filter or function for getting an oppotunity for current month , i have the field as "Opportunity created date" so what function or SQL expression can b eused to get created date = current month's date

    Thanks..i'll do taht
    Edited by: user1074008 on Sep 28, 2010 3:11 AM

  • Get data from a specific month?

    I have this code:
    <h1><cfoutput>#self#</cfoutput></h1>
    <cfquery datasource="Intranet" name="month_data">
      select * from CSEReduxResponses where status=1 and execoffice_status=0
       AND MONTH([approveddate]) = MONTH(GETDATE())
       </cfquery>
    <cfquery datasource ="Intranet" name="GetDeptSubmissions">SELECT * FROM CSEReduxResponses</cfquery>
    <cfquery dbtype="query" name="GetApproved">SELECT * FROM GetDeptSubmissions WHERE status = 1 AND execoffice_status = 1</cfquery>
    <cfquery dbtype="query" name="GetDenied">SELECT * FROM GetDeptSubmissions WHERE status = 1 AND execoffice_status = 2</cfquery>
    <cfif month_data.RecordCount gt 0>
    <cfoutput>
              <h2>Comments / Ratings Administration</h2>
              <div>
                        <div class="display_count pending_outer">
                                  <div class="display_count_desc pending_inner">Pending</div>
                                  <cfif month_data.RecordCount gt 0><a href="cse_execoffice_pending.cfm"></cfif>
                                            <span class="display_count_number">#month_data.RecordCount#</span>
                                  <cfif month_data.RecordCount gt 0></a></cfif>
                        </div><!--- /div class="display_count" --->
                        <div class="display_count approved_outer">
                                  <div class="display_count_desc approved_inner">Approved *</div>
                                  <cfif GetApproved.RecordCount gt 0><a href="cse_execoffice.cfm?approved"></cfif>
                                            <span class="display_count_number">#GetApproved.RecordCount#</span><br>
                                  <cfif GetApproved.RecordCount gt 0></a></cfif>
                        </div><!--- /div class="display_count" --->
                        <div class="display_count denied_outer">
                                  <div class="display_count_desc denied_inner">Denied</div>
                                  <cfif GetDenied.RecordCount gt 0><a href="cse_execoffice.cfm?denied"></cfif>
                                            <span class="display_count_number">#GetDenied.RecordCount#</span><br>
                                  <cfif GetDenied.RecordCount gt 0></a></cfif>
                        </div><!--- /div class="display_count" --->
              </div>
    </cfoutput>
    </cfif>
    Right now it display the the output if the 'month_data.recordcount gt 0' , but this would be for all the
    data from the current month because of the query 'month_data'
    What I want to do display_count for each month.
    for example right now it display the data from April, but once its May I would like to display another
    'display_count' from the month of March, even if the other Pending from April still has not hit zero(0).
    any help/advice will help, not sure if there is a better way to do this.
    this is a example of what i have right now, this has 3 peding in the month of April

    Carl Von Stetten wrote:
    It looks like you've posted this same or related question twice on StackOverflow (http://stackoverflow.com/questions/22970021/how-can-i-show-a-output-fr om-a-specific-date and http://stackoverflow.com/questions/23092245/how-to-output-different-da ta-from-different-months).  If you're going to cross-post to multiple forums, then mention that and provide links to your posts on other forums so people can see what others are suggesting and not duplicate efforts.
    Plus http://forums.adobe.com/message/6295752#6295752
    @No_name_123
    As I suggested elsewhere, I hope you will spend more time doing the code than explaining your requirements for fellow developers to do the code for you. I would avoid saying things like these:
    ... What I want to do display_count for each month....
    ... I would like to display another 'display_count' from the month of March...
    Instead, I would write some code, or even pseudocode, and then ask for suggestions on it.
    Message was edited by: BKBK

  • Report 2 returning data from previously ran report 1 - Plus/Viewer

    Hello,
    We have an issue running through discoverer viewer and plus.
    If you run the first report with a parameter for the year with this returns the correct data. However if you run report after the first with year 09-10, the 08-09 data is returned again from the previous report
    It doesn't matter which order you run them i.e. if you run the 09-10 first and then the 08-09 the 09-10 data is returned.
    The reports work fine when run in Discoverer Desktop.
    When 2nd report is run after first it returns the data that appears in the first. This Does not happen on Disco Desktop. The SQL from the reports also runs correctly in TOAD.
    Metalink notes suggest turning of the Webcache but this is not turned on in either apps tiers
    I have also recreated both reports and this has not made a difference either.
    Regards
    Rachael

    Hi,
    Even with webcache turned off Discoverer holds the results of the last run from plus/viewer in the application server and will return these results unless an explicit refresh is entered. Normally, if different parameters are entered this is recognised and the report is re-run. I don't know how you are running your report but for some reason it is not recognising the new parameters and returning the last result set. A refresh should return the correct results.
    Rod West

  • Hyperion Financial Reporting: Suppress Zero Data Row Not Work

    Hi Geniuses,
    The projects list report has sub-groups with subtotal rows. I put suppression on the data rows of projects based on whether it's X or Y; thus, all Ys are suppressed and only Xs remain. For a subgroup M, because M only has Y projects in it, so all data rows are suppressed; consequently, the subtotal row (formula row) of M is zero. However, even I put all the basic suppression on, the subtotal row still remains.
    PS: I used the formula Sum(row[x]) and [x] to sum in the subtotal row.
    Any idea how to suppress the subtotal row?
    Thanks a bunch!
    Dylan

    Hi Dylan,
    Could you try the following:
    In the conditional suppression for the calculated row, define to suppress the calculated row if the data values of row(rownumber/one of the input rows) are suppressed, i.e. referring to another row's value and suppression and not to values of the calculated rows.
    Choose a single input row for that not one which contains a range of members to test this. If such a row does not exist, insert a single row, which is representative in this circumstance, and hide it. I tried to reproduce your case, but it works with the simple suppression in my test, so not much help to you, of course. Sometimes it's an idea just to export the grid to a new report and start from the beginning with a limited example.
    Mr D.

  • Properly Creating a Report to Get Data

    Post Author: KArias
    CA Forum: General
    I'm not sure if this question belongs under General or Formulas, so I apologize if it's improperly posted!
    I am using Crystal Reports 9 in conjunction with GoldMine to write a report that lists all records designated as a Sales Lead and then underneath, lists all completed activity performed by specific users.  If a company has had no activity by these specific users, nothing would be listed underneath.
    On my first report attempt, I did the following:
    *Under Selection Formulas->Record, I asked for all records that are designated as a Sales Lead.
    *Under Selection Formulas->Group, I listed all the "specific users" whose activity I wanted to monitor.
    *In Group Header #1, I listed all the static info that I want to show up for every single record that's a Sales Lead
    *In Details, I listed all of the activity info I want to see underneath each record.
    The problem with this is that it only lists a record if a specific user has completed an activity.  If there's no activity by a specific user, the record doesn't show up at all.  On my second report attempt, I did the following:
    *Under Selection Formulas->Record, I asked for all records that are designated as a Sales Lead.
    *Under Section Expert for the Details section, I asked to suppress activity for people outside of my "specific user" list.
    *In Group Header #1, I listed all the static info that I want to show up for every single record that's a Sales Lead.
    *In Details, I listed all of the activity info I want to see underneath each record.
    The problem with this is that is still keeps a blank line where the "undesirable" user's activity should have been, making the report look clunky.
    Where do I need to put the specific users, so that the report only lists their activity (not the "undesirable" ones), yet keeps a record on the report even if there isn't any activity to go with it?

    Post Author: sharonmtowler
    CA Forum: General
    if you are using multiple tables you need to use outter joins

  • Report to get data for

    Hi ,
    we create plan for the forecast by mass uploading program under the version 001, but some times they will change the forecast manually using MC94 Is there any  report which gives values of changes(forecast )  i mean forecast values before and forecast values after change.
    Thanks for you help
    Regards

    Hi,
    To my understanding , there is no such report.
    However, it can be achieved by if you design your PLanning table diffrently.
    Have 3 key figures for Forcast values.
    Forecast  for Uploaded value
    manual adjustment -- for manual additions.
    Adjusted Forecast-- For the Final forecast value.
    this way the infostructure report itself gives  the manual adjustments values also.
    Regards
    Ratan

  • Thread: In Hyperion Financial Reporting can we show comments entered in dat

    Hi,
    I want to show comments in Hyperion financial reports. The data form are against BSO cube and when users enter comments in it they want to see in reports which are against ASO.
    Also, if you can help me if it is possible against same cube?

    Hi,
    I think we can't show it in ASO, but if we have a BSO cube then we have to connect our reports with the Planning data source instead of an Essbase data source and specify on the report to show supporting detail.
    You have to do some settings in the FR_Global.properties which are:
    AllowCellTextAsAnnotation=true, the Cell Text check box on the Report Property sheet is shown (for Financial Management and Planning, not Essbase yet). The default setting will be unchecked (turned off).
    AllowPlanningUnitAnnotationsAsAnnotations=true, the Planning Unit Annotations check box on the Report Property sheet is shown for Planning. The default setting will be unchecked (turned off).
    AllowDocAttachmentsAsAnnotations=true, the Document Attachments check box on the Report Property Sheet is shown for Financial Management. The default setting will be unchecked (turned off).
    Hope this helps.
    Regards
    SST.....

  • In Hyperion Financial Reporting can we show comments entered in data forms?

    Hi,
    I want to show comments in Hyperion financial reports. The data form are against BSO cube and when users enter comments in it they want to see in reports which are against ASO.
    Also, if you can help me if it is possible against same cube?

    Hi,
    I think we can't show it in ASO, but if we have a BSO cube then we have to connect our reports with the Planning data source instead of an Essbase data source and specify on the report to show supporting detail.
    You have to do some settings in the FR_Global.properties which are:
    AllowCellTextAsAnnotation=true, the Cell Text check box on the Report Property sheet is shown (for Financial Management and Planning, not Essbase yet). The default setting will be unchecked (turned off).
    AllowPlanningUnitAnnotationsAsAnnotations=true, the Planning Unit Annotations check box on the Report Property sheet is shown for Planning. The default setting will be unchecked (turned off).
    AllowDocAttachmentsAsAnnotations=true, the Document Attachments check box on the Report Property Sheet is shown for Financial Management. The default setting will be unchecked (turned off).
    Hope this helps.
    Regards
    SST.....

  • Access is denied error when launching HFM based Financial Reports

    When attempting to run Financial Reports where the data source is an HFM application, users sometimes get the following error(s):
    Access is denied
    <BR>Access is denied
    Sometimes the error is more detailed:
    1001:datasourcename=HOLX;errorMsg=Access is Denied. <BR>Access is denied. (The more detailed error is followed by references to POV members display names and member names, etc.)
    The error is intermittent and cannot be easily reproduced. Sometimes users get it for hours at a time, other times they can log out and log back in and run the report fine. The users are running the reports via Workspace.
    We are running the following versions, and Web Logic is our application server.
    HFM Server: 9.3.1.3
    Workspace: 9.3.1.0
    Financial Reports: 9.3.1.0
    I did increased the JVM heap size allocation on the Reports server from:
    -Xms512m
    -Xmx1024m
    to
    -Xms768m
    -Xmx1280m
    That setting change appears to have made the issue not appear as frequently, but it is still occurring. I may have bandwidth to increase the heap size limits to 1024 and 1536.
    Any advice and / or help would be appreciated! The fact that I cannot easily reproduce the error and the lack of references to it in the application logs are making it very frustrating!

    We had gotten this exact same error with some users getting it, some not getting it, and other users getting it sometimes.
    We were told it happened when a certain number of users are in HFM reports at the same time.
    To fix it you need to do the following on the HFM production servers (Foundation/Core Servers, Application Servers, and Web Servers)
    Apply registry changes to prod servers:
    On the server click Start, click Run, type regedit, and then click OK
    Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Rpc
    Click the Edit menu, point to New, and then click DWORD Value.
    Type Server2003NegotiateDisable as the name of the new DWORD Value
    Right-click Server2003NegotiateDisable, and then click Modify.
    In the Value Data box, type 1, and then click OK.

  • Need to get data for month entered in  user prompt to prior 12months.

    Hi,
    I have a report where i need to display total amount for current month  to prior  12 months data...first column will be current month, second column is (current month-1),3rd col: (current month-2)....( current month-12).
    Is there any way I could use current date to get previous 12 months in  variables?
    For example: if  current date is 02/15/2010, I need get  data for 01/2010, 12/2009, 11/2009,....01/2009.
    For example: if I entered Month: 03  and year:2010 in prompt , then I need to get data for prior 12 months to that in the prompt for month:03?.

    The only way to do this is using restrictions on Universe... here you can have the restrictions for every month or a range using the user prompt and the system date.
    Regards

  • Error when Open Financial report in workspace

    Hi,all:
    I open the Financial report in workspace,it prompts an error windows.Waring message as follow:
    Thu Oct 15 11:10:57 2009]Local////Error(1051293) Login fails due to invalid login credentials.
    I confer this warning window,then it prompt another window which contains fields like the username,password ect.I input the same password as the password in the Database Connection Manager,then it runs well.and when i open another report it will not prompt the waring window,but if i log out the workspace ,and re-login,and open a financial report it will prompt the waring window and i have to input the password again.and the password is just the same as i have configued in the database connection management.
    I have configued the Database Connection Management which as follow:
    Open Workspace, choose Explore
    In the File/menu choose Tools/Database Connection Manager
    Make sure for the reports that this has the correct server, password, user ID.
    I think the operation above is corect.
    So,how to run the financial report smothly without input the password in the workspace?where need i to configue?
    Thanks

    Hi Everyone,
    Although I don't know the exact essbase environment of yours, I did resolve this problem by externalizing the users in Essbase on the server where the financial reports are pointing to.
    So in my case, I have two servers, one is called EssServer, where essbase is installed and used as the server for financial report to retrieve data. The other server is called ReportServer, where Financial Report is built and running. So all the financial reports work fine in the studio in ReportServer.
    But when I tried to view the report in Workspace in ReportServer, I got the login error as reported by user11314608. Then I went to the EssServer, externalize the users there and the problem is solved.
    Hope this can help. Good Luck!!
    Simon

  • Hyperion financial reports - error

    .

    Anuradha123 wrote:
    hi,
    i ve installed Essbase & financial reports. when i start financial reports im getting the error COULD NOT CONNECT TO GSM SERVER SERVERNAME:6800*..
    what is the problem.The problem is a network, program, installation or configuration error.
    The first step towards a solution, as Daniel points out, is to ask in a place where you will find people who deal with Hyperion Essbase. An alternate is http://lmgtfy.com/?q=COULD+NOT+CONNECT+TO+GSM+SERVER+SERVERNAME

Maybe you are looking for