Bronze 1
Since ‎02-20-2022
‎03-02-2022

My Stats

  • 9 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

haskellf's Bio

Badges haskellf Earned

View all badges

Recent Activity

What would be the best practice to automatically add a new row in one table when a new row has been created in another table.For example,Lets say I have a new entry created for "Start Time" in Invoicing_Table. I want to create an action where any new...
I have the following data that is automatically entered into a google spreadshet:EventCreateDateLocationFrom the "CreateData" data, AppSheet uses an expression to calculate the time into column "TimeT".However, when I sync, the AppSheet expression da...
I want to create a slice that will be used to display column data based on two criteria from the following data:If I create a Slice using this data and expression, it works to display the start data column:1) [extractTime] = [Start]If I create a Slic...
I have a google sheet with data that contains users logging into an account based on time and date.The sheet looks like this:CreateDate | Location | Date | TimeI am looking to create a virtual column called "StartTime" which will search the "Time" co...