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.

Formatting Columsn

Khristian_Evans
8 - Asteroid

Hi, I want to format several columns in my alteryx output to "\@\" so that the outputs display with parenthesis around them. 

 

4 REPLIES 4
cpet13
11 - Bolide

Hi @Khristian_Evans do you want the column name to be in parenthesis or the values for the column in a record?

Khristian_Evans
8 - Asteroid

Hi @cpet13 , I would like column headings and values for column in parenthesis. 

cpet13
11 - Bolide

To get the value in parenthesis, you can use a formula tool with a formula like this:
"(" + [Field] + ")"

For the header, you can use a select tool and rename the column to be (Field).

cpet13
11 - Bolide

Here is an example workflow

Labels
Top Solution Authors