Hi.
I have several data sets where I would like to build a workflow that identifies amounts that SUM to zero and segregate them from amounts that do not SUM to zero. Prior to Alteryx I would use Excel's solver functionality to accomplish such tasks. Is there a way to replicate this functionality in Alteryx? I attempted to use the Optimization tool, but am not familiar enough with the syntax to build out the parameters correctly. Can anyone assist?
Example data:
| 694,494.34 | 1 |
| (77,749.62) | 1 |
| 207,256.03 | 1 |
| (1,517,382.72) | 1 |
| 615,632.35 | 1 |
| 77,749.62 | 1 |
| 100,000.00 | 0 |