Hi! I have a form with A LOT of cards. I would like to hide the empty cards, i.e. cards where their "Default" value is = "".
I can put in the "Visible" property of the card the formula "If(ThisItem.FIELDNAME="",false,true)".
But I would need to customize the formula for EACH card of my form...
I would like to use a generic formula, so that it would be enough for me to CTRL+select all cards "on the left", then click on "Visible" property on the right and then paste the same formula on all the cards. One shot, and all cards would be automatically hidden when the content is empty.
But I cannot find a generic formula, unfortunately. The "Default" property of the card ("If(Default="", false,true)" ) does not work. Too bad!
Any idea?
THX!
Bye,
A.-