Saturday, September 13, 2014

APEX IR XLSX Downloader V1.1.3

I have just published a new bugfix release of my APEX IR XLSX Downloader.
This time I had to fix some bugs regarding aggregations.

Bugfixes

  • Aggregation values are now always taken from the correct SQL columns.
  • Columns without aggregations defined no longer break the formatting on rows with aggregation values.
As always the source code can be found on GitHub.
ZIP file is available in my demo application.

Friday, September 5, 2014

APEX IR XLSX Downloader V1.1.2

Just a week ago I published a release which supports getting the  GROUP BY report from an IR.
Like most new functionality this one isn't bug free either.
Therefore I have just published release 1.1.2 of my APEX IR XLSX Downloader.

Bugfixes:

  • Package didn't recognize the special aggregate functions like COUNT_DISTINCT, RATIO_TO_REPORT_SUM and RATIO_TO_REPORT_COUNT.

Added Functionality:

  • Internal function to convert column display order into column identifier.
    This will support lifting the column restrictions on GROUP BY reports in the future.
Source code can be found on GitHub.
Download available in my demo application.

Enjoy. ;-)