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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sagarrahul
Creator
Creator

count repeated value

hii need a help

just tell me how to count repeated value in below table .

ICD_CODE_LEVEL1_org
N41.0
N41.0
N41.0
R50.9
R50.9
R50.9
B54
B54
S82.1
B54

plesase help me in this

23 Replies
sunny_talwar

In script? or front end?

Kushal_Chawda

what is expected output?

sagarrahul
Creator
Creator
Author

in expression

sagarrahul
Creator
Creator
Author

this i want my output

  

ICD_CODE_LEVEL1_orgoutput
N41.03
N41.03
N41.03
R50.93
R50.93
R50.93
B543
B543
S82.11
B543
elakkians
Partner - Contributor III
Partner - Contributor III

Hi,

If its Front end Formula you can use

'=if(Count(test)>1,Count(DISTINCT test))'

if you need to do in script plz check the demo app which i have attached. !

MK_QSL
MVP
MVP

Something like this?

sunny_talwar

Why do you want the ICD_CODE_LEVEL1_org to be repeated? Why not this?

ICD_CODE_LEVEL1_orgoutput
N41.03
R50.93
S82.11
B543

If the above work, then this should do it:

Dimension: ICD_CODE_LEVEL1_org

Expression: Count(ICD_CODE_LEVEL1_org)

sagarrahul
Creator
Creator
Author

i want just output bro 

sagarrahul
Creator
Creator
Author

sunny thanks for ur help n time

but this ICD_CODE_LEVEL1_org are given in wildmatch then how to count repeated values