Hi -
I'd like to run datasetA (sales records with various parameters including but not limited to color, quantity, size, express shipping, etc.) against datasetB (company product price list compiled according to the above-mentioned parameters and marked with Black suit, 2 pieces, L size, and Yes for express shipping) from left to right, and kind of like the Plinko simulation (however based on the state of the parameters including color, quantity, size, express shipping, rather than based on probability) from top to bottom of the company product price list.
The expected result should be
sale 001: black suit + 2 pieces + L size + normal shipping = combo A, price * quantity = total price
sale 002: white suit + 3 pieces + M size + express shipping = combo B, price * quantity = total price
sale 003: blue suit + 2 pieces + S size + express shipping = combo C, price * quantity = total price
What Alteryx formulas/tools could I use to establish the workflow?