Skip to content

Releases: RaduMarcel/EspressoViews

A new functionality and bug fixing Latest

13 Jan 23:17
5ba8f12
Compare
Choose a tag to compare

You can now chose for each report entity to dynamically omit the display of a column, if contains no data in a certain context or overall.

Bug fixing

25 Dec 01:46
98dda2c
Compare
Choose a tag to compare

In some situations the new ExecuteOnFirstRun feature introduced with 0.61. was disabling the existing suppressDisplayIfNoData feature.
This is now fixed.

new functionality: more flexible data retrieving

23 Dec 12:06
944d6f8
Compare
Choose a tag to compare

Until this release the report generator was retrieving all necessary data at the beginning. This is especially for reports with many and/or resource consuming SQLs not a good approach.
Now you have the possibity to chose for each report entity whether the data should be retrieved at the beginning of the report or when the user manually expands the respective data tree branch.
This new feature is used with the attribute ExecuteOnFirstRun "false"/"true" in the tag SQLQueryDefinition. Check out the wiki page https://github.com/RaduMarcel/EspressoViews/wiki/4.-The-XML-report-definition-syntax for more information.