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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Backlog Calculation for Bar Chart


Hi All,

I need your help, I have attached an excel file where I am having data as below,

Month# Opened Request# Closed RequestBacklogBacklog Calculation
Jan48351313
Feb1161022713+14
Mar233317-10+27
Apr65265639+17
May50218529+56
Jun213571-14+85
Jul783011948+71
Aug3542112-7+119
Sep1209613624+112
Oct4552129-7+136
Nov609297-32+129
Dec75701025+97

I want to show this data in Bar Chart, but here is one problem. The data I provided is the expected output (using exprtession). I could able to write the expression for "# Opened Request" and "# Closed Request" but I am not able to write expression for BACKLOG column. Backlog is nothing but the reminder or Opened - Closed and addition of previous result to it (I did provided calculation of Backlog for your understanding).

The expressions I used for  "# Opened Request" and "# Closed Request" are as below,

"# Opened Request" : sum (Open_Ticket_Count)

"# Closed Request" : sum (Closed_ticket_count)

Can anyone please help me with how can I write expression for "Backlog"?

Thanks in advance.

Regards,

Abhishek

1 Solution

Accepted Solutions
maxgro
MVP
MVP

Hi

try this expression

=rangesum(Above(sum([# Opened Request]) - sum([# Closed Request]), 0, RowNo()))

if it's what you want I can post the .qvw

Regards

104425.jpg

View solution in original post

5 Replies
maxgro
MVP
MVP

Hi

try this expression

=rangesum(Above(sum([# Opened Request]) - sum([# Closed Request]), 0, RowNo()))

if it's what you want I can post the .qvw

Regards

104425.jpg

kiranmanoharrode
Creator III
Creator III

Dear Abhishek,

PFA for a Solution...

Regards

Kiran Rode

+91 8976977897

Not applicable
Author


Thank you guys, it worked well 🙂

Not applicable
Author

Thanks Kiran

Not applicable
Author

Thanks Massimo Grossi 🙂