Oke that works, but if one field is null (not filled in!) the calculation returns: null in text format.
Is there something to be done? or do have to check every field for empty and null values?
BTW the values don’t become empty when I only click in and out of a field. I have to put some text, delete it and then it becomes empty. is this normal?
The checkbox ALLOW NULL has a very different purpose. ‘ALLOW NULL’ means that a value is ALLOWED to be NULL and nothing more or less.
We are looking into parsing null’s differently so that you don’t get null in your strings if you concatenate. We don’t know yet if that will make it into 1.1 final. For the time being you will have to use mergefields to acoomplish this or use if’s in your calc to check for null