Total Amount At Header

mrigyamrigya Member Posts: 124
Hi All, Please tell me how can i display the total amount which is calculated at footer of data item, i want that total to b displayed on the header of same dataitem.
Thanks
Mrigya

Comments

  • sandy_bsilsandy_bsil Member Posts: 40
    If the Total Amount is calculated manually, then you have to run a loop
    in OnAfterGetRecord() or OnPreSection() of the header to calulate the amount before the header section is displayed..
    Sandeep B
  • mrigyamrigya Member Posts: 124
    But how come is this possible if i m taking the amount in the body of the dataitem and the header is displayed before the body section.
    and there are some conditions given on the body of the dataitem to display the record....Please be more precise how to do

    Thanks
  • AsallaiAsallai Member Posts: 141
    Let try to check how is the standard report is working, for example:report 206 Sales - Invoice. The Header result is showing not at the Sales Header section, it is starting the PageLoop Header.
    :wink:
Sign In or Register to comment.