I am using CR 10
I have a field which will allways be populated by the template:
BIBENT:;
BBMINTID:;
BBMBACSID:;
BIBTDP:;
BIPOIN:;
BIPLIM:;
DDOIN:;
I have a formula for each piece of data I need to extract eg:
extractstring({T320.F320X2},"DDOIN:",";")
This works except if there is no data in the field then it extracts a , Supression of , is no good as I am exporting the data to Excel. How can I supress the return of a , in the formuala?
I have a field which will allways be populated by the template:
BIBENT:;
BBMINTID:;
BBMBACSID:;
BIBTDP:;
BIPOIN:;
BIPLIM:;
DDOIN:;
I have a formula for each piece of data I need to extract eg:
extractstring({T320.F320X2},"DDOIN:",";")
This works except if there is no data in the field then it extracts a , Supression of , is no good as I am exporting the data to Excel. How can I supress the return of a , in the formuala?