ArchiveUser
7 years agoQrew Captain
Show multiple pictures for multiple-select field
Hello, I am trying to show pictures for a multiple-select field.
I know to do this for a single choice filed. As below.
However, [Pictogram] is a multiple-select filed. That means, I have three or more selects at the same time, and I hope to show three or more pictures accordingly.
Is there anyway to realize it? Thanks a lot.
Case([Pictogram]],
"Corrosion",
"<img src=\"https://mycompany.quickbase.com/up/bnpaumwss/g/rb/eg/va/Corrosion.PNG\">";,
"Flame","<img src=\"https://mycompany.quickbase.com/up/bnpaumwss/g/rb/eg/va/Flame.PNG\">";
)
I know to do this for a single choice filed. As below.
However, [Pictogram] is a multiple-select filed. That means, I have three or more selects at the same time, and I hope to show three or more pictures accordingly.
Is there anyway to realize it? Thanks a lot.
Case([Pictogram]],
"Corrosion",
"<img src=\"https://mycompany.quickbase.com/up/bnpaumwss/g/rb/eg/va/Corrosion.PNG\">";,
"Flame","<img src=\"https://mycompany.quickbase.com/up/bnpaumwss/g/rb/eg/va/Flame.PNG\">";
)