Hello! I am newer to Alteryx and loving it so far. I have a problem that I am struggling to solve, and haven't quite found what I needed in my searches.
I have a big data set that gets updated monthly, coming from an external source. This feeds through a workflow with many different filters to produce my outputs, which is working really well. What I need now is a check to see when something new is showing up in 10 of my columns I use to filter....
For example, one filter is on "Employment Status." There are currently 8 different Employment Statuses, and I want to know when a new one is added.
I was able to export a listing every month of all my fields -- example attached -- but I need Alteryx to look at two months and tell me what's new. I have tried a join, but I think I need the join to look at all the columns separately? (The rows are meaningless.) Do I need 10 separate inputs per month (20 inputs) and 10 separate joins? It seems like there would be a more efficient option?
Thanks!!