Filter attributes based on Order Date,List Price and Product Category.

0
I want to prepare admin report of all the buyers who have purchased the orders. I have to filter records using FromDate and ToDate attributes and I have created those using non-persistible entity,Orders. But I am unable to call the microflow getting stuck with a bunch of errors.  
asked
1 answers
0

A bit hard to help you with this little information. In your microflow you can retrieve the orders based on a XPath. I assume you have a date that you want to use to filter the orders. For that you can use the > (greater) or < (smaller) operations to filter dates. See also the documentation here: https://docs.mendix.com/refguide/xpath/

Otherwise edit your question and give some more info on the errors you are getting or where you got stuck.

Regards,

Ronald

 

answered