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

Maximise text object through a 'Set Variable' Action

I have a text object which i would want to be maximised on clicking the text object.  How can i implement this through the Actions properties with a variable say named 'vMaxPlot'.

Regards

14 Replies
Not applicable
Author

hi,

Check This

-reagards

Nishit

paul_vans267
Partner - Contributor II
Partner - Contributor II

Hi there,

You could create a variable (for example v_Show)

On the action tab of the text object you wish to maximise - select the Set Variable action and set the value of this variable to 1

Clone the text object and again on the action tab, select the Set Variable action and set it to 0

On both of these text objects set the layout to conditional based on that variable.  For example, the minimised would be v_Show = 0 and the maximised would be v_Show = 1.

See the attached example.  I have created a variable called v_Show and set its value on both of the text objects.

Hope this helps

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

In this demo, there is only the appearance of maximize. It is actually two different objects with visibility controlled by a variable. The various examples offered on this thread do the same thing,.

-Rob

Anonymous
Not applicable
Author

Thank you

Anonymous
Not applicable
Author

Thanks Paul for the explanation and example