Cumulative value in reports

Hi all,
Is it possible to get cumulative values for a column in a report ,using a querry or crystalreport.
Also how we can populate data or rows for which there was no transaction.
Thanks

Hi,
You may check this thread to find your solution:
Re: Running Total in QLD
Thanks,
Gordon

Similar Messages

  • Non-cumulative values do not update on report

    hi,
    I have created cube with non-cumulatives but on reports they are not updated. I can see values for inflow but not for non-cumul itself.
    Does somebody knows what could be wrong?
    Regards,
    Andrzej

    hi,
    what do you mean by date restriction?
    Time reference char is 0calday, I have 0calday in validity table and tine char in query are 0calday and 0calmonth. I do not use restricted KFs in query.
    Regards,
    Andrzej

  • Using cumulated values for further calculation in a bex report

    Hi ya'll,
    I have a problem with using cumulated values in a bex report.
    the report has three lines:
    Values 1:    100    200  300
    Values 2:    10      5     40
    Values 3:    1000  500  4000
    The values of row 3 is a formula multiplying the values from row 1 and 2... My problem is that the values of row 3 are wrong - for example 200*5 isn't supposed to result in 500 !!
    I figure the reason is that the values of row 1 is a cumulated result, meaning the <i>actual</i> value of the second column of the first row i 100 (and not 200).
    How can I ensure that my formula for row 3 uses the <b>cumulated</b> result from row 1, instead of the underlying result ?.

    Create a column structure with Actual Value columns as well as cumulated value columns. Hide Actual Value Columns from display.
    Example :
    Actual1 | Actual 2 | Actual 3 | *** 1 | *** 2 | *** 3 |
    100 | 100 | 100 | 100 | 200 | 300 |
    You can create a forumla to calculate Value 3 : (Actual 1 * Value 2 ).
    I guess you are using Cell Referencing to achieve this.

  • Non-cumulative Values not showing in Inventory Management Queries

    Hi:
    Has anyone had a problem with the new version and Non-cumulative key figures not showing up in Bex for Inventory Managemet reports? Specifically, they showed and validated back to ECC for our Development and QA boxes but now in our Regression box they are all showing zeros. Our Cumulative values are all showing correctly still within the Regression box. For example, Total Receipts and Total Issues are correctly poplating values but Total Stock is not.
    I have checked and validate that the configuration in the Regression box matches or Dev and QA box.

    Found the problem.  It had to do with the compression variant in the delta process chain.  The compression was set to 'no marker update'.  Since we only started receiving measureable deltas in or regression box this is where the incorrect setting showed up.  Reinitalized and the deltas are working correctly now.

  • Cumulative value calculation in script logic

    Hi,
      Assuming i have the following values:
    Acc1, time1 = 2
    Acc1, time2 = 10
    Acc1, time3 = 20
    Acc1, time4 = 30
      What script logic can i write such that the end results are:
    Acc2, time1 = 2
    Acc2, time2  = 12
    Acc2, time3 = 22
    Acc2, time4 = 32
      time1 could start from any month of the year, and the next month is always one month after the current month (i.e. if time1 = june, then time2 = july).
      Basically the above calculation involves some sort of cumulative effect. I would like to have this cumulative amounts stored in the database, hence i don't want to rely on measures="ytd" in the report.
    Cheers

    Hi Raja,
    You can get the daywise cumulative value for the user selected date range by creating a formula on the KF & turning on the 'Cumulated' checkbox in the 'Calculations' tab.
    --Priya

  • Subsequent use of cumulated value in query

    Hi All,
    We are using BEx Query Designer to create a query having one formula variable “Stock on Hand” as a cumulated value (along the columns).Now we need to use this cumulated value in another formula variable. Is this possible to do? If not could you please suggest an alternate for the same?
    Stock on hand (for any given week) = (Total Receipts – Total Demand) + Stock on Hand (for previous week).
    Inv. Carrying Cost (for any given week) = Stock on hand (cumulated values as above) * Per unit inv. cost
    Data for Total Receipts, Total Demand and Per unit Inv. Cost is present in the infocube at daily level. A sample report template has been given below:
    Product    Location       Week                      W1   W2    W3
       P1                L1        Total Demand           10     10     10
                                      Total Receipts           20      0       5
                                      Stock on Hand          10      0      -10
                                      Per unit Inv. Cost        2       2       2
                                      Inv. Carrying cost       20      0      -20
    Points assigned in advance for your replies
    Regards,
    Bansi.

    Hi PV,
    Thanks for the prompt reply. But we have already created two different formulae variables for the above requirement.
    The formula variable for Stock on hand is displaying the desired cumulative values. But the formula for Inv. Carrying cost is not able to use the display-value (cumulative value) of Stock on hand and it just uses the value corresponding to that particular week. For eg.
    for w2 if stock on hand =20 (cumulative value displayed on screen)
    and the original value of stock on hand for w2 = 0
    then the formula for Inv. carrying cost is using the original value(i.e. 0) but not the display value(i.e.20), whereas we want the cumulative value (i.e. 20) for our calculation.
    Any help in this regard would be highly appreciated.
    Regards,
    Bansi.

  • Finding Cumulative values in Query

    Hi All,
    I am developing one Query in which i have to show plant wise last 12 months status of audit.
    In this audit i am able to show the types of audits say X,Y,Z perfectly.
    But the thiing i want to calculate is the cumulative values of X,Y,Z before the last 12 months.
    For Ex: Audit X Y Z Formula(X+Y-Z)
    month1 10 20 30 0
    month2 10 30 10 30
    month12 20 40 20 40
    month13 ***(X) ***(Y) ***(Z)..till
    Like this i want to develop the report as per the requirement.
    Please help how to resolve this issue.
    Thanks in Advance.

    Hi Sathya,
    one simple solution is to have a result row at the bottom .
    Select appropriate characteristic info object and do not suppress result for it in the query designer.
    Please let me know for further clarifications
    Regads
    Venky

  • Issue in Query to find the Cumulative Values

    Hi All,
    I am developing one Query in which i have to show plant wise last 12 months status of audit.
    In this audit i am able to show the types of audits say X,Y,Z perfectly.
    But the thiing i want to calculate is the cumulative values of X,Y,Z before the last 12 months.
    For Ex: Audit         X         Y       Z       Formula(X+Y-Z)
               month1       10       20      30     0
               month2       10       30      10   30
               month12     20        40     20    40
               month13    ***(X)  ***(Y)   ***(Z)..till
    Like this i want to develop the report as per the requirement.
    Please help how to resolve this issue.
    Thanks in Advance.

    Hi All,
    I am developing one Query in which i have to show plant wise last 12 months status of audit.
    In this audit i am able to show the types of audits say X,Y,Z perfectly.
    But the thiing i want to calculate is the cumulative values of X,Y,Z before the last 12 months.
    For Ex: Audit         X         Y       Z       Formula(X+Y-Z)
               month1       10       20      30     0
               month2       10       30      10   30
               month12     20        40     20    40
               month13    ***(X)  ***(Y)   ***(Z)..till
    Like this i want to develop the report as per the requirement.
    Please help how to resolve this issue.
    Thanks in Advance.

  • Cumulative Value Calculation

    Dear Experts,
    I extracted data with the standard datasource 0CO_OM_OPA_1. Cost from this datasource is costs by month. However, I need to have another key figure for cumulative cost.
    1) How can I get cumulative values through the transformation? (I need to display data on Xcelsius, and I am not sure this cumulative value can be achieved in the report)
    2) I heard that we can calculate the cumulative value by Non Cumulative Key Figure. However, I don't know how it works. I try to create Non Cumulative Key Figure based on 0AMOUNT from the datasource, but it requires me to add 0CALDAY into my infocube. (The finest level in time dimension in my infocube is 0CALMONTH) Is it true that I can use Non Cumulative value to calculate cumulative value. If yes, how can I do that?

    Hi.
    Use a bex query to do the cumulative calculation of the monthly values. Hook that query up to a universe and retrieve it in Xcelsius.
    You can set the key figure property to "cumulative" in the query designer. That should get over to the BO Universe... if not, then you can cumulate it either straight in Xcelsius (you have to know the structure anyway, in order to build the graphs...) or use a web-i report.
    br
    Jacob

  • Cumulative YTD COPA Report

    Hello,
    We have requirement in copa report (ke30) wherein Year to date information should be available based on period range selected in input parameters.
    Say for example if user gives period range of Apr to June 2014 in ke30, then report should display cumulative values based on period selected.
    Report should be as per below format and value should be cumulative value as per period selected.
    Lead column
    1000
    2000
    3000
    4000
    Total
    Value Field 1
    1
    4
    7
    1
    13
    Value Field 2
    2
    5
    8
    2
    17
    Value Field 3
    3
    6
    9
    3
    21
    Value Field 4
    4
    7
    0
    4
    15
    where 1000 -4000 are profit center. For month wise details, i have created a separate report
    Regards
    Karthik

    Hi,
    create a form based report. In the column(s) where the YTD values should appear (or in the general data selection if valid for all values) define period from as "1" and period to as "local variable".
    It should look like this (no matter how the variable is named)
    The variable "PERIODBIS" is a selection variable in the report defined using KE31 and the form created is attached to this report.
    BR Christian

  • Futher Calculation on cumulative values

    Dear All,
    I have a key figure Zsales, on that key figure i have made a calculated key figure and in calculation tab i have checked the tab for CUMULATED value. Now i have to perform futher calculations on this calculated key figure, but in report output i am not getting th e desired values the calculation is being performed on original key figure rather than on cumulated values.
    Thanks

    Hi Ravish Singh ,
    Actualy  CKF is global values,once create CKF in query we can use N number of times but we can get same value in all reports.
    if you want change ( or new calculation ) first remove referance (global to local) then only we get correct datas.
    in your query coloum or row select ur CKF then right cilck --->remove referance.firest do this then u will get corect values
    regards,
    sundar

  • Cumulative values on daily buckets result

    Hi BW experts
    I would like to create cumulative total on daily buckets results .
    Ex  
                     1/1    1/2   1/3
                        1     2      3
                        4     7      8
    Total            5     9      11
    Cumulative  5     14     25
    Cumulative  5  then 59 = 14 then 1425
    cumulative on result only  . How to achhive this report.  
    Thanks
    Rohan

    Hi below is my resuqirement
                Num   qtyA QTYB QTYC
                   A    20   30    26
                   B    40   60    14
                   C    5     8     3
    Overallresult       65    98   43
    Cmulative           65   163   206
    I have to display above format in the report
    Over result
    Cumulative
    Cumulative caluclation on over all result on rows
                163 = Over all result of QTYB+ cumulative value of QTYA  
                206 = Over all result of QTYC+ cumulative value of QTYB
    Please help to resolve this issue
    Appriciate your response
    Thanks
    Rohan

  • How to write a code for cumulative values..

    Hi
    Can any one proivde the Sudo code for Customer exit at Reports.
    I need to write a code for when ever user input Calaender month then querry calucalate the cumulative values also.
    How to write a code for cumulative values..
    Example:
    Customer -Sales.Quantity(CalMonth)---   Sales.quantity(Cumulative Month)  
    1000--223--
    2200
    Regards
    mannev.

    hi mannev,
    to get an idea, search in SDN
    for example
    customer exit code
    with hopes,
    Raja Singh

  • User wants to get the cumulative values based on his input.

    Hi
    I am working one FI Report; the out put values are Cumulative values for Current, Previous years. I developed and it fetches the data last 3 years Cumulative year’s data without any input FYMonth based on SAPexits and varible offsets. But user wants to put Fiscal year Month as input. So he wants get the cumulative values based on his input. For example, If his input SEP'2005(062005), Then Query gives the Output Cumulative Value (I.e., Sum of Total values of Form APR'2005 to SEP'2005)
    Please provide the solution…
    Thanks
    Mannev

    Mannev,
    You can try doing this.
    1. If the user input is fiscal period(2005006) , you can create a customer exit variable which will take the user value (i_step =2), and change the variable value to 20005001. (this is a simple code where tye last 2 digits are replaced by 01).
    if the user is entering calmonth, you can use FM - DATE_TO_PERIOD_CONVERT, to convert the month to fiscal period.
    2. You can create a rkf with restrictions on time char based on the customer exit variable and the user entered variable.
    -Saket

  • Period Activity vs Cumulative value

    Hi Experts,
    I am running a report that has Period Activity and Cumulative value, the problem is that the Period activity figures and the cumulative value figures are the same. The cumulative value is pulling values = the month being reported ; what do i need to change so that the Cumulative value is not the same as Period Activity?? Thanks, points will be awarded

    Hi...i supossed that you have a cummulative value and one differente key figure for period activity....period activity must not be cummulative...
    Regards

Maybe you are looking for