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 data using Filter tool based on multiple criteria from a column

Vasyl11
メテオロイド

Hello,

When I try to filter "A1 - Sales", "A2 - Services Sales" in filter tool, I get error. See sceen. Could anyone help? Thanks

Vasyl11_0-1616423726674.png

 

3件の返信3
Emil_Kos
17 - Castor
17 - Castor

Hi @Vasyl11,

 

To make in statement work you just need the name of the field + the list of items. 

 

Try removing contains and it should work for you. 

Vasyl11
メテオロイド

Thanks a lot!

Sntrada
ボリード

If you are trying to evaluate if the US GAAP Category column contains "A1 - Sales" or "A2 - Services Sales", then your formula should be like this:

 

Contains ([US GAAP Category], "A1 - Sales")

OR

Contains ([US GAAP Category], "A2 - Services Sales")

 

If this is not what you are trying to do, please explain what you are trying to filter. 

 

ラベル
トップのソリューション投稿者