I see these examples listed here. But is there a more complete list? Specifically a way to force a line break between fields? Especially blank fieds?
CONCAT
This expression concatenates the string and is formatted as follows:
CONCAT(string1,"separator", string2)
The following are examples of separ...