I have two Basic Tables that I am Unioning so that I can ultimately output them to separate worksheets, using and added field called "Sheetname". The two tables pull from the same data source, however, one of the tables uses a "Cross Tab" tool to sum a few columns and create a kind of Summary worksheet, while the other table just basically reports the underlying details. Since I used the "Cross Tab" tool, the two tables have different structures (different columns). Whenever I do this, I seem to run into the issue that I cannot change the column widths. My summary table has only 4 columns, while my detailed table has 15, so when the tables get outputted to the workbook, the tables have the same width, but I cannot reduce it on my summary table (ATTACHED SIMPLIFIED WORKFLOW).
Any guidance on how to manipulate the widths would be much appreciated. If I have to use a different method of exporting to different worksheets, that is fine too, I just need some capability to update the formatting (color, add dollar signs, etc.), which includes modifying the width length.
Thanks so much,
Adam