Hi,
I'm not sure if what I'm trying to do will work.
I'm creating a gallery based on a sharepoint list. I have 4 images saved in media and I'd like to conditionally set which image is displayed based on a text field in my sharepoint list.
This is what I tried just to toggle between 2 of the 4 colors, but it's looking for a boolean.
If(nDirectorate = "OD",CONTENTbox_blue,CONTENTbox_yellow)
Is there a way around this? I'm basically trying to color code my results based on which directorate the employee is associated with.
Thank you!