Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is there a way i could possibly change based on conditions like =IF([Case] = 'Active',
'https://www.example.com/car_image.png',
'https://www.example.com/no_transport.png'), ii have tried in Text and Image chart , but i only get the link as output and not the exact image
Hi! If you're open for an alternative solution then I usually use the map object for these kind of things. Here are the steps I took to get image by condition in map.
First I chose "none" as background layer on the map.
Then I remove legend and scale bar.
Then I add a layer as a background layer and as the image format. Then I write my conditions in the editor. And change size.
Here I used an expression to have the picture change depending on my selection.
Would this work for you?