comparative search field

0
How can I use a comparative search field to display only data between a specific date and a specific date in a data grid?
asked
2 answers
1

Hi kim, As of now there is no inbuilt functionality in mendix to filter the data between specific data/time range. But there is a way to achieve this it is a bit complicated. You have to change datagrid to template grid and use grid search module from market place. Grid search module has multiple widgets for filtering the data by adding dynamic Xpath to the template grid. Mostly, i will work for your requirement but as i said it is bit complicated and time taking.

answered
1

The easiest way would be to add two search fields. One >= <datefield> and the other <= <datefield>

answered