I have an interactive report. One column in the database table that the report pulls data from, has the data stored using LISTAGG and using char(10), which is carriage return, to separate the data so that ii appears over multiple lines for readability. However in the interactive report the data is displayed in one continuous line of data and not on separate lines. Any ideas as to how to fix this?