Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
swetha54
Contributor III
Contributor III

how to set static values in filter in qliksense

Dear All,

We are trying to keep few static values in filter and based on them the report has to fetch the output.

KIndly suggest how can we maintain static values.

2 Replies
ogster1974
Partner - Master II
Partner - Master II

You could create a bookmark of your static filters so users can return to this selection as and when they want.

Or store values in a variable and use them in your set analysis to include/exclude.
micheledenardi
Specialist II
Specialist II

You can also use set analysis to define these static value/s of your measures like:

sum({<Field1={1}>}Sales)

or

sum({<Field1={1,2}>}Sales)

or

sum({<Field1={'a','b'}>}Sales)

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.