Hi Community,
I am new to OutSystems and I got a requirement where I need to filter the Pie chart according to Status, Start Date and End Date.
If I filter by status then it works fine but when I enter start date and end date then it's not working the pie chart is displaying all the records.
Is there any idea of applying the filter to Pie chart according to the date selected.
I have attached my .oml file please take a look on that once.
Regards,
Vin J.
Hi Vin,
I just verified the code in the oml, I can see there is no filter added in the Query for the Start Date and End Date criteria. Also, the date assignment is not correct on 'StartDateOnSelected' and EndDateOnSelected action. After making modification in your code, its working now. Please see the oml attached.
Thanks,
Sachin
Hi Sachin,
Thank you for your reply.
Yes, the filter for start date and end date are working properly but when I groupby that in aggregate the pie chart is displaying all the records with their status seperately.
Means, each record it is taking different color in pie chart even if the status is same after doing groupby of start date and End Date in aggregate.
Is there any way to filter it out properly.
This is the .oml file.