I have three different text fields. I would like to collate the three text fields. Is this possible? I've managed to do this when collating 2 fields, but I have been unsuccessful when attempting to collate three fields. Only one of the three text fields will ever be completed. Below is an example of successful collation:
Type Name Label Calculation
hidden vesselnamecollated Vessel Name if(string-length(${newvesselname})>0, ${newvesselname}, ${vesselname})
Any advice would be greatly appreciated.
Thank you!