Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
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.
Thanks a lot Miguel.That works. I unchecked 'continuous' to get the desired result