Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Line break in valueexpression

Avatar

Level 3

Hello!

I am using a straightforward value expression in a report column, and I'd like to add a line break between the percent complete output and the condition.

valueexpression=IF({DE:Support Project Type} = 1, CONCAT({percentComplete}," % Complete; Condition = ",{condition}))

So that the output looks like:

75% Complete;

Condition = On Track

Can anyone guide me to the syntax to insert a line break between?

Thank you!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 10

Hi Corey,

What you need to do is break this up into two separate fields and then use this shared columns article to stack them with an HTML <br> tag in the middle.

Thanks,

Narayan

Avatar

Level 3

Brilliant solution! Thank you