Thursday, April 23, 2015

Dynamics NAV 2015 - How to use a CAL Variable on a Report


  • Define your Global variable in the CAL
    • Example MyVar
  • On the report, create a DataItem > Integer > MyDataItemName 
    • In the properties, set MaxIteration to 1
    • This controls how many times the report will cycle through the fields you add
  • Insert a new line
    • Insert MyVar > MyVarName
  • You will now be able to pull MyVarName on your Report Layout

No comments:

Post a Comment