Options

integer data item

aliennavaliennav Member Posts: 449
we all know that total fiels property is used for totalling of some specific fields .and this property we can get thru data items property.

now the question is that if i have the integer data item and in the object designer i have specified some fields of which i want total then how can i get that?

the problem is in the properties of integer data item there's only 1 option that is NUMBER in the list of the total fiels.

Comments

  • kinekine Member Posts: 12,562
    You can create totals of any variable in the report through using CurrReport.CREATETOTALS(var1,var2...). In this case, value of each variable right at the end of OnAfterGetRecord will be cumulated and you can print correct totals in GroupFooter and Footer section.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.