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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Chuayuko
Contributor
Contributor

RangeSum above can do that ?

Hi all,

I have a pivot table.

Current result:

Period 202003202004202005202006202007
Expired membership - Main 8652475757
Expired membership - Sub 255485957

 

Expect Result:

Period 202003202004202005
Expired membership - Main 299213161
Expired membership - Sub 221219164

Example

column 202003, = 86+52+47+57+57

column 202004, = 52+47+57+57

I am no idea how to do that

2 Dimensions:

=if(ITEM='MainExp','Expired membership - Main',if(ITEM='SubExp','Expired membership - Sub')) (Label: Period)

MthYear

Expressions:

RangeSum(Above(count(ITEM), 0, columnno(TOTAL)))

Thanks

 

 

0 Replies