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: 
Anonymous
Not applicable

Chart with fix x-axis

Hi,

with list boxes that can be controlled diagram. In the x -axis I want a fixed time radiating from October to September in x-axis. In addition it should be displayed in the x-axis label mon and year like attached png.

Regards

Stefan

1 Reply
datanibbler
Champion
Champion

Hi Stefan,

I don't quite understand why you'd want to fix your x-axis, but never mind: That timeline from Oct_this_year to Sep_next_year:

You'd need a mapping table to do that where you use

- a field generated with the MONTHNAME() function (that'll return you sth like 'Oct-2013')

- a (handwritten) field "month_1", "month_2" etc.

=> You could then use the field generated through the ApplyMap() function as dimension to your chart.

HTH

Best regards,

DataNibbler