Rollup Separator Line Break

When using a Concatenate Unique Rollup in a table view, how can I force the items to break to a new line instead of being separated by a value such as , or -?

Here is the answer:

At this time, there’s no way to add line breaks directly to rollups, however, you can use an equation field to format the rollup result. For example, if you use a comma for the value separator, an equation field function like below will replace the comma with a line break in the result.

REPLACE({Rollup}, ‘,’,’
’)

1 Like

You can enter the HTML code (
) as separator in the Separator field.

1 Like

Hi, I tried both suggestions but none worked for me. Maybe doing something wrong?

Sorry, but you have a mistake here. The right and simpler solution is

2 Likes