doonfrs / pluto_grid_plus

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
18 stars 20 forks source link

made average and sum aggregates ignore null values #62

Closed Software365-info closed 1 month ago

Software365-info commented 1 month ago

Number columns where a value can be null (unknown != 0) would give an error while calculating the average/sum of the column in the footer aggregate.

This fix ignores these null values when calculating

Software365-info commented 1 month ago

Changed to draft after discovering a bug after filtering

doonfrs commented 1 month ago

Thank you for your collaboration. Please let me know when it is ready. Good luck

Software365-info commented 1 month ago

@doonfrs Bug has been fixed :)

image

image

doonfrs commented 1 month ago

Merged, Thank you 🙏🙏 @Software365-info

Software365-info commented 1 month ago

You're welcome. Can you please provide a new build on pub.dev, containing our 2 pull requests ? Many thanks.