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?
Solved! Go to 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])
)
)
User | Count |
---|---|
31 | |
14 | |
3 | |
3 | |
2 |