Comparative calculation in a monthly report

Hi all,
I have a report for quantity for 3 months(billing date base) .
EX:                      01.01.2010 to 31.01.2010             01.02.2010-28.02.2010                        01.03.2010-31.03.2010          
           Cust1               Qty 50                                               60                                                                    40
Like that I have Quantities for 3 months. Now my question is how to calculate the added quantity of the next month compared to current month.
For suppose if I want added quantity of February, I can see  that there is 10Quantity increased, but how to write the formula for this.
And at the same time how to write a formula for  the decreased quantity if we need to see the quantity of March.
Here for Billing date I have taken 3 variables with offset values(for information).
Like that if I run a report for 6months I want a formula which calculates the increased as well decreased quantities for all 6months.
Please answer
Thx

Hi,
In Report
  Jan Qty-- Feb Qty-- +/- with last month-March Qty +/- with last month  like that u re required report
If it is the case
Qty u are restricting with current month and offset -1 that means last month ure getting as two RKF
then that 2 rKF can use in one CKF
RKF current month-- RKF last month
we will get the vale either +/- in different column.
Thanks & Regrds,
Sathish

Similar Messages

  • How to generate a Yearly report based on a calculation at the Month level

    Have the need to create a report as follows. Any ideas on how this can be accomplished in OBI is appreciated. I have already tried different ways but non worked for me.
    The data is stored in a table at day level as follows:
    Day Amount_A Amouont_B
    1/1/2008     100     100
    1/15/2008     200     100
    2/1/2008     100     400
    2/15/2008     300     200
    1/1/2009     100     300
    1/15/2009     100     200
    2/1/2009     200     100
    2/15/2009     400     300
    The report should be displayed at Year level. Amount_A is just the summation of Amount_A from the table at daily level rolled up to the Year level in the Time dimension. The same thing for Amount_B.
    The formula for Absolute_Error is Absolute(Amount_A - Amount_B). But the problem is that it has to be calculated at the Month level instead of Day Level. So following is the logic for Absolute_Error:
    Month     Amount_A Amount_B     Absolute_Error
    Jan-2008     300     200     100
    Feb-2008     400     600     200
    Jan-2009     200     500     300
    Feb-2009     600     400     200
    The report should be displayed as follows:
    Year Amount_A Amount_B     Absolute_Error
    2008     700     800     300
    2009     800     900     500
    Note that the calculation of Absolute_Error results in a different value if it is calculated at the Month level and summed up to Year than if it were calculated at the Day level and then summed up to Year. It is required to be based on Month level for this report.
    Is there a way to do this without having to build an aggregated fact table at the Month level?

    Hi.
    Do this:
    1. Create Amount_A and Amount_B in BMM without SUM as default aggregation rule.
    2. Now, just go to Answers and make report with three columns:
    YEAR -- EXPRESSION 1 -- EXPRESSION 2
    EXPRESSION 1 is:
    sum(Amount_A) - sum(Amount_B)
    EXPRESSION 2 is:
    sum
    abs
    sum(Amount_A by MONTH)
    sum(Amount_B by MONTH)
    My example in Answers:
    TIMES.CALENDAR_YEAR
    sum(SALES.QUANTITY_SOLD_NORMAL) - sum(SALES.AMOUNT_SOLD_NORMAL)
    sum( abs(sum(SALES.QUANTITY_SOLD_NORMAL by TIMES.CALENDAR_MONTH_DESC) - sum(SALES.AMOUNT_SOLD_NORMAL by TIMES.CALENDAR_MONTH_DESC) ) )
    This will first summarize amount A and amount B on a month level and then do a difference, after that ABS and then sum on the year level.
    This is workaround to avoid larger RPD changes.
    Regards,
    Goran O
    http://108obiee.blogspot.com/

  • SAP Treasury Fixed Deposits Monthly Reports

    Hi,
    My Question is relating to Fixed Deposits Receipts (investment) Product Type 51A, Product Group 510
    My Client was invested money in Fixed Deposits on 05 Feb 2014. They are preparing monthly balance sheet.
    Interest Calculation - quarterly/compounding
    So, the requirement is i need monthly report
    How to generate month end report
    for example,
    05 Feb 2014 invested
    30 may  2014 - I need a report
    In the standard, 05 June  2014 - It shows Interest
    Where can i get the Month End Report
    Please provide me some inputs
    with regards

    If you use Logical database you'll have:
    Key data
    You can limit flow type to show only interests (flow types 1200, 1150, etc)
    The result might be like this - the same as "Cash flow" tab but only interests on the key date. Also you can add postings parameters to see what was posted.
    The only instrument you need - SAP Query (tr. SQ01, SQ02, SQ03)

  • Monthly report listing out ALL open PO

    Hi,
    As our management requested, we need a monthly report listing out ALL open PO for CDG, APR   Someone tell me to input cost centre but it is time consuming to input it as we have over 100 cost centers.  Do you know if I can input SPG/profit center or other data to run this report instead ?  Please advise the transaction code and how to perform it, such as need to know the profit center #, organization code etc
    Thanks
    Raja

    hi
    go to ME2N
    then select Scope of list  ALV
    Selection parameters  as           WE101     Open goods receipt   (select as per ur need )
    then execute u will get the list for open po
    now if u want it to specify the  profit center then go to ME2N and select dynamic selecion  (shift +F4)
    now u will get a smaal scrren , in purchaseing doc item selct profit center
    now u can see the profit center selection field ,give a proper profit center and follow the process as given above
    hope it help
    regards
    kunal

  • Monthly Report Book Error

    I've tried running the monthly report book and I get the following error:-
    the error is hyperion workspace error: 5200:error executing query:the member ZZ611000 doesn't exist in this application.
    please anyone help me out. your help is most appreciated.
    Thanks in Advance
    Regards,
    Anil

    You will need to open the report in Financial Reporting Studio to edit and find the member ZZ611000, it has either been removed or renamed.
    Once you replace this member you can then save and then run the report.
    cheers
    Iain

  • Compare two dates in a report

    Hi,
    I would like to compare two dates on a report.
    I would like to compare the opportunity created date and the opportunity modified date. I can't use this formula CASE WHEN Opportunity."Last Modified" = Opportunity."Created Date" then 1 else 0
    I think I have to use TIMESTAMPDIFF but I don't know which interval I have to put to analyze the entire date in this format 31/12/1999 16:49:08
    Thanks a lot for your help
    Regards,

    Hi !
    It depends on the interval you need to compare these dates. If you want to know the number of days between these dates, you'll have to use SQL_TSI_DAY as interval. If it's minutes, you'll need SQL_TSI_MINUTE...
    Here are the possible intervals :
    *SQL_TSI_SECOND, SQL_TSI_MINUTE, SQL_TSI_HOUR, SQL_TSI_DAY, SQL_TSI_WEEK, SQL_TSI_MONTH, SQL_TSI_QUARTER, or
    SQL_TSI_YEAR*
    Hope this will help, feel free to ask more !
    Max

  • INTRASTAT monthly report. Report movements not just invoices!

    Hi gurus,
    I have a problems regarding to purchase orders by launching the INTRASTAT monthly report. Program: RVEXDAIE.
    I´ve orders that does not appear in the request list from Intrastat. Theese orders  have not received the invoice or it is pending posting. I need them to appear.
    The obligation to report the movement, born at the time that exist the movement of goods (according to Resolution 2320 of January 27, 2009) and not at the time of receipt and / or posting of the invoice.

    Hi Paul,
    AFAIK, Solution Manager is becoming more and more important, including new features.
    If you have a java based solution, I think it is required to have Solution Manager Diagnostics.
    To get certain services it is also "required" (but SAP some times do not push it so much).
    It is quite a while i do no look into it so my info could be a bit obsolete. For example, with your maintenace fee you can get one or two Early Watch services, but you can order them ONLY if you have the EWA alert working and shows some "red" issues.
    You can find two examples of EWA here:
    http://servce.sap.com/EWA -> Media Library
    1) Sample Report with Explanations - New July 2005
    2) Sample_Report_EWA_for_Java_Systems_v1_0
    The first one is a bit old and the second quite recent (this year)
    Edited by: Fidel Vales on Mar 13, 2008 8:10 PM

  • SAP Note 1614681 - ESI monthly report for filing details of ESIable employe

    Any one implemented this SAP Note
    While doing the manual steps mentioned in SAP Note 1614681 - ESI monthly report for filing details of ESIable employees .
    we found some difficulties.
    Please let me know the steps that you followed while implementing this.
    Note Summary
    Symptom
    As per the new rule introduced by ESIC authorities, an organization is liable to file details of employees eligible for ESI contribution during a particular period/month. Details are to be uploaded on the ESIC website in the format prescribed by the ESIC authorities. Currently, as a part of SAP standard delivery, ESI Form5 and Form6 are provided which are used to report ESI contribution for a period of six months. However, there is no such provision to generate monthly ESI details in system and report it to the ESIC authorities.
    Other terms
    HINCESI0, PC00_M40_ESIF, ESI , Employee State Insurance, ESI Monthly report, IT0588, ESIC.
    Reason and Prerequisites
    Legal Change.

    Hi,
         We tried to apply the manual steps mentioned along with the note. We were able to do first two steps that is inserting the messages in message class and creating new text elements..
    When we tried for the 3rd step, we are facing the problem..
    When we gave the name ''HR_IN_ESI_MON_DET '' in SE18 and and try to create it asked for the package...since it is SAP standard we gave PC40( since all ESI badi is saved in this package i gave this) for the package name.....and it got created and each time it was asking for Access key...( After providing access key in each step it got created)
    Now when i check in SE80 this enhancement is there....but if i check in SE18 it says Enhancement spot doesn't exist.  
    check the screen shot:
    http://www.mypicx.com/10052011/ESI_manual_Steps/

  • Monthly report

    In my application i m generating Breakdown analysis report for each batch. It is a pure text report (No graph) where i just have to mention
    1. Break down code
    2. Cause
    3. Time.
    Just these three things i want to appent for each batch report.
    Now, i want to generate a monthly report where i can find out in a months how many times a break down occured and by which reason.
    The all 3 (Break down code, Cause, Time) are ready with me. I m generating batchwise report also. (Batch report will be named with Day/Date/Time format).
    I just want to make a single report for a month.
    Plz give me the solution.
    Kaustubh
    VC (Pune)
    INDIA

    Duplicate post. Please don't ask the same question in multiple postings.

  • Monthly reports TMG

    I'm having trouble with monthly report on my tmg array. Site and user activity reports show only one week information. I choose last 30 days in reports details but start date of this report is One week ago, End Date is now. 

     
    Hi,
    Thank you for the update.
    Firstly, please install the latest rollup 1 for TMG SP2 and check if you have selected “Enable Daily and Monthly Summaries”.
    Regards,
    Nick Gu - MSFT

  • Monthly Reports Sending Mass Emails

    Current Environment:
    Zen 11.2.2 no MUs
    Test Patch Applied:
    database time sync patch where time showed it was off by 6 hours
    Problem:
    On January 31 and Feb 28 (End of the month days) it seems all my monthly reports are spamming the recipients. This started January 31 at 6pm CST and went on till 12pm CST. On February 28 at 6pm CST it starting spamming the reports again until I removed them from the report. We had upgraded to Zenwork 11.2.2 in January 2013 and this only started after the update.
    Does anyone see this problem in their environment or is there a log I can see the email actions?
    Thanks
    Nhat

    nhatdoan,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Monthly Reports Schedule

    Hi All,
    I have few monthly reports which I want to schedule on month end so I have created three subscriptions, 28th of February, 30th of April, June, Sep, Nov and 31st on remaining of the months.
    Yesterday, on 28th May it executed all the reports from 28th Feb subscription, to me it looks like it considered 28th May as 28th Feb due to some unknown reasons.
    If any body can help me in resolving this will be a great help.
    Thanks.
    Arvinder

    Hello,
    When we create a subscription on Report Manager, there is an associated job in SQL Server Agent with specified schedule. Is it possible that others modify the schedule of the subscription in the SQL Server Agent?
    You can try to check the job schedule in the SQL Server Agent. You can also use the following query to get the detail information of the schedule of each subscription you created on the Report manager:
    select c.Name as [report name],
    s.ScheduleID as [schedule],
    sp.SubscriptionID as [subscription],
    [Schedule frequency]= case s.RecurrenceType
    WHEN 1 THEN 'Once'
    WHEN 2 THEN 'Hourly'
    WHEN 4 THEN 'Daily/Weekly'
    WHEN 5 THEN 'Monthly'
    END ,
    s.StartDate,
    s.NextRunTime,
    s.LastRunTime,
    s.EndDate,
    s.MinutesInterval,
    s.DaysInterval,
    s.WeeksInterval,
    s.DaysOfWeek,
    s.DaysOfMonth,
    s.[Month],
    s.MonthlyWeek
    from dbo.catalog c
    inner join dbo.ReportSchedule rs on rs.ReportID = c.ItemID
    inner join dbo.Schedule s on rs.ScheduleID = s.ScheduleID
    inner join dbo.Subscriptions sp on rs.SubscriptionID=sp.SubscriptionID
    order by c.name
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Differentiate weekly and monthly report

    Hi Guys...Here is my problem...
    I created a crystal report with start date and end date parameters. I need to schedule this report to run automatically every month and also make it adhoc.
    I am using Business objects to schedule this report.
    The monthly report is scheduled to run on 5 th of next month. so the report run on Mar 5 should return feb data.
    For the adhoc report if the users doesnt enter any dates then i have to return current month data.
    So I want to know if there is a way to pass a hidden parameter from crystal ( so that the users dont see the prompt), based on the hidden parameter i can calculate the dates in the stored proc???
        If flag=0 then get previous month data
       else flag = 1 then get current month data.
    For someone familiar with DTS packages this is similar to defining global variables in the dts packages and pass them to stored proc...on the same lines i am wondering if there is solution in crystal...
    Thanks...

    Geoff...I use Business objects to generate the report and its in .pdf format. when i look at the url for any reports generated the url is:
    http://servername/businessobjects/enterprise200/InfoView/main.aspx
    If the url is same for all the reports then how can i distinguish between the reports...
    Thanks

  • Unable to download monthly report sales and trends

    Dear all,
    we are not able to download the
    "Sales and trends"  > Summary sales report > monthly report of last month (February 2014)
    despite the passage of more than 5 days after the month's end date.
    The button for the download is still gray instead of blue.

    iTune Connect > Sales and Trends had some problems after an update....have you contacted support to advise them of this problem?

  • Weekly and and monthly report

    how do I create a weekly report and a monthly report
    This topic first appeared in the Spiceworks Community

    Geoff...I use Business objects to generate the report and its in .pdf format. when i look at the url for any reports generated the url is:
    http://servername/businessobjects/enterprise200/InfoView/main.aspx
    If the url is same for all the reports then how can i distinguish between the reports...
    Thanks

Maybe you are looking for