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.

excel output

Idyllic_Data_Geek
8 - Asteroid

I have a single output file with multiple tabs. The tabs are only created if there is any data/record. How do I create tabs with headers only if in case there is no data for that particular tab?

2 REPLIES 2
PangHC
13 - Pulsar

since you create base on a column, you can use a text tool + union tool to add line (new category).

 

cmcclellan
14 - Magnetar

Create an empty row for each header, then you might be able to filter it out (or at the very least filter it to the bottom) if you don't need it.

Labels
Top Solution Authors