Adding custom icon in report view | Community
Skip to main content
Level 3
May 16, 2016
Question

Adding custom icon in report view

  • May 16, 2016
  • 14 replies
  • 2779 views
I am looking to show an arrow icon on a report when a certain answer is chosen in a custom field. In the Advanced Options, there are only smiley face, flag, or colored circles options. Does anyone know if its possible to put a custom icon in (i assume in text mode) and how it can be done? Thanks!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

14 replies

April 12, 2019
Here's my cheat sheet. Melinda Layten Technical Project Manager - API and Integration Workfront
Level 2
October 31, 2019
As far as I can tell it's not possible to get the custom icons to export and be visible. Even if you save them in the a Workfront project and use the Current Version ID as the target for the "image.case.0" line in text mode. John Mitchell Eyefinity
RandyRoberts
Community Advisor
Community Advisor
October 2, 2020

There was a handout at Leap that a tutorial on doing this. The code they used was:

displayname=Alert

image.case.0.comparison.icon=true

image.case.0.comparison.leftmethod=plannedCompletionDate

image.case.0.comparison.lefttext=plannedCompletionDate

image.case.0.comparison.operator=between

image.case.0.comparison.operatortype=date

image.case.0.comparison.righttext=$$TODAY-9d

image.case.0.comparison.righttextrange=$$TODAY-4d

image.case.0.comparison.truetext=https://WEBADDRESS

image.case.1.comparison.icon=true

image.case.1.comparison.leftmethod=plannedCompletionDate

image.case.1.comparison.lefttext=plannedCompletionDate

image.case.1.comparison.operator=between

image.case.1.comparison.operatortype=date

image.case.1.comparison.righttext=$$TODAY-3d

image.case.1.comparison.righttextrange=$$TODAY

image.case.1.comparison.truetext=https://WEBADDRESS

image.case.2.comparison.icon=true

image.case.2.comparison.leftmethod=plannedCompletionDate

image.case.2.comparison.lefttext=plannedCompletionDate

image.case.2.comparison.operator=between

image.case.2.comparison.operatortype=date

image.case.2.comparison.righttext=$$TODAY-3y

image.case.2.comparison.righttextrange=$$TODAY-10d

image.case.2.comparison.truetext=https://WEBADDRESS

linkedname=direct

namekey=plannedCompletionDate

querysort=plannedCompletionDate

shortview=true

textmode=true

1valuefield=plannedCompletionDate

Unfortunately, it doesn't work. It doesn't display any icons. I tried my private web site, I tried the URL from an image in a project, I even tried inserting the Amazon links to the gif files. the icons never displayed.

Level 2
August 14, 2024

Has anyone been able to do this recently? I am following the steps outlined, but I am not getting it to work. I am wondering if the changes in images being "on demand" have rendered this obsolete. I would love to know if there is a current working solution.