Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Accumulate in Drill_Down group

Hello

i have a drill-down group (year - month) in my QVD file

i wants to accumulate data just in month level not in year level,

how can i do this ??

best regards

hamide

3 Replies
oknotsen
Master III
Master III

I guess you mean you have both year and month fields in your data.

I suggest loading both dimensions in a pivot table and adding a "show partial sum" on the Month dimension.

If not, please give an example of your data and what you want to achieve.

May you live in interesting times!
settu_periasamy
Master III
Master III

Maybe try with 2 expression using Getcurrentfield() function.. like roughly..

If (Getcurrentfield('Groupname')='Month',accumulated expression, normal expression )

HirisH_V7
Master
Master

Hi,

May be like this,

Dimension:


Group - Year -Month

Your Expression:

=IF(Month,Rangesum(above(total Sum(Sales),0,rowno(total))),Sum(Sales))

HTH,

PFA,

Hirish

HirisH
“Aspire to Inspire before we Expire!”