I have a table that can contain multiple notes for a document. I want to read the table and display all the notes (from multiple lines)in one row. How can I do this?
A Doc may have zero to three notes.
Table example: Document table:
Doc# 1a
note_line 1
note "start of "
Doc# la
note_line 2
note "note"
I want to be able to extract "start of note"
Thanks in advance!!!
A Doc may have zero to three notes.
Table example: Document table:
Doc# 1a
note_line 1
note "start of "
Doc# la
note_line 2
note "note"
I want to be able to extract "start of note"
Thanks in advance!!!