New Member
Since ‎11-26-2019
‎12-02-2020

My Stats

  • 22 Posts
  • 0 Solutions
  • 19 Likes given
  • 72 Likes received

Greg_L's Bio

Badges Greg_L Earned

View all badges

Recent Activity

For some reason I cannot figure out how to combine or use the needed expressions to get the list I need. Here is what I am looking to select (in more of a SQL format): SELECT TOP 2 [Quantity] FROM Batch Details WHERE AND([Batch ID]=[_THISROW].[Batch ...
I have an app that uses parent and child records with IsPartOf turned on. When I delete a parent record, it only clears the records in Google Sheets, leaving the sheet with many large gaps over time, which gets unsightly and annoying for my OCD So I ...
I would love to see AppSheet create a DATEADD() expression that allows you to easily add (or subtract) time in different types of units (minutes, days, hours, months, etc…) It would look like this: DATEADD([date], [#], ‘units’) So… DATEADD(TODAY(), 1...
In the article for the MONTH() expression, it states you can use MONTH(TODAY())-1 to get the integer value for last month. So you could also use MONTH(TODAY())-2 to get the month integer from 2 months ago, etc… Problem is, that isn’t true. If it’s Ja...
Here’s my scenario: I have three tables: Products, Orders, and Order Details Now consider this. I’m building out an order, adding line items (order details) to an order. For each line item, I select a Product and quantity and when I click Save the li...

Greg_L's Ideas (1)

View more ideas