I am using CR XI
I have data in a memo field
Group A:aaa,bbb,ccc;
Group B:xxx,yyy,zzz;
The data is always of format GroupX:,; ie starts with a : sperated by a , and ends with a ;
There maybe one or many pieces of data separated by a , and I have to create a template for users showing a varrying number of commas at each group level
I have a formula :
extractstring({table.field},"Group A:",";")
QUESTION - How can I supress all the commas after the last name only?
I have data in a memo field
Group A:aaa,bbb,ccc;
Group B:xxx,yyy,zzz;
The data is always of format GroupX:,; ie starts with a : sperated by a , and ends with a ;
There maybe one or many pieces of data separated by a , and I have to create a template for users showing a varrying number of commas at each group level
I have a formula :
extractstring({table.field},"Group A:",";")
QUESTION - How can I supress all the commas after the last name only?