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: 
Silver 1
Since ‎01-25-2024
‎02-17-2024

My Stats

  • 60 Posts
  • 11 Solutions
  • 14 Likes given
  • 14 Likes received

Vincent_P's Bio

Badges Vincent_P Earned

View all badges

Recent Activity

Hello, I have a table view based on slice to export only the column i want and for ordering them.My problem is that i have a column with action inline attached and i would like to not export it. thx for your help 
Hello, I have a table "Parts" where the key [REF] is a numerical value. I use a virtual column to format my ref as xxx-xxx-xxxx with this formula : mid(number([REF])+10000000000,2,3) & "-" & mid(number([REF])+10000000000,5,3)"-" & right(number([REF])...