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: 
Anonymous
Not applicable

Default filters for QlikSense Apps

Hi all,

I have a requirement that makes me display all vizualizations filtered for MarketRegionCd =EU and ROE as default when a user opens the app. However, the user may also want to analyse other MarketRegionCds. 

The perfect solution would be that I could publish the app with a bookmark set as default. But,as far as I know, that's not possible for QlikSense...

So, I tried to insert this restriction at my set analysis expressions, but I think that, this way, I'm not able to ignore the selection o EU and ROE if I (or the user) want to...

Can anyone help me finding a solution to this issue, please?

Thank you!

3 Replies
Anonymous
Not applicable
Author

Hi Sofia,

Use this as your measure:

if(getselectedcount(MarketRegionCd)=0,sum({<MarketRegionCd ={'EU','ROE'}>}measure),sum(measure))

Let me know if that was helpful.

MK9885
Master II
Master II

Use below extension

Qlik Branch

In Settings>Actions>'Select a Value in field'

MarketRegionCd--Field

EU--- Value

dwforest
Specialist II
Specialist II

If you have a bookmark, the user can open the app via the bookmark which will set the filters and open to the sheet on which the bookmark was set.