Excel Column Exporter v2.1

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
edited 2009-01-02 in Download section
Excel Column Exporter v2.1
Choose fields of any table to export to Excel.

http://www.mibuso.com/dlinfo.asp?FileID=207

Discuss this download here.

Comments

  • lesmithnmlesmithnm Member Posts: 1
    I am an end user with "super user" permissions. I downloaded the Excel Column Exporter and imported it into a copy of our Navision 3.6 database to try it out. When I try to use it, I get a message that I do not have permission to do so. Does this only work with a developer's license? If not, do you have any suggestions?

    Thank you in advance,

    Larry Smith
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Your license need to be configured to use the imported objects.
    You can use this How To ( http://www.mibuso.com/howtoinfo.asp?FileID=1&Type=howto ) or this Download ( http://www.mibuso.com/dlinfo.asp?FileID=299 ) to determine your object range.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • BRSSBRSS Member Posts: 2
    In report 50990, change following code :

    TotalRecNo := IntTable.COUNTAPPROX;
    ---> TotalRecNo := IntTable.COUNT;

    FOR i := 1 TO 999999 DO BEGIN
    ---> FOR i := 1 TO TotalRecNo DO BEGIN

    Explanation :
    It's better to proceed only existing records, so using TotalRecNo (filled with exact value by COUNT code) decrease export time.
  • Jeff_FierceJeff_Fierce Member Posts: 32
    It is not possible to edit saved filters?
  • ChrisOnSkiChrisOnSki Member Posts: 3
    Is it possible to improve the export speed to excel? I've got a table (78 columns) with about 8.000 records and i takes over 1 1/2 hour to export this data to excel.
  • RobertMoRobertMo Member Posts: 484
    can you try with "Export Navision Table Data PRO"
    ( http://www.mibuso.com/dlinfo.asp?FileID=350 )

    Export to txt and then copy to Excell. How much does it take ?
               ®obi           
    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  • mayamaya Member Posts: 17
    Wen i run the from to export & import data. after i run im gettin an error "RecordRef is not closed. It should be closed before opening a new table"

    Kindly give a solution for this. Even after closing the recordref im still gettin error if i try to save the filter. Also not able to import compilation error occurs.
    Maya.VJ
Sign In or Register to comment.