Excel Column Exporter v2.1

Administrator
Member, Moderator, Administrator Posts: 2,506
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.
Choose fields of any table to export to Excel.
http://www.mibuso.com/dlinfo.asp?FileID=207
Discuss this download here.
0
Comments
-
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 Smith0 -
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)0 -
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.0 -
It is not possible to edit saved filters?0
-
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.0
-
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
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯0 -
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.VJ0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions