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: 
prahlad_infy
Partner - Creator II
Partner - Creator II

Selection in list box disabling the expected display to me . Please help .

Hello Sirs ,

Selection in list box disabling the expected display . But i wanted to work and show other values as well .

selection.bmp

But after select other conct values disappearing . I do not wanting it to disapper .

selection2.bmp

I want like this after selection

 

Conference_IDJoiners
101A,B,C,D
105A,B,M,Q
107A

Data :

ID:

LOAD * INLINE [

  

    Conference_ID, Person

    101, A

    101, B

    101, C

    101, D

    105, A

    105, B

    105, Q

    105, M

    109, P

    109, Q

    1011, R

    1011, S

    1011, E

    1012, E,

    107,A

];

Thank you .

1 Solution

Accepted Solutions
neelamsaroha157
Specialist II
Specialist II

9 Replies
neelamsaroha157
Specialist II
Specialist II

Check this out.

ogautier62
Specialist II
Specialist II

Hi

add {1} in your set analysis for joiners,

is it a concat ? what is your expression ?

regards

prahlad_infy
Partner - Creator II
Partner - Creator II
Author

concat(Person,',')

prahlad_infy
Partner - Creator II
Partner - Creator II
Author

Please explain
Only(NewField)

ogautier62
Specialist II
Specialist II

so

concat(only({1} Person),',')

prahlad_infy
Partner - Creator II
Partner - Creator II
Author

Does not work , as i copy pasted - Error in expression

neelamsaroha157
Specialist II
Specialist II

I created the concat function in the script and named that field as NewField. I hope that makes sense.

neelamsaroha157
Specialist II
Specialist II

Of course, you can name it as you want.

prahlad_infy
Partner - Creator II
Partner - Creator II
Author

I was asking operation which only () in this case .