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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide object when chart is enabled

Hi All,

        Does any one have idea, like as attached in that file, you can see CH01 and CH02. when i activate object CH01 then it should hide the field Flag. is there any possiblity without macro. But if it is not the situation welcome to share with macro too.(With macro i have a solution but other options i need to see).

Regards,

Ravi.

5 Replies
qliksus
Specialist II
Specialist II

Hi see the attached file

tresesco
MVP
MVP

Hello Ravi,

You can try this way:

trigger <OnAnySelect> for CH01 set a variable.

Now for field flag put it conditional view and check there the value of variable.

Regards,

tresesco

Not applicable
Author

Hi Thanks for your reply, can you please make change in that application and send it to me.

tresesco
MVP
MVP

If you are using QV 11, you are not having the facility. qliktech has removed some of the granular level triggers like onSelect at object level or onActive.  so without that you are left with only macro option.

Regards,

tresesco

tresesco
MVP
MVP

Hi,

have a look at this discussion: http://community.qlik.com/thread/30250

Hope this helps.

Regards,

tresesco