Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Manupulate axis. Show month-year only

Hi,

Need to show all data points (sum per date),

however I only wanna see month-Year on the dimension axis, for instance "Jan-2015".

As you can see, showing all dates does not work that well.

Any ideas?

Capture.JPG

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The closest I can think of is to keep Date as dimension but to use continuous x-axes.  Still there is a problem - Months may be skipped or duplicated depends on the chart size.

View solution in original post

8 Replies
sunny_talwar

What happens when you change your dimension from Date to MonthName(Date) and on the axis tab keep the axis continuous?

Best,

Sunny

Not applicable
Author

Capture.JPG

This happens, only one sum per month (also numbers instead of the actual month name).

//O

sunny_talwar

Can you share a sample

Best,

Sunny

buzzy996
Master II
Master II

try this way,

Need to show all data points (sum per date), ---activate scroll bar from prenstaction tab---Chart scrolling--Enable X-Axis scroll bar.

however I only wanna see month-Year on the dimension axis, for instance "Jan-2015". ---use calculated dimension as Month(Datefield))&'-'&Year(Datefield)

ankitaag
Partner - Creator III
Partner - Creator III

Write the calculated dimension as =Month(Date)&'-'&Year(Date)

Not applicable
Author

Pls see attached

//O

Anonymous
Not applicable
Author

The closest I can think of is to keep Date as dimension but to use continuous x-axes.  Still there is a problem - Months may be skipped or duplicated depends on the chart size.

stigchel
Partner - Master
Partner - Master

You can also disable the dimension Show Label and add an extra expression with Text on Axis enabled, something like

=if(Date=MonthStart(Date),Month(Date))&'-'&Year(Date))