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: 
hq_98
Contributor
Contributor

Automatic Date selection

Hi all,

I want to see the today() date data when i open the sheets , it should be automatically applied for the sheets , how to do it ?

Advantages of this are:- we will see the refreshed data daily without selecting today() date  on sheets.

2 Replies
rubenmarin
MVP
MVP

Hi, you can add set analysis to the expression to always show today or [max selected date] data, like:

Sum({<DateFieldNum={$(=Max(DateFieldNum))}>} Value)

Another option could be using a bookmark that selects todays date and set it as the inital bookmark of the app.

hq_98
Contributor
Contributor
Author

Ok thank you @rubenmarin , will work on it.