If no first or last name = Home owner
Hi, I currently have 2 text fields, first name & last name; and a calculation field which = Full name
var f = @First Name;
var l = @Last Name;
[f,l,].join(" ");
If there is no first or last name, I want the calculation to return “Homeowner” Please help - thanks
Please sign in to leave a comment.
Comments
2 comments