Hi :) I'm trying to do a COUNTD of an aggregation.
COUNTD([CALCULATED FIELD])
the calculated field is an agreggation. I get an error message:
"The argument for COUNTD is alredy an aggregation"
How can i solve this? thanks in advanced.
4 answers
You can't aggregate an aggregate, unfortunately. One option might be to use an LOD for the calculated field. As LODs return non-aggregates, this might work. See # 11 on the following: 20 Uses for Level-of-Detail Calculations