Here is my dilemma. I have a large file of data...maybe a millions rows (I'm sure I can narrow this down). One of the fields is a value. I want to find combinations of records where the sum of the value equals a given number. I don't have an example because I don't even know where to begin.
For example, let's say I'm looking for $1,410.15 within the data set. That amount could be made up of any number of records that net to $1,410.15.
Has anyone built anything for this type of scenario in Alteryx? I've seen some stuff on the internet but it looks too advanced for me.