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

Button

Hi,

I have attached .qvw

There is a button object on the container.

I want it to be seen only on the graph and not on the table box.

wat is the way to enable it for only graph. As soon as I click on the tab that has table box it should disappear.

This is mock .qvw. i want to implement similar kind of functionality on my .qvw.

Thanks

4 Replies
maxgro
MVP
MVP

PFA

rdsuperlike
Creator
Creator
Author

it is not working for me. Can you tell me the places u made changes to?

sunny_talwar

So instead of creating a container box maxgro created a container feel like view with your charts and two button on top of it. Within the button's properties you can set the action which can then be used within your button object. Here are some screenshots from his qvw file:

table box button which sets a variable named vShow to TABLEBOX

chart button which sets the same variable vShow to CHART

Now using the vShow variable you can use conditional show within layout tab of each object: This is for the button object. so whenever vShow = Chart the button will be visible. When it is not, it won't show.

I hope this helps.

Best,

S

maxgro
MVP
MVP

thanks sunindia for detail

I just want to add one thing, this is a workaround

Another could be to use nested container

container

     - table box

     - container with button and chart