Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please look into following issue and help me.
My Requirement is for a particular month I need to show the total quantity till month end of previous month.
For Ex- For country India for month June 2016(01-06-2016) the value should show
(10+30+50+70+90)=250,similarly for Month May 160
Note-The data is there for 2011 to till date
I have attached source file and qlikview file for your reference.
Regards
Tripati
Like this?
May be this
RangeSum(Above(Sum(Quantity), 0, RowNo()))
Hi Sunny
Thanks for your reply.
For country India For month June I need sum of quantity upto may month
i.e 10+30+50+70+90=250
for month May-10+30+50+70=160
This?
Using Sunny's exp:
RangeSum(Above(Sum(Quantity), 1, RowNo()))
Hi,
Using Sunny's Expression:
Like this?
Hi
Your Solution is working for me
but thing is that user wants the report anotherway.
I have attached the image of current pivot table and expected pivot table.
Please check
Regards
Tripati
Try this:
RangeSum(before(Sum(Quantity), 1, sum(Quantity)))
May be something like this :
Or this if you expect users to make selection in a particular month and the numbers should still stay the same
Before(RangeSum(Before(Sum({<Month>}Quantity), 0, ColumnNo()))) * Avg(1)
Without Selection
With Selection