Dear All,
Could someone please tell me how I can count only unique values in a field using only one query?
At the moment I do it with two queries, the first makes a Group by, to get the unique values, then the second makes a Count on the results of the first query. But I think there must be a simpler way with one query only
Many thanks in advance
Could someone please tell me how I can count only unique values in a field using only one query?
At the moment I do it with two queries, the first makes a Group by, to get the unique values, then the second makes a Count on the results of the first query. But I think there must be a simpler way with one query only
Many thanks in advance
