Dataitem in Dataport

Lars_Ender
Member Posts: 10
Hello,
I have a dataport with two tables as dataitems.
The export works fine - but navision execute first all
dataexports on the first dataitem and then all on the second.
Example of the Export File:
"12235";"Yes";
"1gf45";"Yes";
"1hj45";"Yes";
etc...
"Mr. sggfrdest";"OK";
"Mr. sgfghasefgest";"OK";
"Mr. sggfrfagst";"OK";
etc...
but I want it in thah format:
"12235";"Yes";
"Mr. sggfrdest";"OK";
"1gf45";"Yes";
"Mr. sgfghasefgest";"OK";
"1hj45";"Yes";
"Mr. sggfrfagst";"OK";
etc...
Could anybody help me?
Thanks in advanced.
Lars
I have a dataport with two tables as dataitems.
The export works fine - but navision execute first all
dataexports on the first dataitem and then all on the second.
Example of the Export File:
"12235";"Yes";
"1gf45";"Yes";
"1hj45";"Yes";
etc...
"Mr. sggfrdest";"OK";
"Mr. sgfghasefgest";"OK";
"Mr. sggfrfagst";"OK";
etc...
but I want it in thah format:
"12235";"Yes";
"Mr. sggfrdest";"OK";
"1gf45";"Yes";
"Mr. sgfghasefgest";"OK";
"1hj45";"Yes";
"Mr. sggfrfagst";"OK";
etc...
Could anybody help me?
Thanks in advanced.
Lars
0
Comments
-
Sorry, but you cannot do it through standard dataport. You must use C/AL code to export such a format...0
-
This cannot solved with a simple dataport.
This must be done manually by code because you want to proceed both tables parallel (1st of table A, 1st of table B, 2nd of A, 2nd of B, ...)
My suggestion is to have an integer loop as master and within this loop you take your records from the tables and write manually into the export file.Timo Lässer
Microsoft Dynamics NAV Developer since 1997
MSDynamics.de - German Microsoft Dynamics Community - member of [clip]0 -
okay ... thanks for your quick answers.0
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