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

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