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

Multi Field Filter Is not empty Test

relderton
5 - Atom

I have 10 license groups that I have created as fields using a crosstab tool. I need to filter to return users that have more than 1 license. 

 

For example:


Person 1 could have license 1 and 7 

Person 2 could have license 4 and 5 

 

Is there a way to test all 10 license groups at the same time to return users that have more than 1 license?

1 REPLY 1
apathetichell
20 - Arcturus

why not add a summarize/group by person/count prior to the crosstab? then join that to the pre-crosstab data so you have the count - THEN crosstab.

 

Labels
Top Solution Authors