Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Burn down chart Expression

Hi Team,

I have created a line graph with  date in x axis (xdate) and count of test cases executed and planned in that particular date. I want to convert it into burn down chart.The expression i used is sum(if(plandate=xdate,1,0) and sum(if(exedate=xdate,1,0)).How to convert it into burndown chart?

I have tried with total(plandate)-sum(if(plandate=xdate,1,0)).It is not coming. should we use accumulation for this ?

Thanks in Advance.

1 Reply
Not applicable
Author

Hi Prakash,

you should use the following formula:

Sum(Total testcases) - RangeSum(Above(Sum(testcases),0,RowNo()))

Greetings,

Marc