How do I hide fields if they are empty / show fields that isn’t empty and/or being displayed if other field is empty or not?
the manual says
[Fieldname]=“true”
causes the content of the named field to be displayed only if it is true.
What?
what should be true?
this is the only explanation in the manual.
I’ve realized that it’s ISBLANK is the command I’m looking for, but “ISBLANK(Ported from) / ISBLANK(Portedfrom)” (created in wizard) isn’t what the manual say, and it’s not working, the label isn’t showing, regardless if cell “Ported from” is empty or not…