eAlchemist
Technical User
Does anyone know how to do a count unique on a field? For instance, if I had the following records:
John, blue, rectangle, square, long
John, blue, rectangle, square, short
John, blue, triangle, equilateral, n/a
John, blue, triangle, non-equi, tall
I'd like a query that results in
John, blue, 2, 3, 4
I know I can do this through layered queries, but I'm hoping to do it in one.
Thanks,
Chris