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

How to insert some rows at top of headers

videet
8 - Asteroid

I have input table as below want to add 3 lines above header of 1st input as shown in output table.

Any thoughts will be appreciated.

Thanks.

 

Input

ItemsPay ElementsWage CodeCurrent MonthLast MonthVariance Amount
Grossap154 
 bq264 
 cr374 
 ds484 

 

Output

Payroll Dashboard      
CountryIndia     
Period27/04/2021-27/05/2021     
ItemsPay ElementsWage CodeCurrent MonthLast MonthVariance Amount
Grossap154 
 bq264 
 cr374 
 ds484 
       
4 REPLIES 4
messi007
15 - Aurora
15 - Aurora

@videet,

 

Please see below

 

messi007_0-1619508964312.png

Attached the workflow,

Hope this helps,

Regards,

apathetichell
20 - Arcturus

Here is how you would add a second table on top of a first table for display purposes. - note there are two distinct report based ways here.

videet
8 - Asteroid

@apathetichell 

 

Thank you very much.

One more thing which i require is color my rows like this

can you please help me extending same workflow how do i color the fields as below

 

videet_0-1619512272910.png

 

apathetichell
20 - Arcturus

colors can be edited in the table tool - column headers coloring is under default table settings.

Labels
Top Solution Authors