I think a concatenation of the two functions would work just fine. Here's that example: valueexpression=CONCAT(IF(LEN({task}.{lastNote}.{noteText})> 140 , CONCAT(SUBSTR({task}.{lastNote}.{noteText},0, 139 ),"...(open for more) -- ",{task}.{lastNote}.{owner}.{name}," on ", {task}.{lastNote}.{entryDat...