TransHeader and TransFooter Error NAV 2009 R2

tonypangtonypang Member Posts: 101
Hello Master,
Do you have any idea why my TransHeader and TransFooter is zero.

* In the report I loop a lot of "Serial No." in item tracking Line.
Any Idea. How this can be solve ?

Thanks
NAV

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Are you using classic client or RTC?

    Are the values showing correct in report preview..
  • tonypangtonypang Member Posts: 101
    Classic Client. Only the TransHeader value and TransFooter value is wrong.
    NAV
  • raveendran.sraveendran.s Member Posts: 119
    Since Item Tracking Information is there in between, Check whether the TransFooter & TransHeader are placed for the right DataItem.

    Better to share a screenshot of the Sections Part if you can.
    --
    Regards,
    Raveendran.BS
  • tonypangtonypang Member Posts: 101
    Thanks raveendran.s

    Below is the screen shoot for your reference.

    *Modify by Standard Report.

    Do you have any idea ?
    NAV
  • raveendran.sraveendran.s Member Posts: 119
    I can see the sections at the Right place. Try adding the amount field as TotalFields.
    --
    Regards,
    Raveendran.BS
  • tonypangtonypang Member Posts: 101
    Thanks raveendran.s

    What is "Try adding the amount field as TotalFields." mean for ?
    Any example ? Do you know why TransFooter value will be zero ?
    Will this also affect RTC report ?
    NAV
  • tonypangtonypang Member Posts: 101
    Thanks raveendran.s.

    I try to add to TotalFields but the result still the same.
    Do you any solution for this ?
    NAV
  • ZephyrZephyr Member Posts: 110
    You should update data items property by TotalFields or use code like this
    CurrReport.CREATETOTALS(Amount);
    
    Zephyr
  • tonypangtonypang Member Posts: 101
    Thanks Zephyr.

    I tested the TotalFields property but the result still error.
    Is it this is Navision Limitation ?

    Hope some one can help me. Thanks
    NAV
Sign In or Register to comment.