Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

How to create date wise accumulation in qlikview using the as of table

Hi,

I need to get sum(sales) date wise means accumulation of dates using as of table concept.

Any idea how to do that?

3 Replies
Anil_Babu_Samineni

May be this?

Rangesum(Below(Aggr(Sum(sales),DateField),0),Above(sales,1,Rowno()))

Or

Aggr(Rangesum(Below(Sum(sales),0),Above(sales,1,1000)), DateField)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ananyaghosh
Creator III
Creator III
Author

Hi

I need the mtd calculation in my as of table script and i need to implement MTD for my date collumn. So it should show the accumulated sum of sales from start date of month to that specific date.

So please give me a script that will calculate roolling period of date.

Anil_Babu_Samineni

So please give me a script that will calculate roolling period of date.

You want to do this in Script?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful