G
Guest
Obviously I am trying to do this in a report.
I am trying to get a total # of times where the following occurance happens.
[pres] = 'inc' Or 'com' Or 'int'
I tried the following and it worked:
=Abs(Sum([pres]="com"))
When I added the other results as follows it did not calculate properly:
=Abs(Sum([pres]="com" Or "inc" Or "int"))
Another question I have is if I wanted to get the sum of [pres] where it is
not null?
I am trying to get a total # of times where the following occurance happens.
[pres] = 'inc' Or 'com' Or 'int'
I tried the following and it worked:
=Abs(Sum([pres]="com"))
When I added the other results as follows it did not calculate properly:
=Abs(Sum([pres]="com" Or "inc" Or "int"))
Another question I have is if I wanted to get the sum of [pres] where it is
not null?