Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Any one can help me how to hide a chart dynamically when i select branch input parameter ?

Any one can help me how to hide a chart dynamically when i select branch input parameter ?

for examle

branch

MDU branch

TVL branch

if i select MDU branch chart will hide and when i select TVL branch chart should visible

is it possible can help me ????

2 Replies
MayilVahanan

HI

     Try like this,

     Properties->layout->conditional->if(getfieldselections(branch)='TVL branch',1,0)

     Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

You could also do something like this

getfieldselections(branch)='TVL branch'

and

[branch] = 'TVL branch' will also work.