Skip to main content

Logi Info v14.0 Release Notes

Please select the following link to view a Chrome browser update likely to affect all Info customers this year: Critical Chrome Browser Update.

This topic describes feature enhancements, resolved issues, and important information for Logi Info v14.0, released on June 25th, 2021.

NOTE: If you upgrade an existing installation of one of our products, or an existing Logi application, from one major version to another major version, for example v12 to v14.0, you will need a new license key and file for the new product/application. If you have an active maintenance contract with Logi, we've already created licenses for your license point of contact, which you can find on DevNet by selecting Support > License Manager. Contact Customer Service if you want to upgrade and need a new license.

To purchase this product, contact US Sales or UK Sales.

To view the Release Notes for this product version, along with previous product versions, see the Info Release Notes page.

Logi Info v14.0 Service Pack 3 Resolved Issues

TitleDescription
Log4JLog4J upgraded from 2.13.1 to 2.17.1.
SSRM - Count AggregateThe correct Count aggregate now displays when using existing filters on an Analysis Grid.
AG - Count AggregateThe correct value for the count aggregate function now displays at both the group level and table level.
Chrome 92All JavaScript dialogs (alert, confirm, and prompt) have been replaced with custom dialogs to enable iFrame compatibility with the latest version of Chrome.
REST ConnectionYou no longer receive the error message 'The request was aborted: Could not create SSL/TLS secure channel' when attempting to connect to an HTTPS enabled REST endpoint.
Log4Net The Log4Net library was updated to 2.0.10, effectively excluding the CVE-2018-1285 vulnerability.
DataLayer.SQLDataLayer.SQL now works when running an MDX query using Connection.OLAP.
Local DataLocal Data elements now run on Interactive Paging/Refresh, as expected.
AG - Column ResizingYou can now resize Analysis Grid columns on a touch screen device without receiving an error.
Procedure.Export ElementAdding more than one Procedure.Export element underneath a Procedure.If element no longer causes an 'Object reference not set to an instance of an object' error when the process is run with the scheduler.
AG - Grouped ColumnAn Analysis Grid with a grouped column no longer returns an object reference error when you access the next page's results.
Crosstab Legend ColorsTokenized colors can now be used for the chart legend's color boxes when the Crosstab chart has only one Crosstab Value column.
Rapid Excel ExportRapid Excel Exports no longer fail when blocking HTTP redirects on a load balanced setup.

Logi Info v14.0 Service Pack 2 Resolved Issues

TitleDescription
DatasetsThe Friendly Name of the Join in the Live Metadata now takes precedence for Join selections.
Cross-domain EmbedddingThe CORS issue with rdScript.min.js for cross-domain embedded Logi Info v14.0 SP1 applications has been resolved.
LicensingThe trial license prompt now works appropriately in Logi Studio v14.
Drill ToDrilling to a chart with forecast definition no longer produces an unexpected column in the Drill To column list.
DashboardThe panel filter and global filter now work as expected when re-opening a Dashboard from your Home page.
Chart Canvas ChartsSecondary X or Y Axis in Chart Canvas Charts now display properly.
AG - Analysis GridYour Analysis Grid table header now displays as expected in a Dashboard or Report.
SSRM - Analysis Grid You can now add an aggregate to your Analysis Grid table with joins without the Analysis Filter displaying an invalid column name error.
EmbeddingYou can now use ‘inputCheckboxList’ in an embedded application after upgrading to 14.0-SP1.
InfoGoWhen selecting Metadata, InfoGo no longer displays duplicate table names after selecting the ‘Apply Column Selection' button.
AG - Data TabWhen the constant rdDisableMetadataColumn is set to "True", the Analysis Grid will use live metadata when you apply changes to the Data tab.
BookmarksBookmarks now retain their filter when you add an Analysis Filter and save your changes.
SSRM - Pie ChartsThe Pie Chart format now displays as expected when applying an Analysis Grid that uses a Data Column with a custom format containing a percentage value to an Author Dashboard/Report.
AG - Analysis GridYou no longer receive a JSON error in your Analysis Grid after exporting a report and applying an additional filter.
BookmarksYou can now utilize the ‘Add to Gallery’ and ‘Export’ options in a shared bookmark when using 12.8 SSRM with the Logi Info v14 engine.
ExportingExporting a table to Excel/CSV no longer throws an ‘Object reference not set to an instance of an object’ error when the Dashboard contains a chart and a table.
ColumnsYou can now use an ampersand in column names without receiving an XML error.
ExportingGroup Header Rows with DataColumns greater than 11 no longer return an error when exporting to Excel.
SSRM - DashboardAdding a crosstab gallery file to your Dashboard no longer returns an error.

Logi Info v14.0 Service Pack 1 Resolved Issues

