Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Accumlation of n month

Hello,

I'm new to QlikView.

I've the month accumulated for each account. I want to show, in a text object, the amount accumulated for the previous n-months, according the selected month by the user.

I use this expresion

=Num(RangeSum(Above(Sum({< [Cuenta Contable] = {'572*'} >} [Saldo Cta Contable]), 0, Mes)), '#,##0.00')

but only accumulate the selected month.

TIA

Antonio

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like this

Calculating rolling n-period totals, averages or other aggregations

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

Hi

Try like this

Calculating rolling n-period totals, averages or other aggregations

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.