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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST 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],', '))