Having Problems With My Report

matsekematseke Member Posts: 11
edited 2004-10-04 in Navision Attain
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... :wink:

Comments

  • SteveOSteveO Member Posts: 164
    You could create a new global variable.

    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. :)
    This isn't a signature, I type this at the bottom of every message
Sign In or Register to comment.