Alteryx Designer Desktop Discussions

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

data dictionary for related code.

MZ900605
8 - Asteroid

Hello guys I need a suggestion on how to do a code dictionary that is efficient.

my input looks like this:

name

CaseCODE
Ainjury while fixing...12233
BCar gas ...55666
Anew clothes880099
Ainjury while playing...12233
Cinjury while lifting ...12233
Dnew clothes880099
BCar gas for...77543

 

I want to make a workflow that the Cases will be shortened to one or 2 words and when the same name has 2nd case add 2nd to the case.

and have a sample dictionary workflow to do this whenever I enter a table with these entries.

 

NameCaseCode
AInjury12233
BCar gas55666
Anew clothes880099
AInjury 2nd12233
CInjury12233
Dnew clothes880099
BCar gas 2nd55666
3 REPLIES 3
Sebastiaandb
12 - Quasar

Hi @MZ900605 ,

 

Here you go:

 

Sebastiaandb_0-1638449830475.png

 

Let me know if this is what you're looking for :-). 

In your second table you have "Car gas 2nd", but in the first there's only one row with "Car gas" so that made me a bit insecure about my solution :-).

 

Greetings,

 

Seb

MZ900605
8 - Asteroid

@Sebastiaandb  I'll edit the entry table now my mistake, thanks will try it

MZ900605
8 - Asteroid

still cannot apply this the data is almost 1000 different codes with multiple cases.

Labels