Alteryx Designer Desktop Discussions

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

How do i insert couple of rows heading above my column names

videet
8 - Asteroid

I have input file like below just want to insert some rows with data above col names as shown in output with same configuration.

Any help will be appreciated.Thanks.

Input

EmpIdNameJobTitleYears od ServiceCountyLocationEmail Ph noAccountProject CodeInterco SegmentFuture Value
1ap5Indxyzabc123100100000 
2bq6Indxyzdef234101100010 
3cr7Indxyzpqr456102100020 
4ds8Indxyzqwe567103100030 

 

Output Expected

 Client Name          
            
 Emp Detailed Report         
      Alteryx Report    
EmpIdNameJobTitleYears od ServiceCountyLocationEmail Ph noAccountProject CodeInterco SegmentFuture Value
1ap5Indxyzabc123100100000
2bq6Indxyzdef234101100010
3cr7Indxyzpqr456102100020
4ds8Indxyzqwe567103100030
            
7 REPLIES 7
Qiu
20 - Arcturus
20 - Arcturus

@videet 
If you dont have problem with Reporting Text tool, we can do something like this.

Capture4A.PNGCapture4B.PNG

hellyars
13 - Pulsar

@videet The question is do you need those values to be in specific cells relative to the field names in the base data table?  If not, @Qiu's solution works.  If yes, there is another way to do it using some of the reporting tools.  

mceleavey
17 - Castor
17 - Castor

Hi @videet ,

In addition to the suggestions made by @Qiu and @hellyars you can also simply add text rows, use the Union tool with record positioning and specific order selected:

mceleavey_1-1620224865439.png

 

 

mceleavey_0-1620224841658.png

 

mceleavey_2-1620224896742.png

 

I've attached the workflow.

 

M.

 

 



Bulien

videet
8 - Asteroid

@mceleavey 

 

Everting is perfect in you workflow just 1 thing i want Alteryx report heading to range from Column G to M(as single col) as shown in below screenshot and in bold font

Any suggestion.

videet_0-1620272832676.png

 

 

 

 

apathetichell
18 - Pollux

Hi,

 

If you want to merge cells you're going to back to a report based solution - here's some modifications to @Qiu 's work... If you want to make the merged cells larger or smaller that's table 1- your data is table 2. You can edit/reformat the text in the report text section.

 

Note - I didn't even know that there was a summarize/report section until an hour ago and was like "huh... when am I going to you that..."

videet
8 - Asteroid

@apathetichell 

 

Alteryx report heading should be from email col to future value col not entire row rest is perfect

can we do that?

apathetichell
18 - Pollux

Here's a slight modification which adds a second (fake) column to the header table and then plays around with the formatting.

 

Original upload had the wrong file - here's the correct one.

Labels