Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
cupelix-qlik
Contributor III
Contributor III

Chart Building

To follow on from my previous post I am having an issue with a culmative total line that is exceeding 100%

(above(total sum({<ClearUpCommittedTime_IPTHO=-{0}>}ActualIncidents), 1, rowno(Total)))

/

sum({<ClearUpCommittedTime_IPTHO=-{0}>}total ActualIncidents)

This is the existing formula in place which I didn't write, Is there an easier way of writing this?

The ClearUpCommittedTime_IPTHO is a integer field with seconds of time so 2 Minutes is showing as 120.

ActualIncidents is 1 or 0

1 Reply
MK_QSL
MVP
MVP

RangeSum(Above(SUM({<ClearUpCommittedTime_IPTHO=-{0}>}ActualIncidents),0,RowNo()))

/
sum(TOTAL {<ClearUpCommittedTime_IPTHO=-{0}>}ActualIncidents)