Welcome to the

Google Cloud Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
New Member
Since ‎03-15-2019
‎04-15-2019

My Stats

  • 93 Posts
  • 1 Solutions
  • 0 Likes given
  • 2 Likes received

francesco_canno's Bio

Badges francesco_canno Earned

View all badges

Recent Activity

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