Add subtotals and grand totals in Axapta 2009 report

百般思念 提交于 2019-12-13 03:49:15

问题


I have a report like this

Classification Item Qty Weight (Kg) Value


I want to add subtotal per Classification and grandtotal to both Weight and Value. How?


回答1:


To add a subtotal for Classification you need to set the SumAll property of the corresponding field to Yes. However you would need to calculate grand totals of Weight and Value manually, you can display them in a separate ProgrammableSection by running element.execute(...); from the fetch() method.



来源:https://stackoverflow.com/questions/5087342/add-subtotals-and-grand-totals-in-axapta-2009-report

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!