Hi,
I am a beginner in Alteryx and need help with a particular summing issue. I have data where there are multiple volume entries per day per region. I want to convert the data to one summed entry per region per day. eg:
From:
North 01/10/2015 100
North 01/10/2015 150
North 01/10/2015 125
To:
North 01/10/2015 375
I can get the result required if I use cross tab with date in rows and Region in columns. However I want to have it as above with Region / Date / value as a single row. This will help for later analytics reporting.
I appreciate your help.
Regards,
Alexis