This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi everyone I have this formula in a security filter, AND(CONTAINS(IFS(
[UserSelect]=”Rampa 1” , LEFT([RAMPA],FIND("/",[RAMPA])-1),
[UserSelect]=”Rampa 2” ,RIGHT([RAMPA],FIND("/",[RAMPA])+1),
[UserSelect]=”Both” , [Rampa]) ,
LOOKUP(USEREMAIL(),RAMPE,...
Hi everyone I have this formula in a security filter, AND(CONTAINS(IFS(
[UserSelect]=”Rampa 1” , LEFT([RAMPA],FIND("/",[RAMPA])-1),
[UserSelect]=”Rampa 2” ,RIGHT([RAMPA],FIND("/",[RAMPA])+1),
[UserSelect]=”Both” , [Rampa]) ,
LOOKUP(USEREMAIL(),RAMPE,...
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
Hello table 1 refers to table 2 the column to which it refers is called
Column ID (A) and is composed of progressive numbers. in table 1 I have
a form where he asks me to insert the ID. the problem is that instead of
the ID number appearing, a datum ...
HELLO in a table called service I have a drop-down menu that takes data
from another table ref. (TEST) how can I not see the services I have
already added? THANK YOU