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.

I want to add header on top of table tool

Sshasnk
8 - Asteroid

I am getting multiple tables from the table tool, and I want to add a header on top of it.

I tried the report text tool but it looks very weird and giving one extra line below.

 

Input: 

 

FundNamePurchaseSell
ABCMegha145159
ABCMohit14001300

 

FundNamePurchaseSell
GHFAlex155155
GHFRyan1341300

 

 

Output:

 

Scope Report
FundNamePurchaseSell
ABCMegha145159
ABCMohit14001300
 
Scope Report
FundNamePurchaseSell
GHFAlex155155
GHFRyan1341300

 

 

3 REPLIES 3
DataNath
17 - Castor
17 - Castor

Hey @Sshasnk, do you just want the gap between the two removing like so?

 

DataNath_0-1668007270430.png

 

Also, do you have multiple inputs going through multiple Table tools, or are you grouping them by Fund?

Sshasnk
8 - Asteroid

@DataNath Yes, I am grouping by fund name. Can I also make the scope report bold?

DataNath
17 - Castor
17 - Castor

Hey @Sshasnk yes you can. To get it just above the table etc I’ve used the raw PCXML format in the report text so you’ll just need to add the bold tags to the HTML in there if you open the workflow and go to the Report Text configuration. I’m not at my laptop at the moment but a quick Google should tell you how to do that!

 

Edit: Had a spare moment so added that in this morning.

 

DataNath_0-1668079539057.png

Labels
Top Solution Authors