This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use FormatString in Map Data?

Have added a section for attachments in the destination (generated word files) in which I want a list of attachments to appears.
I get it almost to work, but would like to have a row break after each attachment link. As for now, no row breaks are made between each attachment.

I tried to use FormatString, with these settings "{0}<br/>" and "<br>{0}<br>".
But neither of them worked. I still get no row breaks between each attachment.

I don't find anything in the Users Manual about how to use FormatString when MapData.

Parents
  • I think the only thing you are missing is the Columns setting.

    So it will be:
    ColumnType=AttachmentLinks
    AttachmentScope=AllAttachments
    Columns=1

    This will line up the links in only one column.
    You may also want to use the Label setting which will put a heading above the list of attachment links.
Reply
  • I think the only thing you are missing is the Columns setting.

    So it will be:
    ColumnType=AttachmentLinks
    AttachmentScope=AllAttachments
    Columns=1

    This will line up the links in only one column.
    You may also want to use the Label setting which will put a heading above the list of attachment links.
Children
No Data