How to filter and display specific category product data grid using mendix?

0
"Hello everyone! I'm currently working on developing an app using Mendix, and I'm facing an issue with data retrieval. I have a list of products and want to display only the ones with a certain category in a data grid. How can I achieve this using Mendix microflows or XPath queries? Any help would be greatly appreciated! Thanks in advance!"
asked
2 answers
0

Hi @Evanjeline oswald,

 You can retrieve data by using XPath queries and microflows.  

answered
1

Hi, If you are using an enumeration for the product, you could do something like this

Where Category in blue is the attribute and ‘Category1’ is the enum value. In the xpath contraint field, start with [ and subsequently use CTRL+Space to see what options you have.

answered