Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

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