Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Looking for Dynamic Filter Solution

nokia6600
5 - Atom

Hello Community Friends,

 

I have created a PDF document where the table in Alteryx filters based on the employee ID. But the issue is I do not want to show employee who do not have any target for one of the products so my table should filter if someone do not have target for that product. For example, employee 111 do not have Product C target so this should not be in the table when Alteryx generates the report for that particular employee. Thanks all.

 

EmployeeProducts NameProduct Sales TargetActual Product Sales
111A500700
111B200300
111C  
111D700500
222A500700
222B  
222C200300
222D700500
333A  
333B500700
333C200300
333D700500
1 REPLY 1
AndrewDMerrill
13 - Pulsar

Can't you just Filter on NOT IsNull([Product Sales Target])?

Screenshot.png

 

More specifics would be very helpful if this is not what you are looking for. Otherwise if my reading/understanding of your request is correct, based on your sample data, nothing would be output because every employee is missing a sales target for at least 1 product.

Labels