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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ZebLearney
Contributor III
Contributor III

Select Default Month via Action

Hi , I'm quite new to Qlik Sense, although getting better by the day. I have buttons displaying a month selector and I want to have it default on the current month via an Action, do you know what the expression should be on the action to do this? Basically when I open the report it should automatically default to the current month selected. Thanks

2 Replies
Taoufiq_Zarra


In sheet view, click


Edit sheet in the toolbar.
Click Actions in the properties panel of the sheet.
Click Add action
Select the action-> Select values in a field
in value add =Month(today())

 

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
ZebLearney
Contributor III
Contributor III
Author

Hi @Taoufiq_Zarra , Already I tried that and it does not work. Thanks