I have a Page Property table on the first page of my document, with my own Properties, e.g. DocCode = ABC. I can access these Properties using the Page Property Report. I want to access any value in the table and use it in the document. I can do this in ScrollDocuments template by including e.g. Page Property(DocCode).
Now I want to access just one value in the Page Property table and use it in the middle of a text, without a title.
I tried an Table Excerpt Macro as suggested but it also gives me the title.
Is this possible?