Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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 673
  • 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