Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 478 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 478 Bytes

BIRT Big Int Sum Aggregation

An Aggregation to perform Summation using big Integers in Eclipse BIRT reports. the current SUM uses integer that loses percision when the row inputs become large and causes loss of data. this aggregation uses BigInteger data type to perform summation without sacrificing the percision on large data.

Installation/Deployment

open this repo as an Eclipse Project and export it as a Plug-in or install it to your local Eclipse Environment