Hi All,
I am working with CR10.
I have a report which is grouped by country and then by the field Detail.
Detail field contains A,B,C,D,E,F,G,H,I. So for all the countries in the group , there will be these detail groups.
Is there a way to count the number of records using distinctcount.
I mean if you need to get the count for each (country) group, you can use as
Distinctcount(Id,country)
How do we get it for the inner group(Detail)
Thanks in Advance..
I am working with CR10.
I have a report which is grouped by country and then by the field Detail.
Detail field contains A,B,C,D,E,F,G,H,I. So for all the countries in the group , there will be these detail groups.
Is there a way to count the number of records using distinctcount.
I mean if you need to get the count for each (country) group, you can use as
Distinctcount(Id,country)
How do we get it for the inner group(Detail)
Thanks in Advance..