Hi all. I have a transaction dataset with the following fields: member ID (repeated per transaction), transaction amount, date, and whether this is a monthly or yearly payment. I'd like to output the data in a way such that I have all unique members as a column, each month as a column, and then the value each member has paid for that month as the value in the monthly columns.
For example, if member 1 paid 120 and is tagged as "yearly" in 01/15/2022, I'd like the monthly columns to show 10 for each month from 01/2022 through 12/2022. If member 2 paid 15 and is tagged as "monthly" in 02/17/2022 I'm trying to get this to show just 15 within that month. I'm having trouble getting the workflow set up as I am a new Alteryx user. Does anyone have any suggestions?