Drop down filter

0
Hello i create a litel app in mendix. And i woud like to get two or more drop down filter for different Attribute from one Entity like in ecxel (see picture) now i can only filter by on Attribute power or speed (see picture)
asked
3 answers
0

I see several options:

- use a comparison search field instead of a dropdown. (by far the easiest option)

- create an enumeration attribute in you “motor” entity and fill it with the categories you would like to search on

- create a one-to-may association in your domain model between a motor entity an a “power” entity.

 

answered
0

and where can i finde the comparison search field  in the mendix studio?

answered
0

okay i try it again in the mendix studio pro, i insert a datagrid and add a search flied drop down 

But i don`t can choose  attributes like Pole_number or Price from my domain modell motor 

Possible attribute types: AutoNumber, Date and Time, Integer, Long, Decimal https://docs.mendix.com/refguide/search-bar

Whats my problem?

answered