When adding a new gallery view, would it be p...

When adding a new gallery view, would it be possible to show only the data that includes an image.

Currently when using gallery view, all files are shown, even when no image is present.

Would this be a Show IF expression?

0 7 351
7 REPLIES 7

Create a slice for that purpose. The condition filter could be ISNOTBLANK([ImageField])

ah ok, sorry not used a slice before or even know what one is.

I have seen the option. What are slices for?

@Aleksi_Alkio Brilliant, thank you.

Hi, I have 3 columns with images, how would i include all 3 columns, would this work?

ISNOTBLANK([Image1]) ISNOTBLANK([Image2]) ISNOTBLANK([Image3])

When you have a gallery view, you can choose only one image as a main image. Thatโ€™s why one filter should be enough.

@Aleksi_Alkio I see, that explains it, thank you.

Top Labels in this Space