Navision 3.10..
Last one and I should be good for awhile...
How do I do a report total?
When I go to Purchase and Payables and then to Orders Received. I go to Posting and Test Report.
On that report it shows me Qty To Receive, but I would like it to have a total on the bottom so we don't have to manually add ourselves.
.. is there an easy way to figure out exactly what report I need to be in to edit?
0
Comments
RIS Plus, LLC
RIS Plus, LLC
Open the report & look at the dataitems. One of the will be "purchase line".
Put your cursor on that dataitem & hit F9
OnAftergerGetRecord add the CREATETOTALS function as listed below. Once that line has been entered - hit escape to go back to the dataitems
View->Sections
From Puchase Line Body(2) copy the QtyToHandle field - Paste it on Purchase Line Footer (5)
Save->Compile->Enjoy
Edit - too slow
PS - now that I look at it - there is already a CREATETOTALS function on Predataitem - just add your variable
http://www.BiloBeauty.com
http://www.autismspeaks.org
One last question..
I saved the report as a new one with my total on it.. left the original one in tact..
On my new report I've deleted some information I do not need.. now there's some additional space in the middle of my report. How do I get > PageCounter, Body (7) moved up a bit?
http://www.BiloBeauty.com
http://www.autismspeaks.org
I have "Open PO Rpt by PO#". I resaved it as something else and modified the layout.
In the Purchase Line I have the following:
Those last two are the ones I want to total at the end of the report.. Quantity and "Outstanding Quantity". They're in my C/AL Globals as well.
In my Purchase Header, Footer (4) I have them as well. They always show 0.00 for totals.