By using this website, you agree to our Terms of Use (click here)
Hello,
I have a GI that shows Vendor Notes. I want to use that GI as a side panel.
All works as desired, except the notes are displayed as one long line of text. My notes have line breaks, blank lines etc. for ease of reading.
So the Notes on the Vendor screen look nice and formatted.
When I display the Vendor notes in my GI, it is one long text screen.
I found that this formula at least puts a "/" character where the line breaks are.
=Replace( [Note.NoteText], '\n', '/' )
However, can I replace the "/" in this formula with something the GI can use to actually display with the line breaks?
I don't know of a way to put carriage returns in Generic Inquiry results, but that would be cool if it's possible. For your situation, I have you thought about using a report designed in Report Designer as a Side Panel instead? That would give you the ability to display multiple lines.