Hi,
I have a workflow where I'm able to split the incoming data into two groups (let's say A and
based on the value in one field (I actually do this in the SQL queries at the beginning...then I join the results of the two queries after doing so; "A" is only in one query, whereas "B" is in both datasources). I want to have a third group called "All" in addition to A and B in my output. Not sure if there's a way to do this in SQL or in Alteryx, but there's got to be a way, right? Thanks in advance.