CONCAT expression error within a nested list(collection)
Does anyone know if Workfront recently changed the text mode formatting for using a CONCAT expression within a nested collection? I have several existing reports which use CONCAT within a nested list (collection) on a project report, but now I'm trying to create a new report and the same formatting doesn't work.
I'm using a project report and pulling the collection for "updates" (looking for any system or user updates). My code looks like this:
displayname=Updates
listdelimiter=<br>
listmethod=nested(updates).lists
textmode=true
type=iterate
valueexpression=CONCAT({updateType}," - ",{entryDate})
valueformat=HTML
width=350
This returns a blank column. If I remove the valueexpression and just pull a valuefield of either "updateTpye" or "entryDate" it will pull the list of those updates in. But the CONCAT statement is not working. Any help is appreciated.