Hi,
I am quite new to Alteryx. I have a very messy data file. Each client has a client ID. However, as this file is consolidated from different regions, some customer data is different, some customer data is empty despite the customer is the same.
I would like to choose one of the data, regardless the correctness of the data and apply the same to those customer with the same ID.
I have attached a sample file, do note that i have many columns of customer data to be find & replace than being shown.
I have tried Multi-row formula to group the customer ID and try to apply formula, i.e. if is null. However, if the field is not null, then the data will not be changed and same customer ID may results in two different address.
Could anyone suggest a better method? Thanks in advance for the assistance.