Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Linking objects/condition

Hi all,

Does anyone know how to link a text object to a dimension within a generic cycle so it will only be displayed when that dimension is selected?

Thank you

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

On the Layout tab you can select the option Conditional and add an expression that returns true or false. 0 being false and any other number being true. If you want to show the text object when a dimension is selected in a group you can use an expression like =if(getcurrentfield(MyGroup)='MyDimensionName',1,0)


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Anna,

You could use the function =GetSelectedCount(Dimension)>0 to display the Text Object.