TitleDescription
AG - Friendly Column NameData columns with special characters (like &) in the Friendly Column Name no longer return an XSL error in the Analysis Grid.
SSRM - SQLServer Session StateUsing 'SQLServer' session state in web.config and viewing existing Analysis Grid bookmarks, or creating a new analysis bookmark, no longer returns the following exception: Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted.
StateServer and SQLServer Session StateYou no longer receive a SerializationException at rdServer.rdErrorMessage for scheduled tasks when the session state mode is StateServer or SQL Server in Info 12.8 and 14.0.
Forecast BarsForecast bars (Forecast Regression Linear/Trend) now display properly in your Dashboard and Report Author.
AG - Extra Label ColumnsAdding Extra Label Columns to your Crosstab now displays the names of the selected columns separated by a comma, as expected.
Chart Drill ToThe Chart Drill To feature in your Dashboard now properly responds to the constant 'rdDisableMetadataColumnCheck'.
InfoGo - Metadata ColumnThe Metadata Column ‘FriendlyName’ is no longer a required attribute for Info 14 users.
SSRM - Aggregate FilterYou no longer receive an error when adding an Aggregate Filter using a custom query.
PDF ExportExporting to PDF now produces the correct data for each additional tab.
Java Scheduler ServiceJava scheduler service on Linux now sends emails as expected when specifying a time zone.
AG - Loading IconThe Analysis Grid now displays the loading icon while opening or updating a chart as expected in Info 14.
AG - Data DisplayThe most recent data now displays accordingly when updating an existing Analysis Grid.
FormulasYou can now create a new formula and replace an existing formula using the created one without receiving an error upon reopening the bookmark.
Static Tab ElementsStatic tab elements with different IDs now work as expected after refresh.

Logi Info v14.0 Feature Enhancements

TitleDescription
Bookmark Validation UtilityA new Bookmark Validation tool is available that allows Developers or System Administrators to identify broken bookmarks and find solutions after applying any database, metadata, or security change.
Data Table Bookmarks - Save Sort and Column OrderReport authors can now enable the "remember sort and column order" function in a Data Table so these changes can be stored in bookmarks.
AG - Zoom ChartsA new attribute, "Allow Zoom Control", is now available to enable zoom control for Analysis Grid configuration.
AG - Aggregate FiltersYou can now use aggregates to filter your Analysis Grid.
AG - Aggregate and Group FormulasYou can now use aggregates and group functions in formulas in your Analysis Grid.
AG - Add/Remove Extra Crosstab Label ColumnYou now have the ability to add or remove Extra Label Columns to a Crosstab Table in your Analysis Grid.
AG - Additional SeriesYou now have the ability to add or remove additional Analysis Grid chart series.
API CallIt is now easier to handle multi-step API calls. This enhancement applies when making an API call to get an authorization token and then passing the result of the API call number into the Authorization Header of an API endpoint. Additionally, the RequestHeader element is now a child element of Metadata in your _Settings file, enabling you to use authentication to access the metadata URL identified in your Metadata element.
Crosstab Grouping and SummaryYou now have the ability to add Group Headers and Summary to your Crosstab Tables.
Scheduler Time Zone SupportYou now have the option to provide a time zone for scheduled tasks.
Disable Metadata Check at RuntimeYou now have the option to disable the metadata check at runtime and use what is in the bookmark already via the constant rdDisableMetadataColumnCheck.
DMF Conditional AttributeThe Definition Modifier File (DMF) element now includes a condition attribute that enables loading of the DMF. To apply the DMF, set the attribute to "True".
Input Date HighlightThe calendar reflecting the Input Date element now highlights both today's date (default), and the selected date.
HTML Attribute ParamsAs a report developer, you can now add "HTML Attribute Params" to other HTML-like elements (Image, Label, Division), so you can apply your application to work with other framework or libraries easier.
Charting Library UpgradeWe made improvements to our underlying charting library.

Logi Info v14.0 Resolved Issues

TitleDescription
SSRM - Analysis Grid ActiveSQL with PostgreSQLAggregate queries no longer time out when using PostGres and performing sum, then calculating aggregates on formula columns.
SSRM - 12.6 MetadataThe constant, rdDisableMetadataColumnCheck, was enhanced to allow modifications to the metadata, without affecting existing bookmarks (Analysis Grid, Dashboards, and Report Author).

Deprecated Features

TitleDescription
Apache FOPApache FOP was deprecated. The .NET version is no longer compiled or distributed, while the Java version can still be distributed, minus its supporting libraries. Supported libraries include: avalon-framework-4.2.0.jar, batik-all-1.7.jar, fop.jar, serializer-2.7.1.jar, xalan-2.7.2.jar, and xmlgraphics-commons-1.5.jar. The rdXslFoTemplate.jar is still compiled; however, the .Net version of rdXslFoTemplate is no longer compiled.
Apache Hadoop and HiveHadoop drivers were deprecated from Info Java. The following libraries were removed: hadoop-core-0.20.2.jar, hive-exec-0.13.0.jar, hive-jdbc-0.13.0.jar, hive-service-0.13.0.jar, libfb303-0.9.1.jar, and libthrift-0.9.1.jar.

Was this article helpful?