Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Sirs ,
Selection in list box disabling the expected display . But i wanted to work and show other values as well .
But after select other conct values disappearing . I do not wanting it to disapper .
I want like this after selection
Conference_ID | Joiners |
101 | A,B,C,D |
105 | A,B,M,Q |
107 | A |
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 .
Check this out.
Check this out.
Hi
add {1} in your set analysis for joiners,
is it a concat ? what is your expression ?
regards
concat(Person,',')
Please explain
Only(NewField)
so
concat(only({1} Person),',')
Does not work , as i copy pasted - Error in expression
I created the concat function in the script and named that field as NewField. I hope that makes sense.
Of course, you can name it as you want.
I was asking operation which only () in this case .