I'm using the render tool in order to get scripts to output in a format that is more visually pleasing. This includes adding a header, date run, tab description, and the period for which the script is being run. Overall, the reports look good, however, I'm running into issues with the data not being able to sum when opening the actual excel output. In particular, I'm looking at the amount column of the output (column S). It seems as though half of the data in the column is being formatted as a text and the other half is being formatted a number. I attached three files:
1. Render issue.yxzp - This is and excerpt from the full script. I have the results being export directly to excel and also being export using the render tool
2. Sample Export (good) - This is the excel output not using the render tool. Column S appropriately sums.
3. Sample Export (Bad) - This is the excel output using the render tool. Column S does not sum appropriately.
I'm looking for any comments as to what I may be missing here.