Insert a line break while printing in Excel

liizz
Member Posts: 125
Hi,
I have a report in which I put the option to print in Excel.
I have a field 'Details' which is an array of 5 dimensions which I used on the report sections.
But, on the Excel, I used it as follows: Detail 1| Detail 2| Detail 3|....|Detail 5 which is being displayed in one cell.
I want to insert a line break which should be as follows:
Detail 1
Detail 2
Each detail should be displayed one after the other..
Is there a way to do that?
Plz advise me..
Thanks
Liizz
I have a report in which I put the option to print in Excel.
I have a field 'Details' which is an array of 5 dimensions which I used on the report sections.
But, on the Excel, I used it as follows: Detail 1| Detail 2| Detail 3|....|Detail 5 which is being displayed in one cell.
I want to insert a line break which should be as follows:
Detail 1
Detail 2
Each detail should be displayed one after the other..
Is there a way to do that?
Plz advise me..
Thanks
Liizz
0
Comments
-
Increase Row Value one with same column value0
-
Use a character variable and assign the value 10 to it.
chrTest = Char
chrTest := 10;
CellText := Detail1 + format(chrTest) + Detail2
That should do the trick.0 -
Hi,
I have been able to do the line break, i.e all details are displaying one after the other.
Thanks a lot for ur posts. =D>
But, now I have to add a bullet point in front of each detail.
It should be as follows:
• Detail 1
• Detail 2
• Detail 3
• Detail 4
• Detail 5
Each detail should be displayed with bulletted style as shown above..
Is there a way to do that?
Plz advise me..
Thanks
Liizz0 -
if you have questions about excel automation you should go look those up on a different forum.
For the bulletedlist: have you tried making a bulletedlist in Excel? I failed and could only copy a bulletedlist from Word to Excel. Next to that, if I placed the copy in one cell, the bullets didn't even show.(Excel 2007)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