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

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?

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~!