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: 
Not applicable

Delta Presentation

Hi,

Is it possible to implement the attached chart on QV?

Grey -The total goal of activites

Green - The actual amount of activities

Blue - Delta-  The difference in number between the Goal and the Actual


(My problem is to display the Delta bar like on the attached file)

Labels (1)
1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Search for 'Waterfall chart' here in the forum.

You can set a bar offset in your bar chart, so for example, create three expressions with no dimension in your chart

=Sum(Goal)

=Sum(Actual)

=Sum(Actual)-Sum(Goal)

open the bar offset attribute by clicking on the small + sign next to the third expression on expression tab.

Enter

=Sum(Goal)

as bar offset

View solution in original post

2 Replies
swuehl
Champion III
Champion III

Search for 'Waterfall chart' here in the forum.

You can set a bar offset in your bar chart, so for example, create three expressions with no dimension in your chart

=Sum(Goal)

=Sum(Actual)

=Sum(Actual)-Sum(Goal)

open the bar offset attribute by clicking on the small + sign next to the third expression on expression tab.

Enter

=Sum(Goal)

as bar offset

Not applicable
Author

Thanks!!!!! works!