Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Have one doubt.Is there any way that i can display count of uniq data in a column.I mean out of all the data in that column i want to display only count of one specific data.Is there any expression in Qlik sense that can handle this kind of scenario

I know there is some expression in qlikview.But want to know for qlik sense.

5 Replies
ahmar811
Creator III
Creator III

hi

please refer this link

A Better Show Frequency | Qlikview Cookbook

hope it is helpful for you



Thanks & Regards

Ahmar

reddy-s
Master II
Master II

Hi Ravi,

To display unique entries in a column use this expression:count(distinct <Field>)

Or if you want to count the number of times a particular value occurs use this: count({$< Field = {'A'} >} <Field>)

Assume that 'A' is a value of a Field

Not applicable
Author

YEAH ITS WORKING...THANKS ALOT Sangram for the help.

Not applicable
Author

Where can i get the what exactly that syntax mean?.I want to know how different ways can expressions be used...From where i can learn that?

reddy-s
Master II
Master II

Please close the thread if you are satisfied with the answer.