Hi folks,
So I have a bit of a problem I can't seem to solve. I have a data source that comes into Alteryx, I can prep most of it... however I'm not always going to know the field names (The data source changes depending on usage through a previous day)
Day one;
Agent Name | Time Signed In | Time Signed out | Status 1 | Status 2 | Status 3 | Status 4 |
Dave | xxxx | xxxx | xxx | xxx | xxx | xxx |
Dave | yyyy | yyyy | yyy | yyy | yyy | yyy |
Brian | xxxx | xxxx | xxx | xxx | xxx | xxx |
Day two;
Agent Name | Time Signed In | Time Signed out | Status 1 | Status 2 | Status 4 |
Dave | xxxx | xxxx | xxx | xxx | xxx |
Dave | yyyy | yyyy | yyy | yyy | yyy |
Brian | xxxx | xxxx | xxx | xxx | xxx |
So the Summarize function is grouping based on Agent name, but sometimes the status fields aren't always in the data source and Alteryx throws a fit when they aren't included.
How on Earth am I going to get around this as I cannot figure it out?