Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
montubhardwaj
Specialist
Specialist

Hiding fields in Multibox

I have a multibox and a set of charts. The problem  is when I select Chart1, Multibox should show all the fields(i.e. Accounts,Day, Month and Year). But as soon as I open/select Chart2/Chart3, the Multibox should exclude Accounts field from there and should show only Day, Month and Year.

Any Idea how to do this using Trigger/Macros?


PFA the sample attached.'

Regards,

Sharma

12 Replies
Not applicable

hi

create variable vHide assign value is 0.

like vHide=0

then call this variable any where in coditional, then that field will be hide.

now select field and go to its conditional then write =vHide

Not applicable

hi viswaranjan,

thnaks for your prompt reply

correct me f i'am wrong anywhere..i wanted to hide(entire chart )  based on the button ..not on a particular filed....

Regards

Imran khan

Not applicable

If you wanted to hide(entire chart )  based on the button

create variable vHide assign value is 0.

like vHide=0

then take a button -->properties-->Action-->setvariable-->external-->set variable

then write variable = vHide

and value=0

now then go to properties of chart-->general-->In calculation condition

write code   vHide