Select records based on current date

0
Hi, I have an entity with an attribute 'Date'. Now I want to display all records in a data grid with 'Date' equal or greater than today. So I selected database as data source, selected the attribute 'Date', but what should be the value to display the records with a data equal or greater than today? Or is there a better way to do this? Thanks
asked
1 answers
1

Set an xpath on the datagrid with date >= '[%BeginOfCurrentDay%]'. Take a look at the documentation here https://world.mendix.com/display/refguide6/XPath%20Keywords%20and%20System%20Variables

Regards,

Ronald

answered