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

Conditional Show based on Current Selection

Hi,

My Qlikview runs on a large database, one of the columns in this database is "NAMES".

In one of my dashboard, I have a table and a search box [the search box, has been set to search for NAMES].

What expression can I use to ensure, that the table is only shown, once the user search's for NAME has been searched for? [otherwise, the table should be hidden]

Many Thanks

Kozan

1 Solution

Accepted Solutions
Anil_Babu_Samineni

You can write from layout tab and enable conditional formula like

If(GetFieldSelections(NAMES)>0, 1, 0)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

1 Reply
Anil_Babu_Samineni

You can write from layout tab and enable conditional formula like

If(GetFieldSelections(NAMES)>0, 1, 0)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful