I'm trying to get this formula to return "OK" for the firstrecord of the report and "DUP" if the subsequent records match the previous.
Here's where I'm at currently:
if ({@Check or Deposit ID}) = previous ({@Check or Deposit ID})
and ({@firstrecord}) = false
then "DUP"
else "OK"
However, it's not returning "OK" for the first record, it acutally returns a blank. I checked the field w/the firstrecord formula and it returns "true".
I don't know where to go from here.
Here's where I'm at currently:
if ({@Check or Deposit ID}) = previous ({@Check or Deposit ID})
and ({@firstrecord}) = false
then "DUP"
else "OK"
However, it's not returning "OK" for the first record, it acutally returns a blank. I checked the field w/the firstrecord formula and it returns "true".
I don't know where to go from here.