Using CR10, I have a performance report grouped by week. I'm trying to get a count of days in that week for totaling purposes, but I get a "group condition is not allowed here" error on my formula:
distinctcount({@Review Date}, {Review.Reviewer}, "weekly")
I'm essentially trying to get a distinct count of the days per reviewer for the week totaled, for an daily average:
number of claims / days worked that week
It works if I just divide by 5 or by 7, but if someone was out a day, then I don't want it to throw off the average.
The "weekly" condition seems to be what's throwing it off. Any help is greatly appreciated, thanks!
distinctcount({@Review Date}, {Review.Reviewer}, "weekly")
I'm essentially trying to get a distinct count of the days per reviewer for the week totaled, for an daily average:
number of claims / days worked that week
It works if I just divide by 5 or by 7, but if someone was out a day, then I don't want it to throw off the average.
The "weekly" condition seems to be what's throwing it off. Any help is greatly appreciated, thanks!