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.

Filtering by condition

VK11
7 - Meteor

Hello Everyone, I would like to filter the items by using the condition when FQ=1 then Count =1 and FQ=2, then Count=2 and goes on.

The result would be similar to the attached picture. please help as I am new to alteryx

Thanks and Regards

VK11

5 REPLIES 5
alexnajm
18 - Pollux
18 - Pollux

It sounds like the Filter would just be [FQ]=[Count] then!

VK11
7 - Meteor

FQ=Count gets only this

alexnajm
18 - Pollux
18 - Pollux

Yes that's correct - that's the condition that you set out in the initial post. Can you clarify then your end goal? Are you trying to output to multiple sheets in the same excel file based on the count condition?

alexnajm
18 - Pollux
18 - Pollux

If you are just trying to Filter to each part, you can stack Filters to where Count=1, Count=2, Count=3, etc. Like this:

Filtering by count snap.PNG

 
Ranga116
6 - Meteoroid

It's simply the condition i.e  [FQ]=[count]

Labels
Top Solution Authors