Line break in valueexpression | Community
Skip to main content
August 6, 2020
Question

Line break in valueexpression

  • August 6, 2020
  • 1 reply
  • 841 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

August 6, 2020

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

August 7, 2020

Brilliant solution! Thank you