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: 
Not applicable

Distinct values in the chart

Hi,

If I load some data that might be duplicates, can I create a chart with DISTINCT dimension ? I don't want to count  them. I want to display in the chart only the distinct data.

How ?

Thanks in advance,

Claudiu

1 Solution

Accepted Solutions
sunny_talwar

List boxes and Table Boxes show distinct value from any dimension. or if you want to show it in a text box, you can do something like this:

=Concat(Distinct DimensionName, Chr(13))

HTH

Best,

Sunny

View solution in original post

4 Replies
sunny_talwar

List boxes and Table Boxes show distinct value from any dimension. or if you want to show it in a text box, you can do something like this:

=Concat(Distinct DimensionName, Chr(13))

HTH

Best,

Sunny

Not applicable
Author

Thank you very much for your answer!

sunny_talwar

No problem, I hope it worked the way you wanted it to work

Anonymous
Not applicable
Author

Hi sunny,

Iam facing  same problem. But I want to display in the Straight table only the distinct data.

Please give me suggestion to my problem.

Thanks in advanced,

Suman