Hide card view image section if no image set

Hi,

In card view, when no image set, the image section still there but blank.
3X_4_8_481b40566765d804c1740bb0e9e33bc4f4154c9b.png

I do not want to show this useless image section if no image is set, is this possible?

Solved Solved
2 6 663
  • UX
1 ACCEPTED SOLUTION

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])
)
)

View solution in original post

6 REPLIES 6
Top Labels in this Space