Wednesday, April 11, 2012

How to check if a string field contains a character in crystal reports formula

You can use Instr({text.field},'-') > 0 - indicates there is a character in the string field..
if  Instr({text.field},'-') = 0 - indicates there are no such characters in the string field.

No comments:

Post a Comment