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: 
Anonymous
Not applicable

Two Text objects background color issue

Hi,

I have two text objects if i click on the first text object the second object will be disable state.

For Example:

If i click on First text object the background is highlighted it shows an active state the second text object background color as blur state.

2 Replies
its_anandrjs
Champion III
Champion III

Use its transparency properties use it as 100% might help you.

Anonymous
Not applicable
Author

use a variable

when you click on text object 1 define Action vTextObj1=1

then use Text object 2 Background Color Definition_ if (vTextObj1=1, color1, color2))

when click on Text object2 define Action vTextObj1=0