BulletedList: Difference between revisions

From SMTX Wiki
Jump to navigation Jump to search
Created page with "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 fie..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:44, 25 May 2020

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>'