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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JDriscoll
Partner - Contributor
Partner - Contributor

Find max of cumulative sum

I have this cumulative sum query, which adds the number of entrances and exits in a building every 15 minutes:

Screenshot from 2022-10-04 16-46-37.png

Which uses this query for the count:

rangesum( above( sum(forward_count2-backward_count2),0,rowno(TOTAL)))

 

How can I modify this query to return the highest value of this cumulative sum for each day? I would like to use the highest value as a measure in a bar chart.

Labels (3)
0 Replies