Hi Angelo, I tried to follow these directions for a report with a custom
column, but could not get it to work. My value expression code is below:
displayname=Task
Prioritytextmode=truevalueexpression=IF(CONCAT({priority},'
',{isCritical})="4 true", "1",IF(CONCAT({priority},' ',{isCritical})="4
false", "1",IF(CONCAT({priority},' ',{isCritical})="3 true",
"2",IF(CONCAT({priority},' ',{isCritical})="3 false", "3",
IF(CONCAT({priority},' ',{isCritical})="2 true", "4",
IF(CONCAT({priority},' ',{isCri...