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.

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