Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
cooksa
Contributor
Contributor

How to display the end of month dates on the line chart for the x-axis?

I have a line chart that uses end of month dates but the dates are displayed as first of each month?

On the line chart, the presentation uses Stacked area, the measures use a modifier with full accumulation, X-axis uses a continuous scale.

If I turn off the continuous  scales, it shows the dates on vertical axis.

The end of month dates are generated using the following code:

//generating end of month dates

Timeline:

Load

       If(Today()=MonthEnd(today()), today(), monthend(today())) as EOMDate

AutoGenerate 1;

Load

      MonthEnd(Today(),+RecNo()) as EOMDate

autogenerate 36;

Does anyone know how to display the end of month dates on the line chart for the x-axis?

Labels (1)
0 Replies