I have to find the median number in columns of data, without counting zeroes. The zeroes are the result of a formula. I tried saying if {@days} > 0, then {@days} else null or "" but that didn't work because of course, the formula expects a numeric value.
So my report looks like:
JAN FEB MAR
0 0 9
7 0 0
2 0 0
0 4 0
0 0 5
0 2 0
1 0 0
0 2 0
Median 0 0 0
Any ideas?
Thank you,
danhauer
So my report looks like:
JAN FEB MAR
0 0 9
7 0 0
2 0 0
0 4 0
0 0 5
0 2 0
1 0 0
0 2 0
Median 0 0 0
Any ideas?
Thank you,
danhauer