Here's my problem:
I have 3 fields I'm trying to concatenate in a formula field.
My syntax: {field1} + ", " + {field2} + ", " + {field3}
However, there are some cases where Field 2 or Field 3 are null, but I still would want whatever wasn't null to appear.
Any ideas?
I have 3 fields I'm trying to concatenate in a formula field.
My syntax: {field1} + ", " + {field2} + ", " + {field3}
However, there are some cases where Field 2 or Field 3 are null, but I still would want whatever wasn't null to appear.
Any ideas?