Slice of Table Within 24 Hours

Hello AppSheet Community,

I need to create a slice of a table incidents with two conditions.

  1. The status field must equal “Open”
  2. The submissionDate field must be within 24 hours of the current time.

I made submissionDate a date&time field. I know I start the slice with [Incident Status]=“Open” but I’m not sure how to filter the submissionDate to a rolling 24 hour of current time.

Solved Solved
0 4 180
1 ACCEPTED SOLUTION

Did a little fiddling and now it works. Not sure why, but altering the formula to this made it work:
AND([SubmissionDate]>= NOW()-1,[Incident Status]=“Open”)

View solution in original post

4 REPLIES 4
Top Labels in this Space