Sign ADD +

Hi everyone
in a table I have a security filter and I use this formula:
IN ([id], SELECT (centering [id], OR (ISBLANK ([status]), [status] = โ€œOPENโ€))).
I would also like to hide the sign ADD +
how can I do?
thank you

0 6 333
  • UX
6 REPLIES 6

@francesco_cannone
You can go to Behavior pane and change the show/hide condition for the system generated ADD button.

thank you
but 'I would like to hide it when a column is not empty

@francesco_cannone
You are free to specify a condition for any action

I also insert this formula iN ([id], SELECT (centering [id], OR (ISBLANK ([status]), [status] = โ€œOPENโ€))). action behavior but it doesnโ€™t work

@francesco_cannone
To hide the system generated ADD button, you need to set a condition on how userโ€™s interaction is allowed from the Tables pane. In Table view, the IN expression you have written cannot be evaluated as the view is for all the records.

OK, but I need to refer to a column in another table

Top Labels in this Space