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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Reko_freed
Contributor III
Contributor III

Show a message in vizlib advanced text object when a button is pressed

I want to show a message in vizlib advanced text object when a button is pressed

Reko_freed_0-1669909180405.png

Any help will be greatly appreciated

Labels (2)
1 Reply
Or
MVP
MVP

Have your button toggle a variable from 0 to 1, e.g. vVariable, and then use something like If(vVariable = 0, '-', 'button 2 is clicked'), perhaps? This isn't specific to Vizlib, it should be the same in native Qlik.