Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Axis of Ordinates

Hi,

I want to change the axis of ordinates in my chart by the dimension ANNEE_MONT. Is it possible?Capture.PNG

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

May be try this..

Change your char type as 'Combo' and  write the expression for each year..like

=sum({<ANNE_MONT={2010}>}Sales)

other expression for the years..

View solution in original post

2 Replies
MarcoWedel

please elaborate on your requirements

settu_periasamy
Master III
Master III

May be try this..

Change your char type as 'Combo' and  write the expression for each year..like

=sum({<ANNE_MONT={2010}>}Sales)

other expression for the years..