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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Default Date on dashboard

Hi I have  a question here

In my dashboard I have to select a date on selection. I want to make a default date for dashboard for example I just want to show my data on current month - 1 . If now we are in November, I want to show the data on october. How can I do that? is it using expression?

1 Reply
shraddha_g
Partner - Master III
Partner - Master III

If you have DateField/MonthStart Field then

Sum({<MonthStart = {"$(=date(addmonts(max(MonthStart),-1)))"}>}Value)