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

one value at a time

Hi All,

@rubenmarin 

i have a filter pane in qliksense where customer is asking to do not allow multiple selection in filter pane.

how to allow this feature ? 

my filterpane expression currently im using below.

if(vFilter='Q',[Quarter],[Month])      ( i dont want to use always one selected value.

 

 

Labels (4)
14 Replies
rubenmarin

Hi, that can be done with the workaround of the calculation condition, if the calculation is true that chart is shows, if not you can set the message to show.

This can also be done with a text object but without the calculation condition Qlik will try to calcualte the objects

soniasweety
Master
Master
Author

im using below expression filter pane

if(vFilter='Q',[Quarter],[Month])   

 

and i have to display the message in text object  kpi.   how to modify this exp ?

rubenmarin

You don't need to change the expression

To add the calculation condition go to object properties -> add-ons -> set a calcualtion contion lie "Count(distinct FieldName)=1", then you can set the message when the calculation condition is false

soniasweety
Master
Master
Author

Thanks @rubenmarin  it worked  🙂

_LucasMatos
Contributor
Contributor