on ‎2009 Feb 12 9:41 PM
Request clarification before answering.
Hi Mark,
If you are looking to remove the count of the records that have a zero value for your average you can do that by creating a running total. Then in the evaluate option, select formula and use something like this in your syntax:
{zerovaluerecord.field}<>0 //the operator should be not equal to, not sure why its not printing in forum.
I hope this helps,
Please let me know if I misunderstood.
Regards,
Zack H.
Edited by: Zack H on Feb 12, 2009 4:46 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mark,
If you do not wish to use a Running Total you can also try using a formula.
You can create a formula like the following to determine the count of records that you can use in your average.
if {zerovalue.field} ^ 0 then 1 // where ^ is the "not equal to" operator, forum not allowing operator
else 0
Then you can summarize the field however you'd like on any group or grand totals.
I hope this helps,
Regards,
Zack H.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.