Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Format Output to Excel

maxse
6 - Meteoroid

Hi everyone,

 

I have a question regarding the exceloutput in alteryx. Is it possible to make this (like the excel function connect and center cells): 

 

 

maxse_0-1672764729236.png

 

Thanks and kind regards,

 

3 REPLIES 3
Felipe_Ribeir0
16 - Nebula

Hi @maxse 

 

One way of doing this, just format the color, alignments, etc as you wish

 

Workflow:

Felipe_Ribeir0_1-1672765746876.png

Excel Output:

Felipe_Ribeir0_0-1672766550301.png

 

 

The approach to merge cells came from here (atcodedog05): https://community.alteryx.com/t5/Engine-Works/How-to-Create-Merged-Cells-in-Reports-Part-1/ba-p/9746...

 

The approach to align the text inside each cell vertically came from here (BenMoss): https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Set-text-in-report-export-to-be-middle...

 

Felipe_Ribeir0
16 - Nebula

Hi @maxse 

 

It worked?

HomesickSurfer
12 - Quasar

Hi @maxse 

 

Simply use the Summary Tool, grouping by No, Material and Package, then concatenate IDs with \n, resulting in grouped items with IDs as newlines.

 

HomesickSurfer_0-1673017502458.png

 

Labels
Top Solution Authors