Add some simple statistics (min, max, avg, sum) to the status bar of the table viewer (add a status bar). Add also a toolbar to the table viewer.
Analysis:
The implementation of statistics functions is quite straigthforward. Simply create a function for each statistical value and calculate them from the corresponding on selection event handler. The toolbar will be omitted in this ticket.
Implementation:
The implementation was done as proposed by the analysis. Implementation tests were passed successfully.
Documentation:
The new functionality was added to the changes log.
Tests:
The new functionality works as expected. No deviations detected. Functionality implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: