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

Conditional Show Hide

How to conditionally show a straight table based on the slection made in list box.I know this has been already discussed but couldnt find it at the moment .

In List box I have ID

ID

1

2

3

When I select 1 from the list box I want the straight table to pop up with Details associated to that ID.

ID   Address   City   State   Zip

1    ABCD       ab       bc       123

Thanks much

1 Solution

Accepted Solutions
tresesco
MVP
MVP

You can create a straight table. Layout tab->Show->Conditional exp: =getselectedcount(ID)>0

View solution in original post

4 Replies
sunny_talwar

May be the show/hide condition like this:

=SubStringCount(Concat(DISTINCT '|' & ID & '|'), '|1|') = 1

or

=ID = 1

tresesco
MVP
MVP

You can create a straight table. Layout tab->Show->Conditional exp: =getselectedcount(ID)>0

susovan
Partner - Specialist
Partner - Specialist

Hi pavana,

Try this attachment,

Warm Regards,
Susovan
sasiparupudi1
Master III
Master III

In the layout tab,

under show section, select conditional and add the following expression

=GetFieldSelections(ID)=1

hth

Sasi