Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Vitalii
Contributor II
Contributor II

Single only selection in filter in Qlik Sense

Hi! How to make one selection in qlik sense without extensions (field settings -> always one selection value is not an option because I don’t need a selection by default)

Thanks.

Labels (2)
1 Solution

Accepted Solutions
MatheusC
Specialist
Specialist

Hi, @Vitalii 

I believe another solution to this, as you said, not wanting to use the "Always a selected value" dimension configuration option, I see that perhaps you could be using the rule in the chart under Calculation condition data handling with GetSelectedCount( Field ) = 1.

It will depend on the structure of your app, so see if it is viable for your case.

MatheusC_0-1707483167060.png

Regarts, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

2 Replies
MatheusC
Specialist
Specialist

Hi, @Vitalii 

I believe another solution to this, as you said, not wanting to use the "Always a selected value" dimension configuration option, I see that perhaps you could be using the rule in the chart under Calculation condition data handling with GetSelectedCount( Field ) = 1.

It will depend on the structure of your app, so see if it is viable for your case.

MatheusC_0-1707483167060.png

Regarts, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Vitalii
Contributor II
Contributor II
Author

Thanks a lot!!