Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
pavanthota
Creator
Creator

Hiding Button object in Container

Hi

I have container object having multiple charts, I have created one button in cotainer to show only one chart and the remaining charts has to hide.

I would need a help here, can anyone please provide me the right expression to do the above mentioned functionality on click of he button.

Regards,

Pavan

7 Replies
nirav_bhimani
Partner - Specialist
Partner - Specialist

Hi,

Do this

In Button

General > If(vGroup=1,’Group1’,’Group2’)

Action  > Set Variable > If (vGroup=1,0,1)

In Chart1:

Layout  > If(vGroup=0,1,0)

In Chart2:

Layout > =vGroup

Regards,

Nirav Bhimani

sushil353
Master II
Master II

Hi,

Do u want to show your chart sequentialy in the container for each click of button...

or something else.

pavanthota
Creator
Creator
Author

Hi Nirav,

Thanks for your reply

My requirement is to hide button for particular charts(button has to show for only one chart) in container not to hide charts.

Thanks,

Pavan

nirav_bhimani
Partner - Specialist
Partner - Specialist

Hi,

Have you got the solution for your post?

Regards,

Nirav Bhimani

pavanthota
Creator
Creator
Author

HI Nirav,

No, could you please help me  for my post.

Thanks,

Pavan

Not applicable

Hi Nirav,

Did you got the solution? I have also same requirement. If you would have find out the solution, please share with me.

Thanks

Pratul

bgerchikov
Partner - Creator III
Partner - Creator III

Hi Pavan,

Container object has very limited capabilities in QV. I'd suggest to use text objects instead and use their Actions to set up show/hide conditions for charts. This option is much flexible.

Hope it will help