New line for a text column in a table

I am using an AfterQuery data hook to convert the elements of an address (street, city, postal code, etc.) into a string with embedded line breaks for display. That works fine, and am successfully using the calculated field to set the value of a individual text field for display.

The problem arises when I try to place that calculated field into the column of a table. It appears that the table column ignores the embedded line breaks, and displays the string without them.

I know that a table column can expand vertically to fit the text if it exceeds the column width. Is there a reason why the embedded line breaks are being ignored or am I missing something?

Hi,

Have a look at this thread

Thanks. I fixed it using this same method a few months ago. Appreciate the follow up.