Exago Support Updates
-
Support for Exago releases has changed as of the release of v2024.4.1. Going forward, only the most current major release and previous two major releases are supported. Upgrade to the most current release for the most up to date support.
-
Exago has upgraded from .NET Framework 4.5 to .NET Framework 4.8, and includes all necessary library support.
-
If you are planning to upgrade or are waiting for bug fixes, prioritize testing in your test environment before moving to QA, then on into your production environment.
v2024.4.3 Release Notes
We are proud to release Exago BI v2024.4.3!
2025-14-04
Issues Fixed
Corrected an issue in environments where filters were not applied appropriately to string values for reports pulling data from two sources.
v2024.4.2 Release Notes
We are proud to release Exago BI v2024.4.2!
2025-24-03
Functionality Updates
- Schedule Reports to Multiple Emails
-
Added the ability to enter multiple emails, delimited by semicolon, in the Send Email option when you right click on a report for the scheduler.
-
-
Freeze Interactive Column Headers on Advanced Report
-
When you have a larger data table that causes a user to scroll, the column headers now always stick to the top of the screen instead of getting hidden when you scroll.
-
Issues Fixed
- ArgumentMax() now returns appropriately null data or dates instead of the error "An error was thrown during formula execution".
- When you modify the Parameters in custom SQL, the changes do not return an error.
- Fixed Issue: While configured Dual Y-Axis chart there is no Axis being shown but its working correctly for the single Y-Axis.
- Fixed Issue: Hiding the chart row or column and exporting the advanced report to Excel showed error on the exported report.
- Fixed Issue: Case Sensitive Matching using Advance Report Filters when Prompt for Value Used with Trim() Function
- When using the Report Filters screen and "Prompt for Values" is enabled, and a filter condition contains the Trim() function on a predefined filter condition, the "Value" field is case-sensitive when it is not expected to be case sensitive.
- Enable the necessary flag in the admin console to allow the execution of the TRIM function in SQL Server. Executed the TRIM function in the SQL database by converting the formula to SQL Query. The TRIM function is essential for removing trailing spaces by default as its a formula it is case sensitive.
- Exago v2024.2.1.4, Advance Report Keyword Search Navigation: Corrected an issue that prevented users from navigating the found values in the search textbox using the Arrow Button.
- Exago v2023.2.1.5 Filter options "Is one of" and "Is Not one of": Corrected an issue that prevented selection of all integer values included in the filter drop-down.
- Fixed Issue: Dependent parameter dropdown not populating. Creating a custom SQL with two Sql quires like parent and child. the Child is dependent on the parent parameter for the dropdown.
- Corrected an issue in Linux that allowed selection of single and multi-parameter radio buttons.
- Fixed Issue: If you install Exago v2024.4.1 on top of an existing Exago setup to override the files, it can return an upgrade error: System.Runtime.CompilerServices.Unsafe.
Known Issues
-
When you use Exago in a CentOS 9 environment, scheduled reports fail unexpectedly. This will be addressed in a future release.
v2024.4.1 Release Notes
We are proud to release Exago BI v2024.4.1!
2024-13-12
Exago Support Updates
-
Support for Exago releases has changed as of the release of v2024.4.1. Going forward, only the most current major release and previous two major releases are supported. Upgrade to the most current release for the most up to date support.
-
Exago has upgraded from .NET Framework 4.5 to .NET Framework 4.8, and includes all necessary library support.
-
If you are planning to upgrade or are waiting for bug fixes, prioritize testing in your test environment before moving to QA, then on into your production environment.
Issues Fixed
-
Google Maps and Chromium issues: Reported issues were fixed by removing the dependency on Google Maps, and has been tested against the latest version of Chromium.
-
Exago Security Changes
-
Payload Encryption
-
We’ve added encryption for all data exchanged between the front-end and back-end of our application. This means your data is secure, private, and protected from tampering.
-
-
New Application Setting:
AllowedTimeWindow
-
Introduced the
AllowedTimeWindow
setting to validate requests based on a timestamp. -
Configure in
appSettings.config
. This setting defines the time window (in seconds) during which requests are valid.-
Example:
AllowedTimeWindow=60
means 1 minute. Any requests made outside this window as defined are rejected.
-
-
This provides you with replay attack protection by invalidating stale requests.
Important:
Clock synchronization between client and server is required.
These updates collectively enhance application security by encrypting request payloads and adding timestamp-based validation.
-
-
-
- Added support for Instance Metadata Service Version 2 (IMDSv2) for Amazon Web Services (AWS) environments.
- Corrected issues affecting Dashboard interactive filters.
- Corrected an issue relating to showing all categories in the batch email field while working with a Batch Schedule.
- Corrected an issue that caused an export using the Apply Parameters modal to insert a double quote mark (") for string type parameters.
- Corrected an issue in Exago v2023.4.2.2 that included incorrect data in a Batch Schedule.
- Corrected an issue in Dashboards that prevented the export of merged cells to the snapshot pdf report.
- Corrected an issue that returned a Scheduler error when the Scheduler is run a second time.
- Corrected an issue to show PDF options for Snapshot and chained reports while editing the scheduled report.
- Corrected an issue that occurred when you run a report that uses
between
with a Timespan in the filters and has string values being evaluated from a different data source in the filter. - Corrected an issue in Exago v2023.3.1 that returned an error when saving changes on any existing ExpressView tied to a Scheduled report.
- Corrected an issue in Exago v2023.4.1.1 for the dashboard filter to initialize it with a parameter value.
- Corrected a Report issue that caused a failure with parameters while using a Stored Procedure.
- Corrected an issue that caused Parameters to use filter functions to pass the function name instead of its value.