If we want to use 2 budget files in Navision (eg orginal budget vs forcast update), how do I specify an amount from only one of the 2 budgets? If I use the function GL("Budget",{account},{fromdate},{todate},,,,,,,,{database}) it adds up amounts from both budgets.
Date
Votes
1 comment
-
Jet Reports Historic Posts The GL function does have a Budget argument. Enter the budget name or select it via the lookup button and you will get the result you wish to have.
=GL("Budget";{fromdate};{todate};;;;;;;;{budgetname})
If you look in the Jet Reports Help in Excel or Jet Reports PDF file on Page 190 you will find an explanation of all the GL arguments.
Please sign in to leave a comment.