Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to hide the table when clearall

Hi All,

I've bar chart with values based on priority like low,medium,high & critical.

Also have table box, its contains TC execution related data like tcid,tcname,executed by.

If I click the high mean table box will filter with high priority bugs. After that clear all the fiters ,table box also clear the filters.

What I want means once the clear the filter, table box should disappear. How can I do that?

when I apply filler then only it should appear with selected priority.

10 Replies
Colin-Albert
Partner - Champion
Partner - Champion

On the Layout tab of the chart properties , select Show, Conditional  and add this formula in the box

=if(GetCurrentSelections()>'',1,0)


Anonymous
Not applicable
Author

I added in chart properties, even though table box not hide.

Anonymous
Not applicable
Author

How can i link the table box with chart using this formula?

awhitfield
Partner - Champion
Partner - Champion

Hi Prakash,

you need to use a Straight table rather than a table box, see attached example, with

If(GetCurrentSelections()>'',1,0)

as The Show - Conditional value on the Layout tab of a straight table.

yura_ratu
Partner - Creator II
Partner - Creator II

Follow the advice of Collin, but make it for table box, if you want to hide table box. You don't need to hide a chart, if I get you right

awhitfield
Partner - Champion
Partner - Champion

You can't apply a conditional Show on a normal table box as there's no layout tab

Andy

yura_ratu
Partner - Creator II
Partner - Creator II

Hi Andrew. Are you sure? there is Layout tab and conditional showing in table box settings 

awhitfield
Partner - Champion
Partner - Champion

I can't see any!!

tablebox.png

yura_ratu
Partner - Creator II
Partner - Creator II

just add some fields and it will be available