Adding rows was never a issue using button and hidden field with condition.
However, adding columns does not work. Hide when condition hides fields but not whole columns.
I have a hiden field call OS with below formula.@If(OS = “”;1;OS)
On Column i have Hide when formulas as follow:
OS<2
Outcome is when i first compose a form the table displays with empty fields. When I click on Add button all the fields displays.
How can i make column disappear?
please advise.
Subject: hiding table columns – can’t be done
Notes will hide a row if all the cell contents of that row are hidden. If all the rows are hidden, then the whole table is hidden. But there’s no way to hide just a column.
If you say more about what you’re trying to accomplish, perhaps someone can suggest a better approach.
For instance, you might think about whether it would be sufficient to put a rich text field in there with a default value of a blank table, and just let users fill it in and add columns as they wish.