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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can't handle Negative Value in Waterfall chart

Hi Everyone,

I need help to develop waterfall chart with negative values, chart structure change wherever we get the negative value.It will not be able combine /merge/stacked all the value for the country with the negative value

Capture.PNG

13 Replies
vishsaggi
Champion III
Champion III

Try this in your Bar OffSet Amt1 expr:

= IF(sum(Amt1) > 0, Sum(offset))

sunny_talwar

Not sure why it works, but it seems to work

Capture.PNG

Added a bar offset on Amt3 expression

-Sum(offset)

Anonymous
Not applicable
Author

your output is quite wrong.This is not the required output as shared by you

See the attachment of  output in your applicationCapture.PNG

Anonymous
Not applicable
Author

If I do so then this chart will not be a waterfall chart anymore.See the output shared by youCapture.PNG

Anonymous
Not applicable
Author

Position of Amt1 for Greece should be same and Amt2 and Amt3 should be combine with Amt1 as in other bars

Anil_Babu_Samineni

This?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

yes  hope u haven't apply the fabs function ,as we can't change the value

Anil_Babu_Samineni

I don't think Whether we have that control in Waterfall chart. May be work around with two objects? Your customers likes work around?

May be marcowedel

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

please share what you have done