I need to populate a grid with a query that displays a list of products that have a certain product attribute and attribute value. For example we have items that have a Boolean product attribute of “Molds used”. I want to display a grid that lists all the items that have a product attribute of “Molds used” with a true value.
I have found samples that show how to get the attributes for a given product, but not the other way around. I can get a list of products with the "Molds used" attribute, but it fails when I try to get the attribute value.
Is anyone doing anything like this or have an idea of how I should set this query up?
Tom T.