Group After A Calculated Column
I have a calculated column setup to override the account number for credits/negative amounts in my source file.
How can I have the override occur before the grouping occurs?
Do I have to run the override as a Task?
How can I have the override occur before the grouping occurs?
Do I have to run the override as a Task?
“How can I have the override occur before the grouping occurs?”
You can’t. All of the source data/grouping occurs before the map is executed.
“Do I have to run the override as a Task?”
This would likely be a calculation, not a task.