Hi,
I have a formula that concatenates strings like this:
stringA + ' ' + stringB
The problem is that, if one of the string as the null value I will not obtain the value of the other that is not null.
For instance, if StringA = null and StringB = 'Test'
I would like to have:stringA + ' ' + stringB = 'test'
Any ideias?
Thank you,
Sergio Oliveira
I have a formula that concatenates strings like this:
stringA + ' ' + stringB
The problem is that, if one of the string as the null value I will not obtain the value of the other that is not null.
For instance, if StringA = null and StringB = 'Test'
I would like to have:stringA + ' ' + stringB = 'test'
Any ideias?
Thank you,
Sergio Oliveira