Hi Dynamics AX experts,
I'm working on this project to extract data from AX table. I'm successul in extracting those data and exporting them in csv file. My problem is I don't know how to add the total of each row.
This is my sample data
Item ID Book1 Book2 Book3
100 50 70 200
102 65 100 80
---------------------------------------------------
Total 115 170 280
How to get these total data?