I'm trying to create a calculated field in a table and use a line
breaker to display lengthy items, move the second item in a next line
like this CONCAT("firstItem", "\n\n", "secondItem") but this puts all of
text in the same line. I appreciate the h...