Filter search field dropdown based on another searchfield dropdown

0
Hi, I am using a datagrid with standard search functionality. There are two search field dropdown. I wanted to filter the values of one dropdown based on another  For eg : Division and Brand are two search field dropdowns. When user selects a division, the brand dropdown should show values for that division. Is it achievable in standard search functionality of datagrid? Mendx version : 7.23.19   Regards, Megha
asked
1 answers
0

Hi Megha,
It is not possible with the datagrid deafult filters to achieve this you need to create custom fiter functionality with some helper entity
https://medium.com/mendix/filtering-lists-based-on-a-helper-entity-d96ccfd52c16 take a look at this this could help get an idea what I am suggesting.

answered