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: 
prabhas277
Creator
Creator

Charts

Hi to all,

what is  Waterfall Chart ?How do we implement them?

6 Replies
arulsettu
Master III
Master III

prma7799
Master III
Master III

Hi

Waterfall chart is one of the very nice charts to show how the series of values effecting an initial value.


Please check attachment.


Thanks

PM

prma7799
Master III
Master III

Go to Chart Properties. Click on + sign on the expressions for products A and B. There you can see theBar Offset value which is doing the trick.

anbu1984
Master III
Master III

Waterfall Chart Offest Using Dimensions

Waterfall Chart for Bridging data

You can also check Data Visualization app for different charts which comes with Qlikview examples

anbu1984
Master III
Master III

Load A, If(B Like '*test*' And B Like '*sample*','final',B) As B;
Load A,Concat(B,',') As B Group By A;
Load * Inline [
A,B
AA,test
AA,sample
AB,test
AC,sample ]
;

anbu1984
Master III
Master III

Can you post the script you tried