Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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
binu_acs
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

binu_acs
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