This seems like it should be a basic thing, but I’m just not seeing it!
I want, upon entering my app, to only see records in which status is set to “pending.”
This seems like it should be a basic thing, but I’m just not seeing it!
I want, upon entering my app, to only see records in which status is set to “pending.”
I’m a newb, but I created an enum column for status and had “pending” or “complete” as pull down values (use the edit function in the data table). Create a slice from your primary data in UX adding a New View. When creating, under display, use “show if” and then you’ll need a value e.g. [Status] = “pending”.
Check the documentation:
https://help.appsheet.com/en/articles/895302-slices-the-essentials