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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Cumulative average in gauge chart

Hi,

I have month wise values and I want to represent the average of cumulative of those values in a gauge chart.

The formula I have used is:

NUM(AVG(AGGR(rangesum(count(distinct V1),above(count(distinct V1),1,RowNo()))

/

rangesum(count(distinct V2),above(count(distinct V2),1,RowNo())),Month))*100,'###.##')

But since it is a gauge chart, I don't think above() function will work here.

Can someone please suggest me what formula should I use.

Thanks in advance

Parul

Labels (1)
1 Reply
sunny_talwar

Well since you are using Aggr function, this might still work. But just by looking at the expression it would be difficult to give any suggestions. Would you be able to share a sample with us Parul?