I'm using Crystal Reports 8.5 to remove the trim data that looks like:
MicroSwitch (oc:Stephen M. Johnson)
The formula that I'm using is:
Trim (left({CONTHIST.REF}, Instr({CONTHIST.REF},"(")-1))
The problem is that when I run the report, I get the error String Length less than 0 or not an integer. What am I doing wrong?
MicroSwitch (oc:Stephen M. Johnson)
The formula that I'm using is:
Trim (left({CONTHIST.REF}, Instr({CONTHIST.REF},"(")-1))
The problem is that when I run the report, I get the error String Length less than 0 or not an integer. What am I doing wrong?