In Report Designer, I want to put a line break in a concatenated field. Every concatented content should be separated with a line break, not a semicolon or comma. How do I accomplish this? I have already tried with group_concat(table.field1, table.field2, separator '\n') but in the report the concatenated content does not show a line break.
Thanks for any help. I like devart very much

and I am using it since a few years.