For deck type views, if I have a table with multiple image columns and I choose auto as the image to be displayed, does it just randomly choose one column and only display images from that column? OR does it try to display a non blank image from each row?
I have multiple image columns in each row and not all of them will contain images for every row. Therefore, if I choose one column it will display a blank image for some rows.
I thought about solving this with a virtual column, but i can’t figure it out.
Does anyone know a formula for choosing a random non blank value from one of several columns in the same row?
I was thinking SELECT(LIST([picture column],[picture column]),
{yes/no})
but I can’t figure out how to formulate the yes/no to only select the non blank items in the list.