Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!