I have tried to do header groups on the following. I have tried changing the column values to match the AS, removed the table reference (mv.) and it never shows the Header Group when I run the report.
Is there anything I need to change since the information I am referencing is from multiple tables?
SELECT 'dbr.header.group', 'Last Service Information', 'mv.EndInvCalc', 'mv.TriggerValue', 'mv.PdfRoundAmt';
SELECT pos.code AS 'POS Code',
mv.ProductFamily AS 'Product Family',
pro.code AS 'Product Code',
pro.description AS 'Product',
vmi.quantity AS 'Pick Quantity',
posmpc.par AS 'Par',
mv.QtySold AS 'Qty. Sold',
mv.EndInvCalc AS 'Ending Inv.[mv.EndInvCalc]',
mv.TriggerValue AS 'Trigger %[mv.TriggerValue]',
mv.PdfRoundAmt AS 'Round Amt.[mv.PdfRoundAmt]',
vmi.last_update_datetime AS 'Last Update'