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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Tranform Data Input data to require ouput format

sgwong
8 - Asteroid

Output format:

1. Group by Date

2. Eliminate those column A, B, C that row valud is zero

3. Sum of the Count A,B, C

 

Sample input and output format worksheet as per attach.

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@sgwong 
We can use the Combination of Transpose and CrossTab for this kindly problem.
My result is a bit different with yours for Column A though. 😁

0818-sgwong.png

TUSHAR050392
11 - Bolide

You can use the summarize tool, group the data by Date and sum remaining 4 columns and rename to actual column names. This will provide the output as required

Labels
Top Solution Authors