Bronze 3
Since ‎03-09-2019
‎02-23-2024

My Stats

  • 181 Posts
  • 2 Solutions
  • 4 Likes given
  • 57 Likes received

chris780's Bio

Badges Rod Earned

View all badges

Recent Activity

Checking to see if anyone else has experienced this with sending a webhook to Zapier. I've setup the webhook using the one that Zapier provided, the url is the webhook from Zapier, http verb is Post, Content is JSON, nothing in the Body, Nothing in H...
I have a virtual column with this expression to show a list result:SELECT(Trips[ID],AND(([Driver]=[_THISROW].[Driver]),([Date]>=[_THISROW].[Start Date]),([Date]<=[_THISROW].[End Date])))I've used this in other apps and it works great but for some rea...
Using this script to count all of the "section a" trips between dates and it sends back all of them, not withing the date range. Here's the script;COUNT(Select(Trips[Section],AND(([Section]= "Section A"),([Date]>=[_THISROW].[Start Date]),([Date]<=[_T...
Looking help with an expression to build both a view in the app and a report to be mailed.Here is what I'm trying to achieve, this is a google doc that I created that allows the user to select a driver and input the total number of trips for that Sec...
I'm trying to dynamically show text column from a enum list selection. The list is "Section A" "Section B" and "Section C"If the user chooses "A" I would like this Tip (text) column to show related to that section. Same function to occur for the othe...