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: 
amusia
Contributor II
Contributor II

Combo Chart

Hello Community,

I have a combo chart which I have created a master calendar for for the duration of a three week testing effort. We are 3 days into the testing cycle, and I want to show the progress of the cumulative Test Scripts passed up until the current day's date. I have an expression that works, but the line continues flat for every day after today remaining in the cycle. I would like the line to end today. Any Ideas? My current expression is below:

Rangesum(Above(TOTAL Count(DISTINCT{<[Status]={'Passed', 'Passed with work-around'}>} [Script Instance ID]), 1, RowNo(TOTAL)))

0 Replies