Hello!
I am extremely new to AppSheet and have started taking over some responsibilities from the creator of our app who has built it on a learn-as-you-go basis. I believe ORDERBY() is what I am after here but I don’t even know where this expression would be entered or if it will work for us. I have looked over the documentation and watched some videos/read some answered posts but I am still unsure where to go to make this happen.
WHAT WE HAVE: We have a table of tasks, each one assigned to an employee to be completed through a column in the table using their email as the data. These tasks are currently successfully grouped by status [NOT STARTED, IN PROGRESS, COMPLETED]. We also have columns for Due Date, Date Completed, a Task Description and a UNIQUEID column that we use as the Key which uses the UNIQUEID() method as its value.
WHAT WE NEED: We want these tasks to be ordered so that if the status is “Completed” then it will order the tasks only in the COMPLETED group to show the most recently completed task at the top and descend back in time with the oldest task at the bottom by using the “Date Completed” column. The NOT STARTED and IN PROGRESS groups should still be sorted by soonest due date at the top and furthest due date at the bottom. We want all three groups to be visible in the same View which is making it difficult for me to figure out how to do this.
Thank you for any assistance.