Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi There
How can we achieve default value selected when opening an App in Qlik Sense without using extension.
Thanks in advance.
Don't think you can.
The closest you might be able to get is to save the app with it selected. But I think it'll keep any changes made at the user level if a user changes it.
Thanks Wallo, basically its data value we want to pass and latest date will always change even if we use Bookmarks.
That calculation is doable.
So let's say you always want the current day then in the search in your date field would be =today()
If you wanted the most recent month your search in your month field might be something like, =Rank(MonthDate)=1
I can't be more specific without more info.
Hi Wallo
Thanks for reply, please find attached example app.
In the app I am using Z_DATE as date field. Whenever use opens the App the latest date should be selected by default.
Hope this helps,
Sorry my sense is acting up and I can't open it.
I'm thinking in your search field for Z_DATE, if it's actually a date, you should be able to enter this in the search box.
=Rank(Z_DATE)=1
You may require to pass the parameter in weblink
Check the below link