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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register 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