Question
If/Then Statement to Determine Icon Display
I am have a report that lists projects by program and then by status. What I am trying to do is only show the Progress Status Icon for projects with the status of Current and Planning (I do not want an icon for projects with any other status). I have tried a couple of different things but cannot get this to work (even for just one status). Would someone be able to take a look at my try below and advise on a better route forward: displayname= linkedname=direct namekey=progressstatusicon textmode=true valueexpression=IF({status}="Current",tile.name=component.progressstatusicon,tile.name="") valueformat=HTML viewalias=progressstatusicon tile.name=component.progressstatusicon (this keeps getting added back in after I save and apply) Ryan Eide