Hi,
I am a new bee of Alteryx and need help on creating 2 flag columns (IS_Customer, Customer_TYPE),Alteryx Workflow attached
I have 2 Tables: Customer Interactions, Customer Details and Need a NEW TABLE with the below flags:
Ex:
Customer_ID | IS_Customer | Customer_TYPE |
NULL | FALSE | NULL |
11 | TRUE | NEW |
12 | TRUE | NEW |
13 | TRUE | NEW |
14 | TRUE | EXISTING |
IS_Customer: If there is an existing Customer based on Customer_ID
Customer_TYPE: to capture if there is Repeated Customer (based on Encounter_Date) with in the last 24 months of the Interaction (Visited/ bought previously) based on Interaction Date.