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

Continuous x-axis for weeks

I need a line graph with a continous x-axis showing the weeks (YYYYWW). The graph below is what I want, but with a continuous x-axis.

error loading image

If I select the Continuous option (tab axes) I get a continous x-axis (just like I want) but the week names are replaced by the week counter. See the graph below.

error loading image

How can I get a continuous line graph with the weeks on the x-axis? I use QV 9.

Calendar example:

WeekCounter, Weekname, WeekGraphXAxis (used as dimension in the graph)

1, 200953, dual(200953, 1)

2, 201001, dual(201001, 2)

3, 201002, dual(201002,3)

etc.

2 Replies
Miguel_Angel_Baeyens

Hello,

As far as I know, when you select "Continuous" in the chart properties, the dimension is always shown as a numeric value only, changing your dimension value.

Regards.

Not applicable
Author

Thanks a lot Miguel.That works. I unchecked 'continuous' to get the desired result