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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhuqliklondon
Creator II
Creator II

Get only Distinct values

Hi All,

The below expression is giving me duplicate value, Can we get only distinct values?

=Capitalize(Concat([Company Name],', '))

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Try this

=Capitalize(Concat(DISTINCT [Company Name],', '))

View solution in original post

1 Reply
sunny_talwar

Try this

=Capitalize(Concat(DISTINCT [Company Name],', '))