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: 
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 ])