count without zero value in rtf
I am creating a matrix report, used the following to find the average:
<?sum(current-group()/SALES_QTY) div count(current-group()/SALES_QTY))?>
but now need to find the count without zero.
for example:
amount
12
0
3
4
the count = 3
can anyone help?
br
Muhammad Nadeem