Can you customize the group by headrer line?

Hi All,

At present the header line for a group by section reads

Ledger Code => 200

This is technically correct and the group by works fine, but can I make the line read

Ledger Code => 200 Sales

That is to add the name of the ledger code as well?

Thanks

Tony

Fixed - just needed to tweak the select statement to use sc_concat(gl_code," ",gl_name)

Tony