Concat Name
HI,
I am concatenating First name , middle name and last name I am using following formula
CONCAT(""."FIRST_NAME", CONCAT(', ', "LAST_NAME"))
If I don’t have middle name 2 commas should not display same if we don’t have last name then comma should not display .
I mean if we have more than first name then only comma or space should display. How can I resolve this issue please help me.
I am really appreciated for your help.