Hi we have an error showing up now for one of the fields that we use the 
below formula.  It helps in turning our text to a certain color and font 
size.  Does this have to do with it being old code?  If so what should we 
be using now?

IF(TEXT(Deadline__c ) <> "", (IMAGE("
https://chart.googleapis.com/chart?chd=d_text_outline&chld=FF0000|28|l|FFFFFF|b|"
 
+ TEXT(MONTH(Deadline__c))+"/" +TEXT(DAY(Deadline__c))+"/" 
+TEXT(YEAR(Deadline__c)) , "Message")), "")

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/cdc5fa6f-1adf-4968-89e1-426a4f09732dn%40googlegroups.com.

Reply via email to