Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Function for estimating the number of values

I have a really short question!

Which function estimates the number of values in a field?

I do not care what is the sum or avg for value, I need only the number of unique values in a field.

Many thanks in advace!

Marina

14 Replies
sunny_talwar

Another possible solution could be:

=NumCount($(=Concat(DISTINCT Field, ',')))

sasiparupudi1
Master III
Master III

NumericCount(distinct Name)

sasiparupudi1
Master III
Master III

Hi Maina

Please close the thread if you got your answer

Sasi

Not applicable
Author

Sunny, thanks muchly!!!

sgrice
Partner - Creator II
Partner - Creator II

If in Script you can use FieldValueCount(FieldName)