I am using CR XI
I have the following formula:
If isnull({GL_ENTRY.comments}) then {codeset.item_name} else {GL_ENTRY.comments}
However I have just found out that {GL_ENTRY.comments} sometimes contains a , and this can be anywhere as users use this filed to put in comments. As we are extracting to our accounting system I have been given the rule that each field MUST be seprated by a ,
Hence I want to use above formual but test for any , (may be multiple and replace with a space
I have the following formula:
If isnull({GL_ENTRY.comments}) then {codeset.item_name} else {GL_ENTRY.comments}
However I have just found out that {GL_ENTRY.comments} sometimes contains a , and this can be anywhere as users use this filed to put in comments. As we are extracting to our accounting system I have been given the rule that each field MUST be seprated by a ,
Hence I want to use above formual but test for any , (may be multiple and replace with a space