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

Help me in hiding a chart?

Hi All,

I have two charts

1. barchart

2. straight table

By default straight table need to be in hidden status. when i required to show the straight table i need to unhide the straight table.

How to implement this, please advice me.

Thanks,

Durga

1 Solution

Accepted Solutions
jjordaan
Partner - Specialist
Partner - Specialist

Hi Durga,

You can use conditional show this.

The conditional option you can in the layout tab.

Create an variable called vShow.

Create are button which set the variable to 0 or 1.

In the conditional show option you can it like If(vShow = 1, 1,0).

Hope this helps

View solution in original post

8 Replies
jjordaan
Partner - Specialist
Partner - Specialist

Hi Durga,

You can use conditional show this.

The conditional option you can in the layout tab.

Create an variable called vShow.

Create are button which set the variable to 0 or 1.

In the conditional show option you can it like If(vShow = 1, 1,0).

Hope this helps

danieloberbilli
Specialist II
Specialist II

you can use a textbox as a button that shows/hides the object.

set a variable e.g. vShowChart = 0

and set a trigger action in the text box  Variable  vShowChart

=Not(vShowChart)

Please find attached.

Cheers

Daniel

amit_saini
Master III
Master III

Hi,

Like this????

Thanks,
AS

vvvvvvizard
Partner - Specialist
Partner - Specialist

minimize the table and save the model . double click it to unhide it .

Not applicable

Hi durga

There are few inbuilt option in application from where you can hide the chart or column please refer below URL it help you

http://qlikviewcookbook.com/2014/04/using-column-visibility/

Thanks

durgabhavani
Creator III
Creator III
Author

Thanks everyone for responses!

Without textobject or button, we cant able to hide the straght table using the barchart.

If possible please let me know.

Thanks,

Durga

danieloberbilli
Specialist II
Specialist II

The button or textbox is just one way to change the variable. You could also use a sheet trigger to change the variable or based on a certain data condition. If it should be am admin only function, you could also just open the variable overview and change the value manually

durgabhavani
Creator III
Creator III
Author

   Thanks Saumil. Much useful

     Durga