microflow/charts related

0
hi team ,  how can i create a microflow which give me the count of new registration for each month ? and how can i make  a graph on this with months on xaxis and number of registration on yaxis?
asked
1 answers
1

Hi Pratham,
Check this Mendix for any chart documentation for structuring the data and for the logic

https://docs.mendix.com/howto7/extensibility/charts-any-usage/

Then make use of Database retrieve and aggregate list operations to find count and populate the X label and y Values in the NP create to structure the data. 

answered