Exactly @Skye Hansen‚ ! I also use it for Description fields that can
also appear as too long by using this recipe: DESCRIPTION SUMMARY
displayname=Description Summary textmode=true usewidths=true
valueexpression=IF(LEN({description})>140,
CONCAT(SUBSTR({description},0,139),"... (open to read more)"),
{description}) valueformat=HTML width=250