We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Choosing specific file

SusmitaM
6 - Meteoroid

I have 3 files in a folder as attached and I want to get below output from each of the file using formula tool, so that i could get the accurate figures from each file. How should i do that? Please help, due to data confidentiality cannot mention the details.

 

Formula : " IF ([XXX] IN ("A", "B") AND [YYY] > 60) "

Output:

XXX       YYY
SBS        16
Client     177

 
1 REPLY 1
Raj
16 - Nebula

@SusmitaM 
formula syntax should be
if condition then expected else expected endif

Labels
Top Solution Authors