substr and instr in RTF
Hi,
I have a data field in my xml called GRE. In the .rtf, I can display this with <?GRE?>
The value in GRE is Company Name (XYZ) and I need to hide the (XYZ) portion.
I tried using this: <?substring(GRE,1,instr(GRE,'(',1)-2)?>
But, it did not work. This is for payroll checks, and no File Reporter is being output. Do you have any substr/instr examples that have worked?
Thanks,
Ellen