And in order not to see "garbage", make sure your filter includes the parameter
{Record Type} = "H" for Header fields
or
{Record Type} = "D" for Detail fields
(or "I" or "T").
You will never want to include different record types in one GridView. If you need both header and detail fields in your report, this needs to be done via a Workspace of linked Views.
Steve