🗣️ icon is used to highlight the Customer Request tickets
The 2024_08 release contains x1 Schema changes
NEW FEATURES
Enhanced Single Chart PowerPoint Exports 🗣️ | pi#2437 | 29822 | Exporting |
---|---|---|---|
We’re excited to offer a completely rebuilt PPT export functionality which is almost instant and reflects any changes you make to charts on your screen (including legend selection). You can try it out by enabling the beta feature BROWSER_PPT_EXPORT and we’d love to hear your feedback and incorporate feedback into our upcoming releases. At present it only supports certain chart types (highcharts) which doesn’t include tables, card charts, maps and some other types of charts. Any unsupported will simply fall back to the existing export functionality. Example of the new PPT output:
|
Additional Chart Atttribute - Sankey & Chord Charts 🗣️ | pi#2592 | 32588 | Chart Attributes |
---|---|---|---|
Last month we introduced the ability to define a ‘Weight’ object for Sankey Charts and Chord Diagrams (July 2024 entry) and now this functionality has been enhanced by the addition of the following settings under the ‘Attributes’ tab of the Chart Editor: As you can see above, you now have the option to alter the presentation of the value that shows on the Node/Point tooltip in a couple of ways:
Weight Label: In the example above, I am specifying that I want the value that would previously have shown as “Weight” regardless of the object being used to generate it to appear as “Amount” instead. I also have the option to hide the label which in the tooltip above would have resulted in “Amount: “ being removed from the final line. If I don’t specify a label here, the label from the Data Object will be used and if that hasn’t been defined the Display Name of the object will be used e.g. “Transaction Weight” in this example. Measure Attributes You can now customise the attributes shown above and they will be reflected in the ‘Weight’ value displayed in the tooltip. Any values not specified here will fallback to those on the underlying Data Object itself and then to their default values. Please note, similar settings are not available when using a Dimension for the Weight Object as that is not currently supported. |
Report Logging 🗣️ | pi#2460 | - | Reporting / Performance |
---|---|---|---|
A new checkbox has been introduced to the Report Editor - ‘Log Report Performance Stats’ to allow users to enable performance logging for report creation and export for a single report. Only the users with ‘debug’ permission will have this checkbox available. Report performance logging covers the main steps of the report creation and the duration the steps take to complete. If the checkbox is enabled and when the request to export the report completes, the output of performance stats will be printed in out.log file in tomcat app logs. Example of the output in the logs: New audit types have also been added to record the export of report in different export formats - |
CHANGES
Chrome Closure Reliability Improvement (Renderer) 🗣️ | renderer#118 | 31121 | Browser |
---|---|---|---|
Changes have been made to the code that manages the Chrome instances (used by the Renderer), specifically around the reliability of closing the browser when it’s no longer used. |
Library Upgrade - Grails 6.0.2 🗣️ | pi#2145 | - | Library |
---|---|---|---|
The Grails library has been updated from version 5.3.6 to version 6.2.0. This deliveres multiple improvements, whilst addressing a flagged vulnerability associated with SnakeYAML (CVE-2022-41854). |
Library Upgrade - Tomcat 9.0.91 🗣️ | dd#93 & pi#2558 | - | Library |
---|---|---|---|
Tomcat 8.5 has reached end-of-life, and therefore we have upgraded to v9. This version has a significant period of additional support, which allows us to take advantage of future fixes in a timely manner as they become available. |
Library Upgrade - Apache Commons Compress Library Upgrade | pi#2307 | 29943 | Library |
---|---|---|---|
Upgraded to 1.26.0 to resolve a reported security vulnerability (CVE-2024-26308). |
Enhanced single chart pdf export removed from Beta 🗣️ | pi#2530 | - | Area |
---|---|---|---|
Our greatly enhanced, rebuilt pdf export for single charts has been enabled by default in this release. If you experience any issue please let us know, for a limited time you call switch back to the old mode by using the beta flag OLD_PDF_EXPORT. |
Improved nulls to 0s and 0s to nulls conversions on data tables 🗣️ | pi#2505 | 31537 | Data Tables |
---|---|---|---|
Improved the handling of converting 0s to nulls and nulls to 0s in data tables;
|
Importing a data connection populates a blank password 🗣️ | pi#2493 | 31451 | Data Connections |
---|---|---|---|
Now, when importing a fresh data connection, or when overwriting a data connection with no password set, when the import also has no password set, it will correctly leave the password blank. The previous behaviour of being able to export data connection passwords when they are set as a variable will be retained. |
MFA Login Loop 🗣️ | pi#2591 & pi#2593 | 32571 & 32576 | Authentication |
---|---|---|---|
Fixed an issue where users were not able to log in to the dashboard using Multi-Factor authentication setup on certain browsers (e.g. Safari, Firefox). |
Resolved performance regression in some environments 🗣️ | pi#2594 | 32555 | Performance |
---|---|---|---|
Resolved a performance regression apparent in some larger environments when displaying charts. |
Schema Changes
Column ‘log_performance_stats’ added to mis_report_items table | pi#2460 |
| Reporting |
Column ‘can_have_child_connections’ added to mis_data_sources table |
|
|
|
Add Comment