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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Waterfall and changed behaviour of the Total function in QV11

I had this nice Waterfall chart in QV10 (SR2) which was building a total at the end of the chart.

waterfall10.png

The way it looks now in QV 11 is:

waterfall11.png

Not the same...

I am using the offset function. Did anyone had the same issue and get a solution for that?

Attached is also the qvw. Opening it in QV10 or QV11 gives you a different view.

Thanks!

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

change the offset formula to use if(dimensionality=0,0,

instead of if(rowno()=1,0

View solution in original post

1 Reply
Not applicable
Author

change the offset formula to use if(dimensionality=0,0,

instead of if(rowno()=1,0