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: 
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