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

Pivot Table Format Change Assistance

KevinQVo
7 - Meteor

Hi everyone, 

 

Does anyone know how I might be able to translate this Alteryx output into the Excel output attached? In my workflow, I used the select tool with summarize to get these results. Any insight is greatly appreciated. Thank you! 

12 REPLIES 12
KevinQVo
7 - Meteor

@alexnajm 

 

Thank you, it worked very well! It looks like I need a count column to make this work! My one last question is that there's a null output. How do I get it to say Total? 

Screenshot attached!

alexnajm
18 - Pollux
18 - Pollux

Formula would work - IF [Dashboard Grouping]=Null() THEN "Total" ELSE [Dashboard Grouping] ENDIF

 

I am glad it worked - please make sure to accept the most useful responses as solutions so others can know what was most helpful. Thank you!

KevinQVo
7 - Meteor

@alexnajm 

Thank you for your assistance here. Everything Turned out perfectly! I have another somewhat similar pivot table that I need to build! Will give it a shot to see if the same concepts apply. 

Labels
Top Solution Authors