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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graph Negative values Above Line

Hi All

I am having issues getting the below graph to put the negative values above the x axis.

Can anybody help ?

Graph.png

8 Replies
Not applicable
Author

Hi,

If you split aixes (aixes tab) inside a combo chart, and your line expression is sent to position right, you will get it.

Not applicable
Author

Hi

use bar offset

open expression tab-select expression-expand it-bar offset

if(sum(sales)>0,max(sales))

Not applicable
Author

I am getting this after both of your suggestions

Graph.png

Not applicable
Author

Yes, that´s what you asked for..

Could you explain a little more what´s the goal please ?

Not applicable
Author

  I basically want the Secondary axis to also be above the X axis instead of below it

Not applicable
Author

In the aixes tab uncheck forced to zero.

zero_values.jpg

Not applicable
Author

Hi

this is fine, but (using your example) I want the secondary axis to read ; -20, -40, -60 incrementally going up the secondary axis rather than down the secondary axis.

Not applicable
Author

Has anybody else got ideas on this one?

Thanks in advance