Hi all,
I'm currently trying to design validation workflow which creates various error messages based on a multitude of requirements. One of the checks I have is to make sure there are no negative values across 360 different string columns for 750k+ records. Of course an easy solution for this would be to utilize the CReW macro pack and use the Total tool, but in order to maintain streamlined usability across multiple users who are not familiar with Alteryx we decided to not have others download material from the internet in order to hit run once.
So as of right now, I had a multi-field formula doing a bool check on whether the cell contains a '-'. Then I have the bool values grouped and summed by the source file and columns. Now my issue is I do not want to output a report with 360 fields for 12 different source files when this could easily be 2 fields, one for the file and the other for the total negative values. Now all I have to do is add the 360 fields up into one column. I've run into this issue years back and we ended up just using the CReW pack, but is this really the only solution? I can just use the formula tool to create a new field and manually enter all 360 fields to be summed, but that would take forever and just doesn't feel right. Is this my only potential solution? Am I missing something with the multi-row or multi-field functionality?
Thanks in advance