I have a file with a payment history stretching several years for a number of customers. Separately, I have a column with a their contract termination date. I would like to map a payment history, whereby only payments after termination date appear, and the ones before are displayed as zero.
I am new to Alteryx, so the only idea that came to my mind involved Formula tool, and a lot of iterative actions, i.e. create new column for every month, and insert simple expression relating to the column month and termination date.
Is there a quicker way?