Storing the Data in NAV in the same manner as it is in Excel

chandrurec
chandrurec Member Posts: 560
Hi all,

I am having datas in excel in some particular key. When I use dataport to bring that data from excel into NAV, I found that the data is getting stored in some other structure. Is there is any way to load the data into navision in the same structure as it is found in excel file.

If anyone know how to do this, Kindly let me know.

Thanks in advance.

Regards,
chandru.

Comments

  • hhhhhhhqat
    hhhhhhhqat Member Posts: 111
    is this temporary table or standard Table ... ?

    any way you have to use (setcurentkey) command

    ex : No. is field in that table , you want to sort by this Field.

    Record.SETCURRENTKEY(No.);