Hi Rishabh,
As chandresh said, You can impliment a dynamic filter and then impliment it using a NPE,
What you can do is, Make an NPE and Set it’s attribut on the base of what you to filter.
Now, on the page where you want to show the data put a data view and set its Source as a microflow, Act_CreateFilter,
int the microflow, add a create object activity, which creates the filter object. Now in the data view put a text box, which sets the filter attribute, Apply an on change event on all input widgets to call a microflow, which refreshes the filter object.
Now, put the list view and nest it inside the dataview and in the microflow which populates the list view, add the parameter of filter object and in the end of your microflow add a filter object.
This way you’ll be able to filter your list dynamically.
Hope it helps you!
Hi Rishabh,
You can implement this by using a NPE and then filtering data on the base of the attributes selected.
GO make it!
Hi Rishabh,
Check the below link for reference
https://docs.mendix.com/refguide/xpath-month-from-datetime/
Also if needed, you can also check
Day from DateTime:
https://docs.mendix.com/refguide/xpath-day-from-datetime/
Year from DateTime:
https://docs.mendix.com/refguide/xpath-year-from-datetime/
Hope it helps!!!