Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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())
Hi @Taoufiq_Zarra , Already I tried that and it does not work. Thanks