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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
jasonseril
Creator
Creator

combo chart set analysis for the difference between values

Hello again,

I have attached a qvw file with combo chart. I would like to add another expression that displays the difference between previous day value. Say, Day 2 - day 1 = 30; day 3 - day 2 = 50 and day 4 - day 3 = -10, plot these values to the chart. What would be the set analysis for this?

thanks in advance.

jason

1 Solution

Accepted Solutions
Not applicable

Hi,

If you want to calculate difference you don't need to use set analysis

Just update the chart expression to =sum(value)-above(value).

Rgds

View solution in original post

2 Replies
Not applicable

Hi,

If you want to calculate difference you don't need to use set analysis

Just update the chart expression to =sum(value)-above(value).

Rgds

jasonseril
Creator
Creator
Author

ok, i got it. thank you very much spartor.

jason