Hi, can anyone confirm whether you can use an IF statement in the Content of a Image show column?
I have an image that has text on it and when using a mobile device the text gets quite small so I created a mobile friendly version of the image where the text is proportional. I then tried to set the content value as an expression:
IF(CONTEXT(“Device”)=“Browser”,“Info1.png”,“Info2.png”)
Both images load if I just set the content to “Info1.png” or “Info2.png”
Am I just trying to be too clever? Thanks for any insight.