Alteryx Designer Desktop Discussions

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

Categorising Data into Separate Views based on some criteria.

jmd25
7 - Meteor

Hi all

 

I am trying to undertake a categorisation of various products into 3 tables based on the following conditions.

 

1. Products where interest is always charged

2. Productions where interest is sometimes charged

3. Products where interest is never charged

 

For example, if I have input table below:

 

IDProductInterest Paid
1ToasterYes
2ToasterNo
3LaptopYes
4PhoneNo
5CarNo
7ToasterNo
8FoodNo
   

 

I would like to be able to split this into the following views:

 

Interest Always Paid

IDProductInterest Paid
3LaptopYes
6LaptopYes

 

Interest Sometimes Paid

IDProductInterest Paid
1ToasterYes
2ToasterNo
7ToasterNo

 

Interest Never Paid

IDProductInterest Paid
4PhoneNo
8FoodNo

 

 

I have tried doing this using a filter by Interest Paid = Yes, then joining the True vs False outputs. But the data set is pretty big and the J output is huge.

 

Welcome any suggestions,

 

Thanks in advance,

 

Kind Regards

1 REPLY 1
cjaneczko
13 - Pulsar

Here is one way. With the info filtered like this you can output to different tabs/sheets or a layout report.

 

image.pngimage.png

Labels