Bronze 3
Since ‎01-26-2022
‎07-11-2023

My Stats

  • 17 Posts
  • 0 Solutions
  • 4 Likes given
  • 5 Likes received

GreatestScott's Bio

Badges Har Earned

View all badges

Recent Activity

In my current app, I have miles driven from origin to destination 1 [Miles1] and from destination 1 to destination 2 [Miles2] using google sheet formulas. I then add the two distances ([Miles1]+[Miles2]) to get total miles [MilesSum]. To this point, ...
Google Sheets will calculate the number of miles between addresses which is needed for my dispatch and management program. It is handy as there is an autofill function in GoogleSheets/Appsheet and (I assume) needed format for Google Maps which calcul...
Trying to do a simple expression which seems to be straight forward in the appsheettraining samples and training. Need to calculate the price for a task: [Hours] * [HourlyRate]. However, I'm getting "has an invalid operator" error. Hours are calculat...
If I have a single activity (e.g. a trucking move) currently on a single row in the same table with two events (preview date and move date), can I display both in a single calendar? Right now, I'm creating two separate calendars, but worry the user w...
I am working through the Appsheet Essentials. In Lab 5, part 2; the statement is " In the data table, there is a column in the Work Orders table called “order trigger”, a condition that says that we only want this event to trigger when these values a...