Skip to main content
Announcements
Applications are open for the 2024 Qlik Luminary Program. Apply by December 15 here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mpalha
Contributor III
Contributor III

Share of Cumulative Total by Dimension

Hi,

I am trying to create an additional measure that shows the % share of Cumulative Incremental Sales by Channel and cal_dt. Right now my Incremental Sales and Cumulative Incremental Sales work as expected. The formla for Cumulative Incremental Sales is below:

Aggr(RangeSum(Above(Sum({<type-={'Control'}>}sales), 0, RowNo())),channel, (cal_dt, (NumericCount)))

How do I create a measure that will show the % of Cumulative Incremental Sales for each channel (compared to total) for every cal_dt?

mpalha_1-1625596947167.png

 

 

10 Replies
mpalha
Contributor III
Contributor III
Author

This works! Thank you so much @Kushal_Chawda