Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Reporting: Blank Column Name

kalindideshmukh
7 - Meteor

Hello Designers,
I am designing a report.
I have an input table like this:

 

NameValue1Value2Value3
ABC135
XYZ248

 

I want to 1. remove the first header (Name) to blank

2. Add blank columns in between every column

3. Add a constant in the second column

 

The output should look like this:

  Value1 Value2 Value3
ABCConstant1 3 5
XYZ 2 4 8

 

What reporting features can I use?

Also, I have like 10 layouts that I would like to incorporate same changes and add in the layout one after the other to create a summary report. Kindly suggest me how I can do it once and apply for other tables too.

 

Thanks.

 

Kalindi

4 REPLIES 4
benakesh
12 - Quasar

Hi @kalindideshmukh ,

You can use reporting tools  and  change column headings . 

Hope this helps .

 

kalindideshmukh
7 - Meteor

Thanks, @benakesh 

ashleychung
5 - Atom

How can I output this table to a csv file?

kalindideshmukh
7 - Meteor

Hey @ashleychung 
You can directly try using output option.

Labels
Top Solution Authors