You are viewing limited content. For full access, please sign in.

Question

Question

Merging field basis on empty field.

asked on August 12, 2024

What am I missing on my conditional field?

=IF(Middle_Name = Null, =CONCATENATE(First_Name," ",Last_Name),=CONCATENATE(First_Name," ",Middle_Name," ",Last_Name))

0 0

Answer

SELECTED ANSWER
replied on August 12, 2024

You should read Formulas in Laserfiche Forms. Your formulas are formatted incorrectly.

=IF(EQ(Middle_Name,""),CONCATENATE(First_Name," ",Last_Name),CONCATENATE(First_Name," ",Middle_Name," ",Last_Name))

 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.