LNbeginner
MIS
Hello,
I have a text field filled in as follows:
Fannin, Gilmer, and Pickens Counties
I am trying to strip in "and" and "Counties"
Tried @ReplaceSubString(FieldName,"and","" to replace the and with nothing.
I do not get any errors, but nothing happens. This is the way the documention says it should be done.
Thanks
I have a text field filled in as follows:
Fannin, Gilmer, and Pickens Counties
I am trying to strip in "and" and "Counties"
Tried @ReplaceSubString(FieldName,"and","" to replace the and with nothing.
I do not get any errors, but nothing happens. This is the way the documention says it should be done.
Thanks