I have a data set that needs to be processed on a monthly basis.
The input stream prior to Table Tool looks like this when I created the whole workflow
| Jan 2023 | Feb 2023 | File Name | MoM | Feb Rate | Q1 Sum |
In the Table Tool, I created a column rule for column "MoM".
The expected result for next month should be this, and I already forced the input stream this way for the Table Tool
| Jan 2023 | Feb 2023 | Mar 2023 | File Name | MoM | Mar Rate | Q1 Sum |
However, the output from the Table Tool looks like this.
| Jan 2023 | Feb 2023 | File Name | MoM | Q1 Sum | Mar 2023 | Mar Rate |
Excepting manually updating the Table Tool, is there a way to set the output as I expected for March 2023?