i have to show total of debit amount in group header. i am using Cust.ledg.entry table.
Can anyone help me how will i show the total in group header???
you might want to write the complete grouping logic before the group header section (should be in PreDataItem) to get the numbers and then display it in group header section.
Or you may want to add Group Header and Group Footer section, make then non-visible, get the total in Group Footer section. Then again add the Group Header and Group Footer Section, this time make them visible and add the total in Group Header which you get in last Group Footer section.
Comments
Or you may want to add Group Header and Group Footer section, make then non-visible, get the total in Group Footer section. Then again add the Group Header and Group Footer Section, this time make them visible and add the total in Group Header which you get in last Group Footer section.