Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Not the same names in the text box

Here asked I a question:

@Names in text box

Now, I have a sort of. Some names have 3 numbers and than there are 3 the same names in the text box.

Is there an option to say that it is impossible to have the same names in the text box?

Labels (1)
1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

Sorry pasted this on the wrong issue before, you need to use distinct in the your expression

=Concat(Distinct(Name&CHR(13)))

andy

View solution in original post

2 Replies
awhitfield
Partner - Champion
Partner - Champion

Sorry pasted this on the wrong issue before, you need to use distinct in the your expression

=Concat(Distinct(Name&CHR(13)))

andy

Not applicable
Author

Thanks Andy, it is indeed another formula .

Sorry.

And it is correct~!