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: 
danielnevitt
Creator
Creator

Y axis scale

Hi,

I have the attached data and I would appeciate some help with changing the Y axis scale.

Is it possible to set this to show for a specific month or a start date (say 01/01/2012) to and end date (say 31/01/2013)?

I thought this might be achieved by set a static min and static max, but I'm struggling to set these.  Can someone confirm the specific format they need to be entered as?

Thanks,

Daniel

1 Reply
Not applicable

Hi,

Here are some options using set analysis:

Date = {">01/01/2012 <31/01/2013"}  - this will give you a static axis for the dates you specified above

Date = {'>$(date(today()-31))'} - this will give you a rolling date, showing last 31 days

Hope that helps.

Matt