I have a field named “Title” and another named “PurchDate”. “Title” may or may not have data entered. I wanted to created a JavaScript field that combines the two fields with a format of (which I did):
Title - PurchDate
However, if Title is empty, null, etc., I only want the PurchDate value (without the “-“).
PurchDate
I have tried to use a JS to determine if Title is empty with no success. Any assistance would be appreciated.