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

Duplicating header row throughout output

andrewplaice
8 - Asteroid

I posted a question earlier that was solved but is no showing in my alerts for some reason.  In the first question I asked how to add two dynamic null rows.  Of course since then I have been trying to figure out how to duplicate my header row in one of those rows.  

 

My data looks like this:

Plan #TypeFundFund Name
1234BuyABCDCoffee Fund
1234 ABCDTotal
    
    
1234BuyEFGHSoda Fund
1234 EFGHTotal
    
    
3456ContributionWXYZWhiskey Fund
3456RepaymentWXYZWhiskey Fund
3456ContributionWXYZWhiskey Fund
3456 WXYZTotal

 

I would like it to look like this:

 

Plan #TypeFundFund Name
1234BuyABCDCoffee Fund
1234 ABCDTotal
    
Plan #TypeFundFund Name
1234BuyEFGHSoda Fund
1234 EFGHTotal
    
Plan #TypeFundFund Name
3456ContributionWXYZWhiskey Fund
3456RepaymentWXYZWhiskey Fund
3456ContributionWXYZWhiskey Fund
3456 WXYZTotal

Can someone help me with this?  Thanks!

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @andrewplaice ,

 

I'm inserting my example inside the workflow developed for the other topic.

I'm highlighting the tools added to accomplish this example.

 

1. Select = change all columns to string format to be able to insert a middle header

2. Multi-row = inserted to eliminated the last two null lines what formula wasn't able to do.

3. Multi-field = one additional condition to insert header name in the middle.

fmvizcaino_0-1589420846684.png

 

 

Best,

Fernando Vizcaino

andrewplaice
8 - Asteroid

Kudos Fernando!  It worked perfectly.  So much to learn still!  Thank you.

Labels
Top Solution Authors