Hiding button or cell

5
I have many buttons which are arranged in different cells in my form and I want to hide a button or cell (not the whole row) according to a Boolean or enumeration. Is this possible?
asked
3 answers
5

Yes, just create a table of one cell in the cell you want to hide, and define conditional visibility on its first row. You can place your button inside that row.

answered
5

You can achieve this with conditional formatting. See the documentation under Moddeler > Table > Rows > Condition for how it works. Or press right click on a row and go to conditional formatting.

answered
0

Yes, just create a table of one cell in the cell you want to hide, and define conditional visibility on its first row. You can place your button inside that row.

answered