How to write multiple lines in detail view?

Hello! i hope you are doing great.

I've been trying to write multiple lines of data in a single column and then show them in the same way in a detail view.

 

It does work when i write something like this (plain raw text):

 

"A

B

C"

 

But when i try to use any expression it just sticks one next to the other.

I've also tried this:

 

CONCATENATE( [ColumnA],"

“,[ColumnB],”

",[ColumnC])

 

Also tried changing the column type to LongText, But still doesnt work. What can i do? Is this possible?

 

Regards,

 

Federico.

 
0 2 3,828
2 REPLIES 2