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: 
shawnklar
Contributor III
Contributor III

Maximizing Tablebox when selecting something in a Listbox

Hi,

i have a problem:

on my Dashboard, there are two minimized Tableboxes (I hope, the translation is correct) and a Listbox.

They are named LB14, TB03 and TB04.

Starting the Dashboard - TB03 is maximized and TB04 is minimized.

Is it possible (if yes: where and how to do it please ) that when a user selects something in the listbox, TB04 is maximized and TB03 minimized and when the selection is removed, again TB03 is maximized and TB04 minimized?


Thank you


Peter

1 Solution

Accepted Solutions
bertdijks
Partner - Contributor III
Partner - Contributor III

Hi Peter,

Is it an option to just hide the tablebox instead of minimize?

If so, you can use the following formula:

if(GetSelectedCount(<field in lB1>),1,0)

Past this in the table  box properties (tab layout --> show conditional)

kind regards,

Bert

View solution in original post

3 Replies
nizamsha
Specialist II
Specialist II

right click on the sheet ->Trigger->Add Action->layout->Restore  Object->give the Object id

bertdijks
Partner - Contributor III
Partner - Contributor III

Hi Peter,

Is it an option to just hide the tablebox instead of minimize?

If so, you can use the following formula:

if(GetSelectedCount(<field in lB1>),1,0)

Past this in the table  box properties (tab layout --> show conditional)

kind regards,

Bert

shawnklar
Contributor III
Contributor III
Author

Hi Bert,

thank you very much.

Yes, i like this solution

It is much better than my own idea.

Peter