We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Combine 2 headers

BRRLL99
11 - Bolide

Hi Team,

I have following input

i would like merged columns but not rows
both 

Trade -cQuantityTrade - CollValue

 

should have merged header as TRADE

 

 

BO_CUSTISINTrade -cQuantityTrade - CollValueDocument - PhysicalAmountDocument - Settlamount
B_R_A5B7AAB123100105110115
B_R_A5B7AAB132200180160140
B_R_A5B7AAB432300240180120
B_R_A5B7ACD455600560520480
B_R_A5B7ADS655700450200-50

 

 

 

Expected output:

column headers

 

BO_CUSTISINTradeDocument
 
 

 

 

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

It's definitely possible to do via a Formula tool - create a new field called "Trade" based on your logic. But I am unsure how you want to combine the values in those fields - I'll leave that up to you.

 

To do a merged cell though in Alteryx is difficult, and I'd say not recommended as you have to dive into the Reporting tools - you could look at something like this to help out: How to Create Merged Cells in Reports, Part 1 - Alteryx Community

Labels
Top Solution Authors