Altering Navision reports

BokkBokk Member Posts: 138
edited 2005-04-29 in Navision Attain
I am working with a base Navision report that displays Aging Periods (ie. 0-30 Days, 31-60 Days, etc.) and need to make some changes. I have gone through the code and am trying to figure out how the arrays are being set and used to derive the correct values and am finding it quite confusing.

I don't recall dealing with arrays or reports with much complexity in the development course and can't seem to find any examples in the course material. Can anyone point me in the direction of some reference material or anything that might assist in this process?

Thanks,
SGM

Comments

  • SbhatSbhat Member Posts: 301
    Go the code on the report and then go to View--->Global Variables look at the properties of each variable and you will find that some of the variables have dimension which means the variable is an array. If you need further help on arrays you may use any database programming book to look into.

    SB.
Sign In or Register to comment.