Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
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.
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
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 ?
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
Thanks @rubenmarin it worked 🙂
You can used function GetSelectedCount
Link reference: https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/ChartFunctions/Fi...