hi there
I am new to navision and i have manage to write good reports so far...
my bproblem is, i have no idea how to create a dummy field which will only appear when lets say:
if say inventory balance is1000 and quantity delivered can only total to 800(not enough shipment to cover the inventory balance). So i want the report to to fill in the remaining 200.This scenario must remain in the report. However if this is the case the new boolean field should be flagged as "yes".
Pls HELP...
Comments
Then in the OnAfterGetRecord trigger of the dataitem you can set the value of your new variable.
On the section designer you can add a new textbox and set the source expression to your new variable.
Hope this helps you a bit.