Alteryx Designer Desktop Discussions

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

Data Validation

vijaylnyadav
8 - Asteroid

Consider the following data,

 

Roll NumberPerformance
1Good
2Average
3Bad
4Average
5Good
6Good
7Bad
8Bad
9Average
10Average

 

Condition:

I want to group the data according to the performance

e.g.: All the good in one, bad in one and Average in one like the below result which i wanted

 

PerformanceRoll No
Good

1

5

6

Average

2

4

9

10

Bad

3

7

8

 

 

Please suggest some workflow.

Thanks 

 

 

12 REPLIES 12
joshuaburkhow
ACE Emeritus
ACE Emeritus

You can simply do this using only the Summarize tool with concat function and "\n" as the delimiter 

 

 

Joshua Burkhow - Alteryx Ace | Global Alteryx Architect @PwC | Blogger @ AlterTricks
vijaylnyadav
8 - Asteroid

HI @Qiu can you help me.

 

After running the workflow the output which I am getting is roll number continues.

whereas as per your image shown it is showing in next line (\n).

 

But I am not getting the roll numbers in next line but I am getting roll numbers in continues without any break.

Qiu
20 - Arcturus
20 - Arcturus

@vijaylnyadav 

It works just finr on my end. I have modified the output path to relative and can you just simply run it anc check?

And I have also taken the advice from @joshuaburkhow , demonstrate how to use Summarize tool.

 

Labels