BulletedList

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For a nicer display, it is possible to create a bulletted list from a checkbox or multi-selection field. The list can only be displayed in a read-only field or in a hidden field. This will not work in a text field.

  • Item 1
  • Item 2

Check the 'Dynamic value contains calculations' box. Then add the following line replacing the example with the actual field to list

 '<UL><LI>'+REPLACE('#REPLACE-FORMFIELD-','||','</LI><LI>')+'</LI></UL>'