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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Breezy
Creator II
Creator II

How to make default value in filter?

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?

1 Solution

Accepted Solutions
Or
MVP
MVP

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)

View solution in original post

2 Replies
Or
MVP
MVP

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)

Breezy
Creator II
Creator II
Author

Thank you so much!