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

Display an object only if no selection at all on the sheet

Hi,

I would like to show a text object explaining a few things and that would show up when opening the document.

As soon as any selection is made, it will hide (and not especially comme back  when clearing selection)

I have tried with getselectedcount()=0 in the conditionnal show option but it doesnt work as I need to specify an object...

I have looked at Triggers 'OnAnySelect' but there is no hidding action...

Any idea or other way to implement this ....

Regards,

1 Solution

Accepted Solutions
Not applicable
Author

GetCurrentSelections()=0 dosen't work...

...but GetCurrentSelections()=NullCount does !

View solution in original post

3 Replies
Anonymous
Not applicable
Author

give a condition like this

on the object in layout give condition if getcurrent selections () = 0

Not applicable
Author

GetCurrentSelections()=0 dosen't work...

...but GetCurrentSelections()=NullCount does !

Anonymous
Not applicable
Author

okay try this

 

GetSelectedCount(field1

) and   GetSelectedCount(field2) =0

here fields are the all list boxes in the given sheet