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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Pulkit_Thukral
Partner - Creator II
Partner - Creator II

Help Text Activation

Is there any way to activate help text using an action provided in some other object ?

Basically ,i want help text to be shown not on Mouse Hovering but it should be visible on a click of another object ?

Thanx in advance

4 Replies
gautik92
Specialist III
Specialist III

play with button and show/hide variables

Anonymous
Not applicable

you can use a button or a text object and define action

set variable (e.g. vShowHelptext = 1 or 0)

and in your  Textobject containing your helptext defne under layout:

conditional: if vShowHelptext = 1)

if you define your Action as: if (vSHowHelptext=1,0,1) you can toggle to Show and disappera your

textobject

Pulkit_Thukral
Partner - Creator II
Partner - Creator II
Author

Thanks for showing interest in the issue.

here, requirement is not to deal with text object to appear or disappear(It should be visible always) ,rather i want only its help text (that we write in caption tab) to hidden and shown on a button click .

jonathandienst
Partner - Champion III
Partner - Champion III

Write the help text on a separate text object. That is the help box that should be shown/hidden as described above.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein