Want to retrieve data created with in last year.

0
Hai, I want to retrieve data that is created with in last year based on the date and time attribute.
asked
1 answers
1

See the documentation here: https://docs.mendix.com/refguide/xpath-keywords-and-system-variables/

You could use XPaths with for instance [%BeginOfCurrentYear%] etc. If you store the created date of an entity you could use that field for the XPath constrained.

Regards,

Ronald

 

answered