How to show Increase/Decrease of Sales Amount compare to Previous Month.

Hi,
My users need to view the percentage decrease/increase of Sales $ compared to previous month, for each Month.
How can I create a Restricted Key Figures that show Sales $ Amount as of Previous Month (take note it is not just Previous Month from Current Month, but each Month's Previous Month). i.e
Nov 06  - Sales $ = 1000
N0v 06 - CKF_A - Variance Compare to Prev. Month: 100%
Dec 06 - Sales $ = 800
Dec 06 - CKF_A - Variance Compare to Prev. Month: -20%
(800-1000/1000)
Jan 06 - Sales $ = 1000
Jan 06 - CKF_A - Variance Compare to Prev. Month: 25%
(1000-800/800)
How can I create CKF_A and achieve similar result?
Most of the variables for 0CALMONTH or 0FISCPER seems pointing to one value only.
I don't want to create Restricted Key Figures for each and every month.
Please help.
Thanks,
Sean Yit.

Sean,
You don't have to create RKFs for each and evry month. But you need to create just two RKFs.
Lets say that you want to display the months in rows and Sales in the first column and the variance in the second column. Just restrict Sales by the month characterstic with a user entry variable (range if it is more than one month the user wants to display), then in the next column create another RKF by restricting Sales with the same month characterstic. This time offset the first varaible by minus one (-1). In the properties of this RKF, select always hide option.
Now create a CKF (calculated key figure), by using the variance% formula option.
CKF = RKF2 "%" RKF1.
I hope this helps..

Similar Messages

  • HT4859 how do i increase my allowable mail amount on icloud?

    how do i increase my allowable mail amount on icloud?

    The space for mail is part of the overall space, which at the basic free level is 5GB. You can increase the storage at a cost: additional 10GB, $20 p.a., 20 GB, $40 p.a., 50GB $100 p.a. It's up to you how much of your space is used for email and how much for other things.
    To purchase extra space see this page:
    http://help.apple.com/icloud/#mmd602084a
    and expand 'Purchase additional iCloud storage'.

  • How do you increase/decrease volume on an iTunes song?  Also, some songs get cut off before they are over.

    This is in reference to Follow Up 286560206; under the control tab on "Libraries" the drop down indicates that a song can be increased in volume by pressing ctrl + up and decreased by pressing ctrl + down, but no matter how I try it nothing happens.  Also, some songs get cut short, and once I saw an option on how to lengthen the play time on a song, but I can't remember how to get back to this screen.  Thank you.

    Welcome to the Apple Community.
    Try deleting the problematic file (electing to remove original file if/when prompted) and then re-downloading the file from the iTunes store.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option at the bottom of the screen of the iTunes app (or video app) on your iOS device.
    If the problem re-occurs, select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History using your computer.

  • How we can increase/ decrease the width of a HTML Region.

    Hi,
    I am having following 2 HTML regions defined.
    I am using Two Level Tabs with Sidebar
    Region1
    Type - HTML Text
    Template - Report region with 100% width
    sequence - 10
    column - 2Region2
    Type - HTML Text
    Template - Report region with 100% width
    sequence - 10
    column - 3 // only the column is different in this caseNow when I run the page, what I found that Region1 width is covering 75% of the Page and Region2 is covering only 5-10% of the page (right side)
    How can I reduce the width for region1 and increase the width of region2.
    Thanks,
    Deepak

    Deepak,
    This is typically done via CSS adjustments. Solutions are always very specific to the application. i'd be happy to take a look if you would please put an example up on apex.oracle.com. Provide the workspace/username/password. You can create a new account for this purpose.
    Regards,
    Dan
    Blog: http://DanielMcGhan.us/
    Work: http://SkillBuilders.com/

  • How to get cumulative decreasing values by substracting from the previous row.... in a dynamic added

    I have pdf table like this:-
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Header 6
    Header 7
    From
    To
    No. of Days
    Balance
    Date
    1
    2
    <ADD Button> / <Del Button>
    3
    4
    5
    This
    Row
    is
    730
    to
    be
    hidden
    DateFieldFrom
    DateFieldTo
    DateFieldTo-DateFieldFrom(Some No1.)
    Remaining1=uppervalue(730)-Some No1.
    Now when i click the <add  rows button>  rows are to be added and i have to get the valuesof Remaining2(Remaining1- Some No.2 )in the Added Balance Row
    how will i do this?

    Hi Luis,
    According to your description, you have a report with different dynamic columns. Now what you want is show your user percentage growth in your matrix report after your user select two of those columns (I think you may use parameter to achieve your “checkbox”
    function). Is my understanding correct?
    In Reporting Service, we can’t calculate dynamic columns with our build-in arrogation functions. So we need to add custom code into our report, and call those functions which defined in custom code in our expression. We have tested your scenario in our local
    environment. Here are steps and screenshots for your reference.
    Go to your Report Properties, add the custom code below into your report:
    Dim Shared Num1 As Double
    Dim shared Num2 As Double
    Public Function GetCalification(Calification as Double,Type as String,Type2 as String) 
    If Type = Type2 Then
       Num1=Calification
    Else
       Num2=Calification
    End If 
    Return Calification 
    End Function
    Public Function GetPec()
    Return (Num2-Num1)/Num1
    End function
    Create a matrix. Put PilarName into Row field, put Period into Column field. In Data field, put the expression below into the textbox:
    =Code.GetCalification(Fields!Calification.Value,Fields!Period.Value,Parameters!Period.Value(0))
    In our sample report, we created a parameter (named Period) for selecting two columns. You can replace “Parameters!Period.Value(0)” with your own parameter.
    Add an outside column at right (%Growth), put the expression below into the textbox:
    =Code.GetPec()
    Save and preview. The matrix and result looks like below:
    Reference:
    Custom Code and Assembly References in Expressions in Report Designer (SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How is the Sales Amount in the Sales Analysis Report calculated.

    Hi,
    I'm trying to develop a report similar to the sales analysis report of SAP.
    I want to know how does SAP calculate the the Sales Amount column. I was using LineTotal column of Invoices + A/R credit memos, but it's not correct. I know i'm getting all the records because my total quantity and Gross Profit is correct.

    Hi Vj Chris,
    Try This
    SELECT T0.[DocNum] as 'INV NO', T0.[DocDate] as 'INV DT', T0.[CardCode], T0.[CardName], T0.[DocTotal], T0.[GrosProfit], T1.[DocNum] as 'AR CR MEMO', T1.[DocDate] as' AR CR DT' , T1.[CardCode], T1.[CardName], T1.[DocTotal], T1.[GrosProfit], (T0.[DocTotal]-T1.[DocTotal]) as 'Final Amount', (T0.[GrosProfit]-T1.[GrosProfit]) as' Final GR Profit' FROM OINV T0 , ORIN T1 WHERE T0.[DocDate] >=[%0] and  T0.[DocDate] <=[%1]
    But this query better run when you are using in Crystal Report.
    Thanks,
    Srujal Patel

  • How to create report which includes records of current month and last 7 days of previous month.

    Hi Experts,
    I need to create a report which includes records of current month and last 7 days of previous month.
    I will get records of current month by this formula :- month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)
    Please tell me how to add the records of last 7 days of previous Month for the same report.
    Thanks in Advance.

    Hi Ajay,
    If you have more than a year data in your database then your formula will return wrong results. ie. If your data consist of 2012,2013,2014 data then below formula will return all 8th month data irrespective of year. So, you need to check year also here
    month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)  and
    Year({PROBSUMMARYM1.OPEN_TIME})=Year(currentdate)
    Now add Abhilash second statement in OR so, your formula should look like :
    (month({PROBSUMMARYM1.OPEN_TIME})=month(currentdate)  and
    Year({PROBSUMMARYM1.OPEN_TIME})=Year(currentdate))
    OR
    Date({PROBSUMMARYM1.OPEN_TIME}) IN [DateAdd('d',-7,Maximum(LastFullMonth)), Maximum(LastFullMonth)
    -Sastry

  • How do i increase or decrease vaule of asset that was capitalized in prior

    How do I increase or decrease the value of an asset that was capitalized in prior year (2011)? The prior year and current year depreciation also needs to be adjusted to reflect the change in asset value.
    1)Assets were created in FY11 with an 11/15/2010 date
    2)The assets were given incorrect costs.
    3)I need to adjust the cost of several assets .The net amount of all cost adjustments will be 0$.
    4)Some of the assets will be adjusted down to 0$. These need to be disposed of.
    5)I tested few few assets in testing client using ABZON.
    ABZON will not allow me to input the original acquisition date because it is in prior fiscal year. To test, I used a period 1 date (4/15/11).  Using 4/15/11 will not adjust the prior year depreciation.
    ABZON also does not deactivate the asset so after I processed the asset decrease using ABZON, I used ABAVN to dispose of the asset.  This created an entry to the gain/loss account for the depreciation that was taken in FY11 (prior year).
    For example: one asset with acquisition value: 2272.05 and depreciation posted in prior year (2011)is 53.97
    Acquisition value 2272.05 has to be zero with other asset adjustment.
    How can prior year depreciation (53.97) can be adjusted in the current fiscal year
    Need your help on this.
    Regards,
    Lucky

    HI,
    My transaction type is not 7* series but it is 336.Please help me to get this done.
    I mean it is settled from project and WBS element to Assets(144 assets) using CJ88,so i tried reversing it in CJ88 but it thrown me error message as Fiscal year is closed, I opened fiscal year for asset accouting for previous year.
    i already did ABZON with value date 4/15/2011 for one asset among 144 assets and did asset retireemnt,so when try to reverse in CJ88 (value date :11/15/2010)its throwing me below message
    retirement was already posted on the asset 00000xxxxxx 0000 on 20110415. Based on the value date 20101115 of the transaction, this transaction should have been included in the calculation of values for the retirement.
    Reagrds,
    Pandu
    Edited by: luckypandu on Mar 9, 2012 3:46 AM

  • Show difference between the years and how much money increased ever year

    Hi everyone
    I need to make the following code show how many years it took for it to reach its required goal.
    show difference between the years and how much money increased ever year. ..
    I am totally confused at the moment... any help would be greatly appreciated...
    declare
    a number(9):=1000;
    b number(9);
    c number(9);
    d number(9);
    begin
    for d in 2012..2099
    loop
    dbms_output.put_line(a||' '||d);
    if a >2000 then
    exit;
    end if;
    a :=a + a*10/100;
    end loop;
    end;
    Result for above query:
    Price Years
    1000 2012
    1100 2013
    1200 2014 etc...
    I need to show the amount of years it took to reach its goal, which was $2000
    and also the change in price, how much it increased every year...
    Thanks
    Umair

    960361 wrote:
    Hi everyone
    I need to make the following code show how many years it took for it to reach its required goal.
    show difference between the years and how much money increased ever year. ..
    I am totally confused at the moment... any help would be greatly appreciated...
    declare
    a number(9):=1000;
    b number(9);
    c number(9);
    d number(9);
    begin
    for d in 2012..2099
    loop
    dbms_output.put_line(a||' '||d);
    if a >2000 then
    exit;
    end if;
    a :=a + a*10/100;
    end loop;
    end;
    Result for above query:
    Price Years
    1000 2012
    1100 2013
    1200 2014 etc...
    I need to show the amount of years it took to reach its goal, which was $2000
    and also the change in price, how much it increased every year...
    Thanks
    UmairHow do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • My speaker is not working properly in 4s if i use headphone its working now my volume increase decrease button is also not working properly how can i solve it pl help me my warranty finished

    my speaker is not working properly in 4s if i use headphone its working now my volume increase decrease button is also not working properly how can i solve it pl help me my warranty finished

    Hello. I sent my WRT1900AC V1 to Linksys four days ago (Monday) via UPS with a RMA. Linksys paid the shipping and everything. The router is still in route, and it should arrive to their offices tomorrow. Once they receive the WRT1900 AC V1, they are going to send me an EA8500 as a replacement. But I have been reading the comments about the EA8500 here in the forum and it seems to have the same problems. I guess the firmware is extremely flawed in both routers (maybe it is almost the same code?). Anyway, I will try the EA8500 and I hope it works. I bought a temporary router from Walmart and I paid $35 for it. It is a Belink N600 DB. I can't believe that a $35 router is working a lot, lot, lot better than my previous $250 WRT1900AC router. Unbelievable. If the EA8500 doesn't work, I'm going to try and get my money back from Linksys, or contact The Consumerist or someone to get my money back and get a Nighthawk instead.

  • How to show current year and last year sales in a WEBI Report

    Hi Guys
    How can show current YEar Sales in one column and Last YEar Sales in the other column based on a user prompt for the Current YEar Column.
    For Example is user enter 2010 for Year how can i show a Column for Sales-2010 and Sales 2009.
    Thanks

    If you can modify your Universe add an object named New Object Last Year whose SQL is:( yourTableName.Year + 1)
    Then in WebI create two distinct queries in your query Pane. In the first one you could do this:
    Query 1:
    objects: Year, Sales ... etc.
    filters:   Year Equal to '1. Prompt Year'
    Query 2:
    objects: Year, Sales ... etc.
    filters:    New Object Last Year Equal to '1.Prompt Year'
    Then in your report you can drag each object on their respective columns.
    If you don't want to use two distinct queries, use one like this:
    Query 1:
    objects: Year, Sales ... etc.
    filters:        Year Equal to '1. Prompt Year'
                 Or
                      New Object Last Year Equal to '1.Prompt Year'
    Edited by: PadawanGirl on Jun 23, 2011 6:28 PM

  • How do I increase the number of emails in my inbox it is only showing 5.  I have a 5c.

    How do I increase the number of emails in my inbox. It only shows 5. 

    That issue can be caused by the FastestFox extension.
    * FastestFox Options > General, uncheck "Enhance Awesomebar"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • How do i Increase the number albums displayed in iTunes 11 currently only showing 5

    How do i Increase the number albums displayed in iTunes 11 currently only showing 5 in iTunes 10 it showed ten. With only five albums showing in a line at one time it takes a long time to look at my collection. In the previous version you could alter the size of the picture of the album. Has cover flow gone?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How we can increase decimal places in Sales Order for Qty

    Hi,
    In Sales Order qty field now its 3 decimal places for MON unit of measure but we want 4. how we can increase decimal places.
    Thanks in advance
    Thanks & Regards,
    PM

    To elaborate better.
    Again, use Tcode CUNI - Unit of measurement : Initial Screen.
    At initial screen, choose TIME from the list (where by default AAAADL- no dimensions is there).
    And click on UNIT OF MEASUREMENT button.
    In that you will find MON - Month.
    There go for details by selecting MON or select MON and press F5 from Key board.
    For MON unit maintain following parameter as per your requirement:
    -Number of decimal places for number display
    Use - This parameter determines the number of decimal places with which this measurement unit is displayed.
    -Base ten exponent for floating-point display
    Use - This exponent determines how the values for this measurement unit are formatted as floating point numbers.
    Examples - If the exponent is 3, the floating point numbers have the format xxx.xxxxE3.
    And deselect commercial meas. unit in application parameters section.
    I would suggest instead of changing standard settings of MON, you create ZMON in TIME dimension.
    Thanks & Regards
    JP

  • How to get top 10 sales amount percentage over all sales amount

    Hi All,
    I need to generate a table/pivot table to pick FY13 top 10 sales amount by product (say P1, P2, P3, P4, etc), these top 10 total amount, percentage over total sales, comparing these top 10 in FY12 total sales amount, and percentage over total sales in FY12.
    EXAMPLE:
    FINANCIAL YEAR----------- FY13 TOP 10 SALES AMOUNT-------FY13 TOP 10 PERCENTAGE
    FY12--------------------------- 2M---------------------------------------------25%
    FY13-------------------------- 5M---------------------------------------------50%
    Thank you,
    Ling

    Pull columns FinYear,SaleAmt,SaleAmt,SaleAmt in Criteria
    For 2nd SaleAmt use expression as top(SaleAmt ,10)
    use Pivot table
    Pull FinYear,top(SaleAmt ,10) in Rows section
    and other two SaleAmt in Measures
    for last column properties->Show Data As->Percent of ->Column
    The same works me.
    If helps mark
    Edited by: Srini VEERAVALLI on Feb 20, 2013 8:21 PM
    Any updates on this?
    Edited by: Srini VEERAVALLI on Mar 7, 2013 2:15 AM

Maybe you are looking for

  • How to log "send failed" to a file instead of showing a pop-up message

    Hi, I am working with Flex 4.1 on Linux but I suppose this problem must be common to all versions of Flex. I am working on a Flex client front-end which connects to a Java back-end (in Tomcat) via BlazeDS. All of this works OK 99.9% of the time. Howe

  • I can't find most of my photos in iPhoto

    MacPro 3.1, OSX 10.6.8, iPhoto 7.1.5 I had connected my iPod Touch to my MacPro to upload photos to iPhoto.  It transferred some photos, but then with 8 left to do it didn't progress any further, and finally gave me a bunch of error messages. I tried

  • Help with Macbook

    I accidently put my Installation Disk for iMac in my Macbook and now it is stuck.  Any suggestions?

  • Archive Purchase Info Record MM_EINA : problem with CDHDR

    Hello, I have notice that when i archive an Info Record, Only CDPOS is deleted and not CDHDR. In the customizing, Object Class CHANGEDOCU is set. Can someone explain why datas in CDHDR are not deleted ? Thank you, Cipriano

  • Problem in using the shift Register

    I have a problem regarding shift register when i was using it in my application. During the runing of the application i found that sometime shift register not pass the value to the case structure. at that time result is not displayed. i have attached