I'm using Crystal Reports 7.0 and I'm trying to use a filter to show only records that have whole dollar amounts (no pennies) in a field called Doc_Amount.
I created the following formula:
Right(ToText(Doc_Amount), 2) = "00"
Now, how do I use this formula to filter the records, or should I be using a different method altogether? Thanks for any help! [sig][/sig]
I created the following formula:
Right(ToText(Doc_Amount), 2) = "00"
Now, how do I use this formula to filter the records, or should I be using a different method altogether? Thanks for any help! [sig][/sig]