Pie Chart Dynamic data from already existing entity

0
Hi Everyone,   I have created a basic chart modal         I want above mentioned dynamic data in the table and chart also, but I have no idea how to get the data from that,  do I need to create a microflow for this, if yes please let me know how to achieve this.   Thanks in Advance
asked
1 answers
0

Hi Maria

If you want to show the dynamic count of Approved, Pending and Cancelled in the Pie Chart, please create a variable for

Y value  (Example $ApprovedCount, $PendingCount, $CancelledCount) in your PieChart microflow and add this variable to the X value to show it in the legend.

Please do take a look at these two examples. Hope it helps.

https://forum.mendix.com/link/questions/102607

https://forum.mendix.com/link/questions/102161

 

answered