Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all,
what is Waterfall Chart ?How do we implement them?
check this
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
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.
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
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 ];
Can you post the script you tried