Trying To Filter Only Rows That Meet Two Criteria
I promise I have read through the Query information page, but obviously I am missing/misunderstanding something. I have a Table that has the statuses for multiple departments (the fields are Strings). When a user loads that table I want App Maker to hide jobs that have been finished . The way we categorize a job as finishes is when: The Inventory Status = Complete and when the The Delivery Status = Delivered . Both these conditions need to be met. Example: Inventory (Complete) + Delivery (Delivered) = hide Inventory (In Progress) + Delivery (Delivered) = don't hide Inventory (Complete) +