This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Define rowData as your variable for view entries, mark your column's content type as html and add something like the following formula to the value of the viewColumn (in this example for the second column of the view):
@Implode(rowData.getColumnValues().get(1), "<br>");