Hi,
In card view, when no image set, the image section still there but blank.
I do not want to show this useless image section if no image is set, is this possible?
Hi,
In card view, when no image set, the image section still there but blank.
I do not want to show this useless image section if no image is set, is this possible?
Usually in the show if expression you can use an expression… Something like… I’m on my phone, so you’ll need to fill in the gaps on this expression…
NOT(
AND(
CONTEXT(ViewType)=“Card”,
ISBLANK([_THIS])
)
)
I’m glad that did the trick!