Skip to main content
New Participant
August 6, 2020
Question

Line break in valueexpression

  • August 6, 2020
  • 2 replies
  • 844 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.

2 replies

New Participant
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

New Participant
August 7, 2020

Brilliant solution! Thank you