Hi there,
I'm trying to do an average summary on a formula field. This formula field is like this:
if {table.date} >= Date (2004,01,01) and {table.date} < Date (2004,02,01 )
then {@workdays}
else 0
The field {@workdays} shows a number of workdays. So when I preview the report I get a list which looks like this:
User1
0
13
8
0
9
The next thing I want is to do an average summary. But when I do this it also includes the 0's in the average summary.
I want 10 but I get 6 as the result.
Is it possible to make such an summary?
Thanks in advance.
Sander
btw. I'm using CR7.
I'm trying to do an average summary on a formula field. This formula field is like this:
if {table.date} >= Date (2004,01,01) and {table.date} < Date (2004,02,01 )
then {@workdays}
else 0
The field {@workdays} shows a number of workdays. So when I preview the report I get a list which looks like this:
User1
0
13
8
0
9
The next thing I want is to do an average summary. But when I do this it also includes the 0's in the average summary.
I want 10 but I get 6 as the result.
Is it possible to make such an summary?
Thanks in advance.
Sander
btw. I'm using CR7.