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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Thijs_Qlik
Contributor II
Contributor II

cumlative

Hi al,

i am trying to make a cumulative model where the time above the capacity line is added to the next week is there anyone who can help me with this?

variable:

Total time
Total time plus 10%
Capacity

what we have so far:

Thijs_dertec_0-1672663913388.png

what i want to get:

Thijs_dertec_1-1672663980448.png

 

 

Labels (1)
1 Reply
Oliver_F
Partner - Creator III
Partner - Creator III

not completely sure if this will work out, but are you aware of the above() function?

 

you can try sth like: yourKPI + maxrange(above(yourKPI) - capacity,0)