Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can anyone guide me in applying the default filter selections when user opens.
I am having an report with monthly data and I wanted to show the recent month as default selection.
how can we do it in Qlik Sense.
thanks in advance
There are two different ways to accomplish this. The best is using a bookmark and then using the trigger onload load bookmark.
The other is to perform and trigger on load to load a particular set of static values.
edit: This was in the Qlikview section didn't read the Sense part. I'm unable to answer you in regards to Sense.
thank you for your response! i know how to do it is QlikView but figuring out on how we can do it in Sense
Hi Chinna,
You could create a variable in the script that calculates the month based on the current date. This could then be used in expressions through Set Analysis.
The variable would update each time the script is reloaded.
Hope this helps.
Rod