Discovery
Allow formula fields that result an image to display the image in the Attributes section on the CS360.
We have an account formula field that displays a flag that reps want to see in the attributes section of gainsight. However, when in Gainsight it displays as:
<img src="/img/samples/flag_green.gif" alt="green" border="0"/>
Here is the formula:
IF(
SP_Dashboard_Beta_Test_SPID__c = TRUE,
IMAGE("/img/samples/flag_green.gif", "green"),
null
)
It would be nice if the field could display as the image.
<img src="/img/samples/flag_green.gif" alt="green" border="0"/>
Here is the formula:
IF(
SP_Dashboard_Beta_Test_SPID__c = TRUE,
IMAGE("/img/samples/flag_green.gif", "green"),
null
)
It would be nice if the field could display as the image.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Sign up
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Welcome to the Gainsight Community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.