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 330
  • 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