Hi.... recently i customize 1 of the report named "Transfer Order" rpt.
and when i add in <transfooter> it's sum all the amount at the buttom of the pages...but i realized that i took wrong amount.
Eg: Rpt generate 2 pages. Buttom of the 1st pages--> <transfooter> suppose to be 488 dollar but it appeared 490. It's more 12 dollar, and the 12 dollar is the first item of 2nd pages.
Y my transfooter sum in the 1st item of 2nd pages??
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I add <transfooter> and it display the wrong amount for me at the 1st pages. it's suppose to be 490 dollar but it's print 488 wherea the differential 12 dollar is the 1st item of 2nd pages... And the <footer> is right it's display the right amount at the last pages.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I also faced the same problem. But in my report I used grouping on some field then only I got that problem. I think it is a navision bug.
you can write a code for that. create a variable and sum up the field value to this var in the body section and show this variable in the transfooter. It might solve the problem.