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