I ended up using this:valueexpression=IF({isAwaitingDecision}="true",CONCAT("• ",{approver}.{name}),IF(!ISBLANK({decisionDate}),CONCAT("• ",{approver}.{name}," - ",{decisionDate},", ",{approverDecision}),"")) Thanks so much for your help, @AmyReilly. I've got a usable report!