Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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