Hello AppSheet Community,
I need to create a slice of a table incidents with two conditions.
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! Go to 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”)
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |