Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
does anyone know the difference between the two aggregations Count and NumericCount? I've got a table with an integer ID. Both Count and NumericCount return the same values. Thank you
If you have a field with mixed numeric and non numeric values, numeric count will count just the numeric ones.
If you have a field with mixed numeric and non numeric values, numeric count will count just the numeric ones.
Can you give a example in detail explanation? thank you