Hello everyone,
I want to add a data checking process to my existing Alteryx workflow to catch potential errors. The existing workflow creates a normal output file like below:
| ID | Weight |
| A | 10% |
| B | 82.50% |
| C | 7.50% |
The data checking process in my mind should monitor the "Weight" column. If the total weight is not equal to 100% then a extra output file ("checking file") should be produced and saved down. if total weight is 100% then no checking file should be produced.
Any help would be appreciated.
thanks.