Is it possible to format the output text to have line breaks, it is putting all the data in one long row of text
4 comments
-
Jet Reports Historic Posts Hi ColleyV
I wanted to explore this but I'm trying to find a field in my database that is binary text. What field are you trying to pull? -
Jet Reports Historic Posts It should respect carriage returns in the notes. Just setup the workbook with the Jet keyword Fit in the row and have it set to wrap text and it should work.
Attached is an example.
Book1.xlsx -
Jet Reports Historic Posts One thing that I have found about Binary text in NAV is typically standard characters are interpreted correctly when pulling into Excel, but special characters may not.
This is because NAV uses a different character set than what is being pulled in by Excel. This is a limitation of Windows, not Jet, however.
So, as Jason mentions, it should respect carriage returns, it may have some unexpected results from time to time with the text in the database. -
Jet Reports Historic Posts Here is a MSDN link about the character sets: https://msdn.microsoft.com/en-us/library/dn271702%28v=nav.71%29.aspx
(NAV is using Unicode whereas Windows is using ANSI)