I have a report where I am trying to get a count if 2 values match....I am using the following code but I am only returning a 1 on my report when I know that there is alot more...any help is appreciated.
Code:
=Abs(Sum([contacted]<0) And ([authorizationdate]=20050731))