Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Making a String Bold Font Through Formula Tool

iannone42
5 - Atom

Hi, I am pretty new to Alteryx and don’t have too much experience yet. I am looking to see if anyone knows of a way to make a string bold font within the Formula tool? I see it can be done through the report Table tool, but I don’t see anything for the Formula tool. 

I am building a pretty simple if statement in the Formula tool that then feeds into the Report Text tool. 

 

IF IsNull ([Name])

Then Null()

Else “I am: “ + [Name]
EndIf

 

I know I could bold the whole statement when I put the field onto the Report Text tool but I am trying to get the “I am” part bolded without making the actual [Name] field bold. 

Does anyone know if there is a way for me to make this work? Thanks! 

5 REPLIES 5
binuacs
20 - Arcturus
RobertOdera
13 - Pulsar

Hi, @iannone42 

 

Check out the below - cheers.

I hope you find it helpful...

 

RobertOdera_2-1679451979339.png

 

 

RobertOdera_0-1679451812580.pngRobertOdera_1-1679451853970.png

 

iannone42
5 - Atom

Thank you! I tried this, but the <b><\b> would just become part of the string. 

iannone42
5 - Atom

Thank you! I didn't think about breaking the label part from the actual field! Great idea, this worked for me! Thanks again!

RobertOdera
13 - Pulsar

You're most welcome @iannone42!

Labels