I have a transformer that pulls data and returns something like this:

All values in the _count column should be the same. How would I go about determining if there is more than one unique value?
I have a transformer that pulls data and returns something like this:

All values in the _count column should be the same. How would I go about determining if there is more than one unique value?
Best answer by ebygomm
The Statistics Calculator has a Value Count option which will count the number of values. Just check the calculation method (string v numeric) and be aware that this won’t count nulls or missing, i.e. if you have 3 records with a _count of 9 and one where _count is null the value_count result will be 1