Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
bouderbc
Creator
Creator

How to count fields in a column ?

Hi experts,

How to count fields in a column ?

i 'm using count ([Alpha ]) or text count ([Alpha ]) but the result is different from excel ?

Any solutions please ?

Regards

Ali

2 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Can you share the Sample data to debug the issue

marcus_malinow
Partner - Specialist III
Partner - Specialist III

If you're looking to count distinct values try:

COUNT(DISTINCT [Alpha ])

otherwise for all values

COUNT([Alpha ])