Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a dashboard with a dropdown filter listing: 2020, 2019, 2018. I would like the app to default to 2020 when the app is first opened. I do not want each of the three years to be selected (that is the current default).
How do I do this in Qlik Sense?
Create a bookmark with 2020 selected, and then apply that bookmark as the document default.
If you'd like it to be dynamic, apply a filter such as =Year=Max({1} Year), hit enter, and then bookmark (this should show the bookmark as selected the formula, rather than a specific value)
Create a bookmark with 2020 selected, and then apply that bookmark as the document default.
If you'd like it to be dynamic, apply a filter such as =Year=Max({1} Year), hit enter, and then bookmark (this should show the bookmark as selected the formula, rather than a specific value)
Thank you so much!