Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamics records with conditions

ClementSo
8 - Asteroid

Hello,

 

I would like to generate a classification of recording with two conditions.

  • first conditon "type"
  • second condition "email"
typenameemail_managerclassification_of_the_recording
fallromaintata@toto.fr1
in 3 monthsthomastata@toto.fr1
undatedluciletata@toto.fr3
fallmarctata@toto.fr2
in 3 monthsstephanetata@toto.fr2
undatedjulietonton@toto.fr1
fallmariontonton@toto.fr1
in 3 monthsnathalietonton@toto.fr1
undatedlouistonton@toto.fr2
fallmathildetonton@toto.fr2
in 3 monthsjerometonton@toto.fr2
undatedanastasiatonton@toto.fr3

 

the desired result is in the column "classification_of_the_recording".

 

Can you help me ?

 

Clement

7 REPLIES 7
Ladarthure
14 - Magnetar
14 - Magnetar

Hi @ClementSo,

 

could you explain how you would calculate it in Excel or in other ways, because I don't see how the first line and second line get the same classification, and also how they have the same as the 6th.

ClementSo
8 - Asteroid

Hi @Ladarthur,

 

there are three types of population: fall / in 3 months / undated

then each person has a manager.


the manager allows me to make a key for the edition of his personalized report.


I have to present three columns with one name per row per type.


to do so I make a classification which allows me to start the list of names by column by filling each row one after the other.

 

i don't know how to do it with excel.

 

kind regards,

 

Clement

Ladarthure
14 - Magnetar
14 - Magnetar

Ok, but so why do you have in your classification 2 first line at 1, then third at 3 and then going to 2, it doesn't seem to follow any logic to me, or at least not one I can do in Altreryx

ClementSo
8 - Asteroid

the classification is made in relation to the type

ClementSo
8 - Asteroid

Arthur,

 

J'ai fait le point avec Jérémie Martin (SYSTRA), il m'a présenté l'outil "Multi-Row Formula", j'ai pu répondre à ma problématique.

Merci pour ton aide.

 

Cordialement,


Clément

clmc9601
13 - Pulsar
13 - Pulsar

Hi @ClementSo,

 

Multi-row formula will work, or a simpler solution is using Tile to group by, as shown below. It matches your desired output for all but the third record (If I understood your logic correctly, the classification should be "1" instead of "3"?), so I flagged it with false in the workflow. 

 

Screen Shot 2021-02-08 at 6.14.30 PM.png 

ClementSo
8 - Asteroid

Hi clmc,

 

actually your solution with the tile tool is really easy to implement and simplifies my workflow considerably.

 

clément

Labels
Top Solution Authors