How to retrieve object created in the last 15 days in native offline app?

1
Hello,   I would like to retrieve objects created in the last 15 days in my native offline app.   I can't find a good Xpath constraint to do what I want to do, I managed to do it in a nanoflow, but not in a single Xpath constraint.   Do you have any solution for this?   Thanks for any help.  
asked
1 answers
2

Try something like this

 

[Date > '[%CurrentDateTime%] - 15 * [%DayLength%]']

 

answered