Issue report by PhilModJunk
Product
FileMaker ProVersion
13.0.4Operating system version
Windows 7Description of the issue
IF you have a calculation field with a text result type that formats some of the text in a field, FileMaker 13's new "list of" summary field produces a return delimited list of the text in this field, but all text formatting will be removed.Steps to reproduce the problem
Set up this calculation field expression:"Plain Text " & TextStyleAdd ( "Bold Text" ; Bold )
Define sListField as a Summary field that produces the "list of" this summary field.
Create several records in your found set and note the value in sListField.