Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
arusanah
Creator II
Creator II

default value for filter in qliksense

hi ,

is it possible to set default value for filter object in qliksense.

thanks

4 Replies
sunny_talwar

Sure, you can use set analysis. For instance...

If(GetSelectedCount(Field1) = 0, Sum({<Field1 = {'ABC'}>}Sales), Sum(Sales)

The above expression will show Sum(Sales) for only those rows where Field1 = ABC until you select something in Field1.

arusanah
Creator II
Creator II
Author

hi Sunny,

well maybe I didn't put my question rightly. what my requirement is that when we open qliksense app , by default it should display last months data . in Qlikview we used triggers in document setting to do that, so my query is there something equivalent to that in qliksense.

else I will have to set condition for all the visualizations seperately

sunny_talwar

I am sure there are extensions out there which can be used, but I am not so proficient in Qlik Sense. May be reddys310‌ can offer his advice here

phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

Try using this extension. "Apply Selections" from Qlik Branch

Qlik Branch

You can setup the initial selections using this extension.