Hi, I have a PRODUCTS table with a boolean field called is_active. This table has a collection called SOLD that describes actions taken on the product.
I have a listview showing all the products from the SOLD collection. However, I just want to show products that have the is_active set to true.