Display data in Two Clolumns in a Report

kish2007
Member Posts: 64
Hi all,
Is it possible to display data in two columns per page in a report like i need to display the follwing order.
Item No. Name | Item No. Name
________ _____ | ________ _______
001 aaaa | 004 ddd
002 bbb | 005 eee
003 ccc | 006 fff
is this possible in Navisio4.0????
Thanks inAdvance.
Regards,
kishore...
Is it possible to display data in two columns per page in a report like i need to display the follwing order.
Item No. Name | Item No. Name
________ _____ | ________ _______
001 aaaa | 004 ddd
002 bbb | 005 eee
003 ccc | 006 fff
is this possible in Navisio4.0????
Thanks inAdvance.
Regards,
kishore...
0
Comments
-
Hi,
Yes, this is possible, not easy but possible.
What I usually do is create array variables and the dimension is the number of collumns.
So for you that would be 2.
You should create 2 Array variables, one for your "Item No." and one for your "Name".
In your dataitem "OnAfterGetRecord" trigger, you load your data into the array variables.
You also set a boolean in this trigger. This boolean controls if the new section should print.
You set this boolean to True when 2 records have been read or if the end of the data has been reached.
You add an integer dataitem indented to your dataitem. Set the maxiteration to '1'.
Add your report sections to the the integer dataitem. In the OnPreSection trigger you check your boolean and if it is set to True, print the section.
In your section you add the the array variables with their index numbers, like ItemNo[1], ItemName[1] and ItemNo[2], ItemName[2].
This should do the trick,
I hope this helps,
Regards,
WillyFostering a homeless, abused child is the hardest yet most rewarding thing I have ever done.0 -
Thanks willy.
I will try with ur suggestion.
Thanks.
Regards,
kishore.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