Hi again,
I'm using Crystal 2008 connecting to an Access database.
I'm trying to get a distinct count of this formula:
if ({AVPerformance.invoicedate} in #3/26/2011# to #4/29/2011#
and {AVPerformance.AV} <> "")
then {AVPerformance.AV} else {@null}//empty formula
I tried the Running Total method and it is giving me the same incorrect number that I'm getting from Distinct Count.
I'm also not getting a consistant difference, so I can't just add a -2 or +1 to the total or assume that it's regularly counting something it shouldn't (or is there a pattern I can look for?)
Is there any other thing I could try?
Thank you for your help
VE