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: 
Anonymous
Not applicable

Hide and show objects in one sheet(Buttons)

Hi Experts

I have a sheet with different buttons, I would like button_1 to show/activate CT01 (container) and button_2 to hide CT01 (container) and show/activate CT02 (Chart). All of these action must happen in one sheet, Please assist

Kind Regards,

D

7 Replies
jharke
Creator
Creator

Goodafternoon Teke

For the first button you add an Action like this:

Mention the Object ID (find in the relevant table / properties / general):

For the second Button:

add an Action: Minimize Object

add an Action: Restore Object:

(You could add in the first button also an action to close (minimize) the second table again.)

jharke
Creator
Creator

By the way: the best way to get answers on questions, is to ask your question in 'New to Qlikview' (or 'new to QlikSense')

parevrac
Contributor III
Contributor III

Teke,

I use variables for this --

1, create a new variable (e.g. vShow) in Settings, Variable Overview  but don't give it a value

2. in add actions for the buttons use the External; Set Variable option to set values of the variable you have just created

3. in the table and chart properties; Layout tab select conditional show and enter a conditional statement like "vShow = 1" so that the table and chart would only then be visible when the variable is set to the appropriate value

I prefer this method as it hides the object totally until the user wants to see it

oknotsen
Master III
Master III

Topic has been moved there now.

May you live in interesting times!
Anil_Babu_Samineni

This scenario might you require to use vshow and vhide

QlikView App: Show and Hide Windows Dynamically

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
varshavig12
Specialist
Specialist

You can also have a container CT03, n put CT01 and CT02 in it.

beck_bakytbek
Master
Master

Hi Teke,

watch this link: QlikView Conditionally showing and hiding the filters / objects - YouTube

i hope that helps to resolve your issue

beck