Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I`m new user of QlikView, and i have a problem with the acumulated function.
Have fields, Month, Year and combinated Year/Month.
I need accumulate in a pivot table, the sum of cost (nValor) of the year 2010 and year 2011 separated
Hi
You need to use set analysis to create point in time analysis.
I suggest to look at mike's blog http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/
The formula to calculate a year to date looks like :
for the current year
=sum( { $<MOIS = {$(=Max( MOIS))} ,
ANNEE = {$(=Max( ANNEE))}
> }
Sales)
and for the previous year
=sum( { $<MOIS = {$(=Max( MOIS))} ,
ANNEE = {$(=Max( ANNEE)-1)}
> }
Sales)
hope it helps
JJ
Thanks for your answer. The formula don´t works
I send a pic from my table. With the formula suggested, in accumulated gives back the value of the present month.
Help Please!!!!
I don´t find solutions....
Any suggestions???
Thanks