We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Adding a linebreak to a formula and then having it show within a table in an email

EricKlasko
5 - Atom

Hello Everyone,

 

I'm using a formula tool to add a new column and i would like 2 lines of text shown within the same cell like this:

Yes

No

I've tried 

"Yes"+

"No"

I've also tried using html line breaks with no success "<br/>"

image.png

Is there a way to add a line break so it will show within a table inside the body of an email?

 

3 REPLIES 3
binuacs
21 - Polaris

@EricKlasko use the CharfromInt() function

image.png

EricKlasko
5 - Atom

I've entered what you have shown but it is still showing them on the same line when using a browsing tool. 

 

image.png

image.png

binuacs
21 - Polaris

@EricKlasko if you want to add a new line in the table tool try the below option

image.png

Labels
Top Solution Authors