Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I know there is some expression in qlikview.But want to know for qlik sense.
hi
please refer this link
A Better Show Frequency | Qlikview Cookbook
hope it is helpful for you
Thanks & Regards
Ahmar
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
YEAH ITS WORKING...THANKS ALOT Sangram for the help.
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?
Please close the thread if you are satisfied with the answer.