Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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 ])