Espo Version: 6.0.8
Advanced Pack 2.6.5
Hello!
I am using the ifThenElse formula when I need a string/concatenate field like this:
Formula Code:
ifThenElse(fieldTwo,
combifield = string\concatenate('Text One: ',fieldOne,'; Text Two: ',fieldTwo),
combifield = string\concatenate('Text One: ',fieldOne));
This works very nice. Text Two and fieldTwo are only displayed, when fieldTwo is not empty.
But I would need a combifield with fieldOne, fieldTwo and fieldThree, displaying always Text and Field, if Field is not empty.
How can I extend that Formula Code working alternating for three fields?
Thank you!
Advanced Pack 2.6.5
Hello!
I am using the ifThenElse formula when I need a string/concatenate field like this:
Formula Code:
ifThenElse(fieldTwo,
combifield = string\concatenate('Text One: ',fieldOne,'; Text Two: ',fieldTwo),
combifield = string\concatenate('Text One: ',fieldOne));
This works very nice. Text Two and fieldTwo are only displayed, when fieldTwo is not empty.
But I would need a combifield with fieldOne, fieldTwo and fieldThree, displaying always Text and Field, if Field is not empty.
How can I extend that Formula Code working alternating for three fields?
Thank you!
Comment