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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Waterfall chart using a stacked bar chart

Hi,

I need to create a waterfall chart using a stacked bar chart that shows me two categories of customers - Flag 1 and 0. The objective is to achieve a result like showed in the image below. But I’m trying to use the offset option with a stacked bar chart but I’m not getting any results. 

I need help to arrange the bars to look like waterfall using bar offset. Please do help.

Attached my sample file and dataset.

waterfall.png

Labels (1)
3 Replies
jobsonkjoseph
Creator III
Creator III

Hi, Would you mind sharing the expressions used in the chart. I'm not table to open the qvw file.
Anonymous
Not applicable
Author

Hi,

Expression1 = Count(DISTINCT {<Customer=E(Customer),Field=P(Field),Flag={"1"}>} Field)

Expression2 = Count(DISTINCT {<Customer=E(Customer),Field=P(Field),Flag={"0"}>} Field)

Thanks,

Anonymous
Not applicable
Author