Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can write from layout tab and enable conditional formula like
If(GetFieldSelections(NAMES)>0, 1, 0)
You can write from layout tab and enable conditional formula like
If(GetFieldSelections(NAMES)>0, 1, 0)