Date Related

0
I want to retrieve data of past one month with the help of date from my database … 
asked
1 answers
0

Hi Abhishek,

 

have a look at this page:

https://docs.mendix.com/refguide/xpath-keywords-and-system-variables/#1-overview

 

You should be able to use something like:

[createdDate >'[%BeginOfCurrentDay%] - 1 * [%MonthLength%]']

 

answered