Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Waterfall chart

Hi,

I am trying to build a waterall chart.  However, I have not defined any dimensions and my columns are derived from my expressions.  How do I sort individual columns?

Is it possible to sort one column while keeping another's position fixed, i.e., if I have column A B and C, I want to sort columns B and C according to Sales but want to keep the position of A fixed, will it be possible given the current set up?

1 Reply
Not applicable
Author

Expressions are sorted by the location in the expression tab of the properties window. Top will display first etc.

You would have to tell it to change the actual expression based on value like:

if (B>C,B,C)

if (B>C,C,B)

Where B and C are expressions. Then if B is greater it will change the expression used