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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Text Objects as Buttons

Hi Community

Please Assit on the Following :

I have Texts Objects for Project Phases , the Client wants this Text Objects to be Clikable Thus if for example , Close off phase if it is clicked it must show departments with projects on close off phase . how can i achieve this ?

And Also for Departments they must be Clikable and affect the Entire model .'

The Data is not accurate and Doesn't make sense but i just want to know as to how i can achieve this .

Regards

Mutshidzi

10 Replies
kramsey22
Contributor
Contributor

Hi!  The way to make a text object 'clickable' but always show is to make an expression in the background color for the text object.  

IF(vShow = '1', Grey, Dark Grey)

You will also need to build that variable and place it in Actions tab. 

Set Variable

Variable = vShow

Value = '1'

 

Hopefully that helps others!