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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Burn down chart

Hi,

I have a doubt in creating a burn down char.

in x-axis I have week ending dates.

In expression I used "Rangesum(above(count(DISTINCT([User-Story#])),0,Rowno()))".

I have got a value which gives me urn up chart.i want it to be burn down.

I have attached the chart I created .pls help with the solution

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this

Count(DISTINCT TOTAL [User-Story#]) - RangeSum(Above(Count(DISTINCT [User-Story#]), 1, RowNo()))

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

May be this

Count(DISTINCT TOTAL [User-Story#]) - RangeSum(Above(Count(DISTINCT [User-Story#]), 1, RowNo()))

Anonymous
Not applicable
Author

Thank you :)...

it worked well