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

Text Object to Hide/Unhide upon Selection of Cyclic button of Expressions

Hi All,

I have a Group of 2 expressions in a Cyclic Group. I need some 2 Text Objects to get activated when I toggle between the Expressions using the Cyclic button.

For example, if the Cyclic button displays the first expression in the chart, Text Box A should be activated (Text Box B hidden)

AND

if the Cyclic button displays the second expression in the chart, Text Box B should be activated (Text Box A hidden)

Any suggestions please?

3 Replies
Gabriel
Partner - Specialist III
Partner - Specialist III

Hi

Use IF(GetFieldSelections(cyclicgroupnanme) ='Blah') in conditional show hide in each text box

Best Regard

Gabriel

Gysbert_Wassenaar

There's no way to know which expression from a cyclic expression group is the active one. There's no getcurrentfield equivalent for cyclic expression groups. So don't use cyclic expression groups, but conditional display expressions to show/hide the expressions as needed. Use the same conditional expressions to show/hide the text boxes too. Use a button or text box action to set a variable to a value and use the variable in the conditional display expressions.


talk is cheap, supply exceeds demand
Not applicable

Hi DMohanty,

could you please attached an example?

Regards

Rakesh