Forum Discussion
- GauravSharma3Qrew CommanderYou can not show images into a multiple choice field.
Yes, you will need a separate field that will read the selection and display the required image. Please let me know if you need any further help to setup the field.
Thanks,
Gaurav - MCFNeilQrew CaptainYou are correct that you will need a separate field to display the colors.
You will need to make a formula-text field. Then use a "Case" formula to display the appropriate image.
Something like this:
Case([Status],
"Green", "<img src=\"https://images.quickbase.com/si/16/228-rect_green.png\"; alt=\"Project Status: Green\" title=\"Project Status: Green\">",
"Yellow", "<img src=\"https://images.quickbase.com/si/16/229-rect_yellow.png\"; alt=\"Project Status: Yellow\" title=\"Project Status: Yellow\">",
"Red", "<img src=\"https://images.quickbase.com/si/16/227-rect_red.png\"; alt=\"Project Status: Red\" title=\"Project Status: Red\">",
"")- DirkRuanaQrew CaptainI have been able to modify this formula, but the displayed result is hyperlink to the image file, and not the image.
I am just trying to display traffic light red, orange, yellow, or green dot.
Dirk
------------------------------
Dirk Ruana
------------------------------- MarkShnier__You
Qrew Legend
Dirk, can you post your formula? Is this a Formula Rich Text field type? It needs to be a Rich Text formula field.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------