SOLVED- My Template file had an extra column that was hidden. After I removed that, all is good.
Hi experts,
This excel report is missing values for the last column "TotalBillsProcessed"
The input is this Select from table and it does return non-null values for all rows.
SELECT FirstName, LastName, Client, FreightBillRecdDate, Dom, Intl, TotalBillsProcessed
FROM MyTable
How can I get rid of the ignore F8 in the Available side? Could that be causing my issue?
Thanks