Is the CreateTotals function still supported, like in NAV2016?
I know it is not supported in RDLC but I have a custom report that has code using the CreateTotals function and is using the result in an xml file, created by the report and used for an EXCEL sheet. However the totals, created by the 'CreateTotals function are displayed as zero.
0
Answers
CreateTotals function is not supported in new NAV versions. It should be reimplemented by manual calculations of totals:
Source: http://www.dynamics.is/?p=1168
for Microsoft Partners