Table of Contents
The following release notes cover the versions of [Product Name] released in [version]. Resolved defects and limitations for Qlik Sense Enterprise on Cloud Services are also listed.
Please refer to the What’s new sections of the online help for information about the new and updated features of the Qlik Sense Enterprise on Windows May 2022 release:
Distribute only changes of an app to cloud
This feature allows distributing only the changes of an app its metadata (like name and app objects) and\or actual data. By comparing data last loaded and last distribution time-stamps, the Application Distribution service (ADS) decides whether app should be distributed with or without data. In the case of no data change, this significantly reduces network traffic between Qlik Sense and Qlik Cloud Services.
This feature is enabled by default and controlled via the DistributeWithoutData feature flag set in C:\Program Files\Qlik\Sense\AppDistributionService\appsettings.json. To disable, set the flag to false and then restart the Qlik Sense Service Dispatcher service. Make sure it is done on all nodes where ADS is configured to distribute apps to the cloud:
(...) "FeatureFlags": {
"ChunkedUploads": true, "DistributeWithoutData": true, "ExportScope": "published"
} }
See also the complementary feature "Distribution task for distributing apps from Qlik Sense to Qlik Cloud Services".
Favorites in the Hub
Hub users can now mark their private app or any published app as a favorite. The marked apps will appear in a new app space in the Hub: Favorites. The Favorites section is visible when at least one app is marked as favorite. An application is marked/unmarked as favorite via an icon shown when hovering over the app thumbnail or in the Actions column, depending on the view.
A new endpoint is introduced with the following methods, affecting the user making the call, identified via the X-Qlik-User header.:
GET /qrs/user/favorites
PUT /qrs/user/favorites/<AppID>
DELETE /qrs/user/favorites/<AppID>
This feature is enabled by default and controlled via the HUB_FAVORITES feature flag set in C:\Program Files\Qlik\Sense\CapabilityService\capabilities.json. To disable, set the flag to false and then follow restart the Qlik Sense Service Dispatcher service:
"contentHash":"2ae4a99c9f17ab76e1eeb27bc4211874","originalClassName":"FeatureToggle","flag":"HUB_FAVORITES","enabled":false}
Update of extensions in Qlik Management Console
Qlik Sense now offers an ability to update extensions without the need of deleting the existing one. In the Qlik Management Console, upon an attempt to upload an extension with a name that already exists in the system, the user is prompted for confirmation to replace it with the new one. Once confirmed, the existing files are overridden with the new ones, while keeping the GUID of the extension intact. As a result, this does not affect any associated items, for example custom security rules. On an API level this is accomplished by adding the replace=true parameter to the request, as in the following example:
/qrs/extension/upload?privileges=true&pwd=&replace=true
This feature is enabled by default and controlled via the QmcReplaceExtensions feature flag set in C:\Program Files\Qlik\Sense\CapabilityService\capabilities.json. To disable, set the flag to false and then restart the Qlik Sense Service Dispatcher service:
{"contentHash":"2ae4a99c9f17ab76e1eeb27bc4211874","originalClassName":"FeatureToggle","flag":"QmcReplaceExtensions","enabled":false}
Empty streams not displayed in the hub
In the hub, streams with no apps empty or, based on the existing security rules, evaluated to not show apps for the current user - are no longer displayed. Upon publishing an app, moving an app from another stream, or deleting an app, the list of streams is dynamically updated. The streams either appears or are hidden. Changes outside of the hub, for example in the Qlik Management Console, do not trigger updates to the list of stream in the hub.
This feature is enabled by default and controlled via the HUB_HIDE_EMPTY_STREAMS feature flag set in C:\Program Files\Qlik\Sense\CapabilityService\capabilities.json. To disable, set the flag to false and then restart of the Qlik Sense Service Dispatcher service:
{"contentHash":"2ae4a99c9f17ab76e1eeb27bc4211874","originalClassName":"FeatureToggle","flag":"HUB_HIDE_EMPTY_STREAMS","enabled":false}
Distribution task for distributing apps from Qlik Sense to Qlik Cloud Services
A new type of task is now available in the Qlik Management Console: Distribution task. The distribution task allows scheduling the distributions of apps in the same way as reloading apps via Reload tasks.
This feature is enabled by default and controlled via the QMC_DISTRIBUTION_TASK feature flag set in C:\Program Files\Qlik\Sense\CapabilityService\capabilities.json. To disable, set the flag to false and then restart the Qlik Sense Service Dispatcher service:
"contentHash":"2ae4a99c9f17ab76e1eeb27bc4211874","originalClassName":"FeatureToggle","flag":"QMC_DISTRIBUTION_TASK","enabled":false}
In addition, this feature comes with the ability of disabling the legacy behavior of automatically triggered distributions of apps at the change of metadata or actual data, based on the existing distribution policies. This is done by setting the following flag in C:\Program Files\Qlik\Sense\Repository\Repository.exe.config to true, and then restarting the Qlik Sense Repository service:
<add key="DisableAppChangeDistribution" value="true" />
See also the complementary feature "Distribute only changes of an app to cloud".
Qlik Sense Repository service scans for script tags in the XML files uploaded to AppContent or ContentLibrary library types
For customers who consciously allow-list XML files and allow their upload as data sources or part of the content libraries, an additional layer of security has been introduced. The Repository service scans through the uploaded XML file for potential Cross-Site Scripting (XSS) vulnerabilities and if any are found, blocks further upload. System administrators in the Qlik Management Console can force the upload despite the presented warning. App users will no longer be able to complete the upload and will be instructed to contact their system administrator to perform it for them.
This feature is enabled by default and controlled via the ScanXmlFileForScripts feature flag set in C:\Program Files\Qlik\Sense\Repository\Repository.exe.config. To disable, set the flag to false and then restart the Qlik Sense Repository service:
<add key="ScanXmlFileForScripts" value="false" />
May 2022
Key | Title | Description |
QB-5766 | Qlik Cloud: Sheet with dynamic view is "published" when trying to edit the sheet | Fixed an issue with editing a sheet with dynamic views. You would get a message that the sheet was published and that you had to duplicate it to edit. |
QB-5820 | Qlik Sense could stop responding during upgrade after decoupling bundled PostgreSQL database instance | After reconfiguring a default Qlik Sense installation to use a dedicated PostgreSQL database instance, the upgrade could fail if the default instance was not uninstalled. Qlik Sense installer will no longer allow an upgrade unless that condition is met. |
QB-6274 | Qlik Sense: Incorrect sorting when a chart is rendered the first time | A chart will be correctly sorted when it has a sorting expression that contains a set expression with an auto-field the first time it is rendered. |
QB-6534 | Allow user to use letter 'A' in format expressions | The letter 'A' used to be a reserved syntax to force an SI abbreviation. Now it is disabled. |
QB-7663 | Qlik Sense app stops responding when importing thousands of columns | Fixed an issue whith imports of more than 16,000 columns in a table. On a Windows server, the app would stop responding, and on Linux the whole engine process would terminate. This could happen during reload, script editing dialogs, or when opening the app. |
QB-7766 | ApplyPatches() changes are not persisted on disconnect from app | Qlik Sense: ApplyPatches() changes are now persisted on disconnect from an app after save. |
QB-7782 | Host header not validated when Qlik Sense hostname is added in 'Host allow list' in virtual proxy settings | Improved the HTTP Host header validation method for permitted domains as per 'Host allow list' performed by Qlik Virtual Proxy. |
QB-7903 | ODAG indication green light not consistent | In case of having multiple ODAG links in an app there could be times when the constraints check (green light indicator) would use an expression from a different ODAG link. It will now use the correct expression. |
QB-7907 | AMI instance BYOL broken on installation level - qliksenserepository password not updated for some microservices | The error "The system cannot find the file specified" was thrown when trying to configure microservices for communication with postgres. The Configure-Service.ps1 scripts have been updated for every microservice to point to the "...\PostgreSQL\12.5" location. |
QB-8085 | Qlik Sense: The whole group isn't hidden when the parent in suppressed in a pivot table | In a Qlik Sense pivot table, if a dimension value is suppressed for being zero, the whole subgroup is now also suppressed. |
QB-8102 | The contrast ration in app description in the Hub not compliant with WACG 2 guidelines | When displaying apps in list view, the description section had contrast ratio below WACG 2 guidelines. The subtext color has been changed resulting in contrast ratio increase to 5.17:1. |
QB-8144 | Prepare statement failing in Qlik Sense | The Prepare and Execute statements are no longer case sensitive. |
QB-8218 | Smart search doesn't work when used in session apps | Resolved an issue where smart search did not work in session apps or in a mashup. |
QB-8381 | Fix 'Apply changes' message on Container object | The 'Apply changes' message that appears on the property panel when switching between tabs in the Container object has been removed. |
QB-8513 | Qlik Sense: Error when exporting data to Excel due to date format | The engine can have an arbitrary number of decimal digits of whole seconds. When exporting to Excel this is limited to three decimals, the upper limit that Excel can handle, and caused errors. This has been fixed by updating the millisecond format for Excel export. |
QB-8527 | Qlik Sense: Third-party software shows jQuery UI | Components for jQuery UI have been removed from the Third-party software section in the About dialog in the hub because it is no longer shipped with the product. |
QB-8541 | Multi KPI chart style is changed unintentionally | Multi KPI chart is now reverted to the original style. |
QB-8638 | Unauthorised access to QMC sections possible by changing response | By intercepting and reusing the response to a /qrs/SystemRule/security/evaluatetransientresources request, it was possible for an unprivileged user to unlock sections in the Qlik Management Console (QMC), while still being restricted to information within them. The issue has been fixed by hashing values returned from the evaluattrancientresrouces endpoint from the QmcSection access check, which in turn prevents unauthorized access to QMC. |
QB-8689 | Section Access on key field can cause a crash | When a key field is reduced by Section Access, the data traverse cannot correctly handle NULL values if the reduced field had NULL values before reduction, but not after. In rare cases, it could cause the engine to crash. |
QB-8713 | Enable setting for usage of measure names in expression | The setting that enables usage of measure names in expression was previously disabled by default, but it will now be enabled by default. |
QB-8742 | 500 Internal Server Error when accessing hub via URI with special characters | When an unauthenticated user would access hub via URI containing special characters, for example Japanese, the proxy service would throw a 500 error as a result of incorrect string parsing. This issue has been fixed by changing the way the proxy service handles the target URI. |
QB-8826 | Qlik Sense Repository Service allows more than one ServiceCluster | Fixed an issue where the Qlik Sense Repository Service would allow, via API call, to create more than one ServiceCluster entity. This might have caused issues with ServiceCluster settings. Now, the error "400 Bad Request - Only one service cluster per deployment allowed" is thrown. |
QB-8851 | Can't use dashes (-) in the database name using the MySQL connector wizard | The issue has been fixed and dashes can now be used in database names and table names. |
QB-8859 | Logging level issue | Fixed an error in a logging mechanism where a connector produced log strings of log level DEBUG when the actual setting was log level INFO. |
QB-8873 | Forms Authentication with FQDN creates new user | When a user authenticated to Qlik Sense with Forms Authentication and FQDN as user directory, it was recognized as a different user, compared to when using a simple domain name. This has been fixed by using user impersonation, which prevents the creation of a new user. |
QB-8878 | Y-axis of line chart used in container disappears | Fixed an issue in Qlik Sense where the y-axis of line charts sometimes disappeared when used in a container. |
QB-8893 | Issue with nine items in filter pane | A filter pane with exactly nine items now has a scrollbar. This makes the last item readable and reachable. |
QB-8909 | Fiilter pane is hidden when another chart is full screen | Qlik Sense now applies the correct cascading style sheet to the filter pane when you make another chart full screen. |
QB-8917 | Dimension labels cut off in combo chart | Fixed an issue where the dimension labels were cut off incorrectly for certain chart sizes in combo charts. |
QB-8992 | Use safe ciphers by default | Fixed an issue with unsafe ciphers. The unsafe ciphers have been removed and a list list of supported predefined ciphers is used. If you want to use the unsafe ciphers, you need to provide a list of them as mentioned in this knowledge article: https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/DeployingQVNprinting/TLS-cipher-suites.htm, under the `--cipher-suites` param |
QB-9029 | Fix log messages for QvRestConnector | Fixed logging of REST connector. The following message is no longer logged: "REST The requested service 'Qlik.Connectors.SDK.Common.Encryption.IEncryptionService' has not been registered." |
QB-9041 | Bars, lines, and markers in combo chart not correctly aligned | Fixed an issue where bars, lines, and markers in combo charts were left-aligned instead of center-aligned in certain scenarios . |
QB-9073 | Line marker in combo chart displayed incorrectly | Fixed an issue where line markers in combo charts were sometimes not filled. |
QB-9080 | Make sure table doesn't scroll horizontally when confirming selections | In touch mode, the focus was incorrectly set to a cell at the start of the table. Now the focus is not set at all in touch mode, because focus is not applicable on touch devices. |
QB-9083 | Filter pane selection is automatically selected when expanded | The filterpane will not automatically apply selections and clear the search box when double-clicking. |
QB-9137 | GeoAnalytics map chart not working as expected | Fixed an issue with map legend when using drilldown dimensions. Map legend visibility will now reflect if the drilldown level is visible or not. |
QB-9172 | The exportPDF method doesn't render all table columns | To include all columns in exportPDF, the objectSize can be used to specify the size that the object needs to be rendered. |
QB-9228 | App is not showing in Insight Advisor chat | For apps with large data models, scraping calls might take a long time to complete. Fixed the issue by making the scraping timeout of the nl-app-search HTTP request configurable. The default value for the timeout (two minutes) can now be increased by setting the scraping-request-timeout parameter in the service configuration. |
QB-9309 | URL link doesn't work in formatted export | Qlik Sense: Fixed issue with URL link when exporting straight tables to Excel. |
QB-9401 | .NET API Field.Select and Field.ToggleSelect don't work with minus sign | Fixed the sync logic for Field::Select and GenericObject::SearchListObjectFor. |
QB-9407 | PDF downloaded as blank page | Fixed printing render of third-party extension. |
QB-9454 | Qlik Sense: Issue with information disclosure of internal FQDN and ports | Before, in case a URL was not found, a 404 HTTP error was returned along with the details of the internal URL to be used. This issue has now been fixed by removing the internal URL details from the returned payload and providing a generic "Content not found." message. |
QB-9484 | Qlik Sense Desktop error at login | Fixed an issue with Qlik Sense Desktop 2022 authentication against Qlik Sense Enterprise on Windows (QSEoW). The authentication would fail with the error "Failed to open selected hub" when QSEoW had invalid certificates and the user decided to accept the invalid certificate. |
QB-9485 | Incorrect layout of Multi KPI objects in Qlik Sense | Fixed the layout of the objects in the KPI. |
QB-9533 | Qlik Sense: Export problem when Totals label is undefined | Fixed problem with export in cases where the Totals label was undefined by falling back to a default label. |
QB-9570 | Qlik Sense: Improve error messages for script save failures | The following improvements have been done: - The timestamp for saved changes is more visible. - A dialog makes it clear if the script saving failed. |
QB-9589 | Can't use dashes (-) in the database or table name using the MySQL connector wizard | The issue has been fixed and dashes can now be used in database names and table names. |
QB-9650 | Update Node.js | Updated Node.js to address third-party issue CVE-2022-0778. For more information, see https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/. Details: May 2022 IR - updated to v14.19.1 February 2022 Patch 3 - updated to v14.19.1 November 2021 Patch 8 - updated to v12.22.11 August 2021 Patch 10 - updated to v12.22.11 May 2021 Patch 15 - updated to v12.22.11 February 2021 Patch X - updated to v12.22.11 |
QB-9717 | Qlik Sense: Bar chart showing incorrect numerical abbreviation | Fixed an issue where bar charts sometimes showed incorrect numerical abbreviation. |
QB-9789 | Qlik Sense: Large number of user groups coming from SAML\OIDC authentication caused slow performance in the hub and QMC | Some requests to the Qlik Sense Repository service would unnecessarily include persisting user attributes twice. This would impact performance across the Qlik Sense product. The issue has been fixed and the X-Qlik-ExtendedUserInfo header is now only included in an initial request, when the repository service compares the existing attributes with the ones coming from the Identify Provider. |
QB-9795 | Information disclosure of internal FQDN and ports | In cases where a URL was not found, a 404 HTTP error was returned along with the details of the internal URL to be used. This issue has been fixed by removing the internal URL details from the returned payload and providing a generic "Content not found." message. |
QB-9827 | Qlik MySQL connector data type conversion issue | Fixed the reading of bit(1) data type for MySQL. It is now converted the same way as for bit columns with size larger than 1. |
The following issues and limitations were identified at release time. The list is not comprehensive; it does however list all known major issues and limitations.
Workaround: turn 'touch screen mode' off from the navigation menu.
Exporting a story to PowerPoint limitations
ODBC connector: If the user name on the Microsoft Windows system running Qlik Sense Desktop contains letters that are not English alphanumeric characters, database connectors in the ODBC Connector Package do not work properly. Workaround: Change the Windows system locale to the match the character set that contains the characters used in the user name. For example, if the System locale on the system running Qlik Sense Desktop is set to English and a user name contains Swedish characters, the System locale setting must be changed to Swedish for the ODBC connector to work properly
The Qlik Salesforce Connector does not support PK chunking on sharing objects. PK chunking is supported only on parent objects.
Please refer to the online help for information about the requirements for Qlik Sense:
System requirements for Qlik Sense
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik Sense released in February 2022.
Please refer to the What’s new sections of the online help for information about the new and updated features of the Qlik Sense Enterprise on Windows February 2022 release:
What's new in Qlik Sense February 2022 (Users)
What's new in Qlik Sense February 2022 (Developers)
What's new in Qlik Sense February 2022 (Administrators)
February 2022
Retire centralized logging
As announced in 2021, centralized logging code has now been retired. With the Qlik Sense February 2022 release, you will not be able to configure or install centralized logging anymore.
Qlik Sense Desktop - Users authenticating with Qlik Cloud
Users authenticating with Qlik Cloud will be required to update to Qlik Sense Desktop February 2022. For more details, see this blog post.
February 2022 Patch 1
Content cache-controls
With content cache-controls, you can modify the cache behavior of the browser. The cache-control is used on endpoints handled by the repository service. This functionality is disabled by default and can be enabled by modifying two following files, followed by restart of Qlik Sense Service Dispatcher and Qlik Sense Repository services.
For more information please refer to our documentation Content cache-controls.
February 2022 Patch 3
Key | Title | Description |
QB-9485 | Incorrect layout of Multi KPI objects in Qlik Sense | Fixed the layout of the objects in the KPI. |
QB-8689 | Section Access on key field can cause a crash | When a key field is reduced by Section Access, the data traverse cannot correctly handle NULL values if the reduced field had NULL values before reduction, but not after. In rare cases, it could cause the engine to crash. |
QB-7782 | Host header not validated when Qlik Sense hostname is added in 'Host allow list' in virtual proxy settings | Improved the HTTP Host header validation method for permitted domains as per 'Host allow list' performed by Qlik Virtual Proxy. |
February 2022 Patch 2
Key | Title | Description |
QB-7903 | ODAG indication green light not consistent | In case of having multiple ODAG links in an app there could be times when the constraints check (green light indicator) would use an expression from a different ODAG link. It will now use the correct expression. |
QB-8218 | Smart search doesn't work when used in session apps | Resolved an issue where smart search did not work in session apps or in a mashup. |
QB-8381 | Fix 'Apply changes' message on Container object | The 'Apply changes' message that appears on the property panel when switching between tabs in the Container object has been removed. |
QB-8541 | Multi KPI chart style is changed unintentionally | Multi KPI chart is now reverted to the original style. |
QB-8873 | Forms Authentication with FQDN creates new user | When a user authenticated to Qlik Sense with Forms Authentication and FQDN as user directory, it was recognized as a different user, compared to when using a simple domain name. This has been fixed by using user impersonation, which prevents the creation of a new user. |
QB-8992 | Use safe ciphers by default | Fixed an issue with unsafe ciphers. The unsafe ciphers have been removed and a list list of supported predefined ciphers is used. If you want to use the unsafe ciphers, you need to provide a list of them as mentioned in this knowledge article: https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/DeployingQVNprinting/TLS-cipher-suites.htm, under the `--cipher-suites` param |
QB-9228 | App is not showing in Insight Advisor chat | For apps with large data models, scraping calls might take a long time to complete. Fixed the issue by making the scraping timeout of the nl-app-search HTTP request configurable. The default value for the timeout (two minutes) can now be increased by setting the scraping-request-timeout parameter in the service configuration. |
February 2022
Key | Title | Description |
QB-2978 | Operations Monitor: Worker scheduler task details not shown | Hostname is updated in defineFields section. |
QB-3498 | License monitor app reload failed when utilizing Analyzer Capacity license | Reload script is updated with additional logic for Analyzer Capacity license. |
QB-3581 | Operations Monitor: Session details show incorrect apps | App name reference is updated in Session Details sheet. |
QB-4387 | Master item color not adopted in line chart | In some special cases for line charts, the master color was not set when the color was set to Custom. |
QB-6135 | Node names not used in QMC 'App distribution status' overview page | 'App distribution status' section would show hostname resolved from DNS, which in some cases could be different than actual host name as seen in 'Nodes' section. |
QB-6287 | Printing service errors for chatbot users | Fixed DPS and NL broker. |
QB-6320 | Not possible to restore an application with Qlik Sense May 2021 | If an app is missing version number when it is opened, we add the latest engine version number to it. |
QB-6400 | Selections are not displayed in the selection bar | Under a certain racing condition the selection state layout did not represent the latest selection properties. The correct selection was however always applied. |
QB-6449 | Only return relative links for endpoint | Changed response to only return relative links from the endpoint: "/converter/v1/projects/" |
QB-6531 | Publishing and replacing an app | When doing publish and replace of an app, if the app has a duplicated object of the same type in the database, keep the most recent object and remove the other object. |
QB-6547 | Fix missing Total Text | Fixed a problem where a Total text was sometimes wrongly suppressed. This could happen on a Top Dimension where the Other node is under an expanded dimension. |
QB-7044 | Variable Input : Sheet with many Variable Input objects does not keep the value set by the user | With too many objects present, the function to set the variable value was overlapping with the next input. Note : After the fix, the overlap does not occur and each value updates separately. |
QB-7070 | Return the full allocated license access numbers no matter which user is calling accesstypeoverview | This enables QMC to properly disable the Allocate button when there are no more seats available, even if the user in question does not have read on all the allocated users. Only the allocation numbers are revealed. Not the user info |
QB-7225 | Insight Advisor Chat was not working with database security | Insight Advisor Chat was not working with SSL/TLS Postgres Connection configuration. |
QB-7234 | Variance Waterfall chart does not update after filtering | Variance waterfall was not getting layout updates when other charts were in full screen state. |
QB-7255 | Long expressions move info panel off the bottom of the expression editor | Addressed issue where long expressions moved info panel off the bottom of the modal expression editor dialog. |
QB-7285 | SQL Execute incorrectly triggering prepared statements | Execute tried to trigger a prepared statement instead of a stored procedure. |
QB-7366 | Exploration menu not working | Exploration menu was not working in charts inside a container after upgrade to August 2021. |
QB-7377 | Prevent error when fetching product-info through mashup code | Use withCredentials when explicitly set to avoid an error when running mashup code, which explicitly sets withCredentials. |
QB-7378 | Prevent user-locale error in QSEfW for mashups | /api/v1/user-locale gave error 404 in Qlik Sense for Windows mashup. Use withCredentials when explicitly set to be able to fetch deploymentType from productInfo which is needed to fetch locale in the right way, without throwing an error. |
QB-7413 | OIDC attributes not using the Qlik Sense attribute mapping | After authenticating with OIDC, attributes persisted in the database were not properly mapped to Qlik Sense attributes. |
QB-7466 | Error "The calculation condition is not fulfilled" | Fixed "The calculation condition is not fulfilled " showing as error popup in some instances. |
QB-7474 | Performance improvement to ConvertToLocalTime function | Significant performance and stability improvements to the ConvertToLocalTime function. |
QB-7487 | Continuous axis in line chart not showing the first and last tick label | Fix for an issue where the continuous axis did not show the first and last tick label for the interval. |
QB-7494 | Engine API Explorer not showing apps | Previously, the Engine API Explorer was crashing when trying to render a list with a large number of apps. This bugfix consists in limiting the total number of apps that can be displayed in the browser to a max of 5000, which avoids crashing. |
QB-7504 | Custom axis theme not working in combo chart | Fix for an issue where combo chart did not properly apply axis styling defined in a custom theme. |
QB-7705 | Qlik Sense used a version of log4net with known vulnerabilities. | Log4net version has been updated from 2.0.8 to 2.0.12. |
QB-7722 | Unreliable auto-save behavior after reload | Qlik Sense will automatically save edits on session close and at a regular interval. Auto-save could be unreliable when a user session against an app had changed between open modes "with data" versus "without data". This happened if an end user would open an app without data and then reload the app from the Data load editor, but it could also happen as a result of scheduled reloads with impersonation. The problem could affect all users of the app, but in a multi-node system, problems would only occur on the node where the reload took place. |
QB-7727 | Multi KPI chart export from story to PDF | When exporting Multi KPI chart from a story to PDF the output was blank. |
QB-7798 | QMC Log collector does not collect some folders | Default filter has been extended to include Licenses service logs. New check-box added for collecting all the logs - "Ignore log-folder filter and export all". Refer to documentation for details. |
QB-7812 | Custom theme font size adjusted only text, not container | The height of the items inside the filter pane will now be adjusted for the font size that is set. |
QB-7903 | ODAG indication green light not consistent | In case of having multiple ODAG links in an app there could be times when the constraints check (green light indicator) would use an expression from a different ODAG link. It will now use the correct expression. |
QB-7950 | Continuous line chart points at the edges cut off | Fix for an issue where points at the edges of a continuous line chart were being cut off. |
QB-7975 | Editing reload task with task event trigger removes the task chain icon | Consequence of QMC caching, now fixed. |
QB-7987 | Fix of #myapps and #mytasks custom filters | Default #My apps or #My tasks filters would not work as QMC did not rely on fetching "user.id" from the repository service. Fix ensures that it always fetches "user.id". |
QB-7988 | SSPI added for when WebFileUseWinAPI is turned off | SSPI is added in WebFileUseWinAPI=0 mode, making it possible to use current Windows credentials with web file connectors in that mode. |
QB-7993 | Table chart not allowing columns to be resized or moved with mouse click and drag | When the title of a column could not be determined, the table had issues calculating the column widths. This is now fixed. |
QB-7995 | Sheet is scrolling when trying to scroll in combo chart | Fix for an issue where the sheet would scroll when trying to scroll in a combo chart. |
QB-8091 | Bullet chart segment colors displayed incorrectly | Fix for an issue where bullet chart segment colors sometimes displayed incorrectly, and sometimes broke the chart. |
QB-8140 | Error message when copying sheet clarified | Error message when copying and pasting a sheet between apps using different engines is clarified. |
QB-8149 | Stacked bar charts updated | The stacked bar chart was presented incorrectly. This was fixed in an update of the visualization. |
QB-8193 | Lodash vulnerability in Qlik Sense services | Some of the Qlik Sense services were using a version of Lodash earlier than 4.17.12. This was considered vulnerable to Prototype Pollution. All affected services have now been upgraded to use version 4.17.21. |
QB-8195 | SAML Single logout returns 500 error instead of re-directing to login page | When using SAML authentication, upon manual logout or session timeout, the Hub or QMC returned a 500 error. With this fix, the user is redirected to the login page where the user can see the text "You have been logged out" with an option to log in again. |
QB-8198 | Amazon Athena connector improvement | When using the Amazon Athena connector, the Data preview dialog now uses row limits with generated queries. This improves load times. |
QB-8261 | Assignments with UNKNOWN domain name pushed to the local Licenses service | Removing existing or adding new assignments for Qlik Cloud-specific users would not sync with the local Licenses service. This resulted in discrepancy in active assignments between Qlik Sense Repository and Licenses services, which could result in an inability to assign new users. |
QB-8302 | Line chart displays duplicate tooltip measure | In some cases, a line chart might display a custom tooltip measure twice when the mouse pointer hovers over dimension values (for example, at the bottom of the line chart). This is issue is resolved. |
QB-8338 | Master visualization combo chart not working | Fix for an issue where old combo charts that were missing newer properties did not work properly as master visualizations. |
QB-8348 | Response to '/qrs/{entity}/table' does not include value of the custom property's "name" | Introduced by previous fix not to include custom property definition in custom property values when opening the Hub. Affected QMC endpoint has now been corrected to include the value of custom property's "name". |
QB-8387 | Sessions shared between browsers do not sync selections when using SAML authentication | SAML authentication flow was corrected to make sure that "samluser" object matches the referential "BaseUser". |
QB-8403 | "IdP GetRedirect failed" error in IdP OIDC .well-known endpoint | Generic IdP OIDC .well-known endpoint does not work with Qlik Sense. "IdP GetRedirect failed" error is shown. This was caused by a check on "SupportedScopes" and "SupportedClaims" tags. Removed aforementioned tags from IdP's discovery endpoint parsing validation as they are not mandatory for custom IdPs. |
QB-8473 | Third-party software list in Qlik Sense About included "log4j 2" | "log4j 2" was removed from the list as it is not used in Qlik Sense product. |
QB-8552 | Dragging files in Qlik Sense Desktop failed | Dragging files into Qlik Sense Desktop resulted in an infinite spinner instead of allowing the selection of data. This issue is fixed. |
QB-8695 | Teradata SSO username format is now configurable | Now users can make the Teradata SSO username format configurable by editing the SSOUsernameFormat property in QvOdbcConnectorPackage.exe.config file. For UPN format, edit the property to: <add key="SSOUsernameFormat" value="upn" /> For samaccountname, format property should look like this: <add key="SSOUsernameFormat" value="samaccount" /> |
he following issues and limitations were identified at release time. The list is not comprehensive; it does however list all known major issues and limitations.
Clients
It is not possible to open the context menu of an orc chart on a touch device.
When you choose to view data in the context menu in a Dynamic Chart and make a new selection in the app, you need to refresh the browser for the chart to be displayed again.
Dynamic views
Managing a Qlik Sense site
Qlik Sense Desktop
Qlik Sense Desktop can play WebM and Ogg, but not MP4 files due to limitations in Chromium.
Connectors
Cloud deployments and Multi-Cloud
Please refer to the online help for information about the requirements for Qlik Sense:
System requirements for Qlik Sense
February 2022 Release
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik NPrinting released in May 2022 IR.
Qlik NPrinting supports connections to QlikView documents saved in QVF format. This feature requires QlikView May 2022 (12.70) or newer. Qlik NPrinting does not check whether the installed version of QlikView Desktop supports QVF connections.
Jira issue ID: OP-95621
PostgreSQL, the Qlik NPrinting Repository, is upgraded from 10.17 to 13.6-1. The consequence is that the minimum version you can upgrade from directly is April 2018 (18.9.5).
Jira issue ID: OP-95649
The user description field is available in the following APIs: create, update, and get user.
Jira issue ID: OP-95663
The new security header X-Content-Type-Options with value nosniff is added to all Qlik NPrinting responses to avoid MIME sniffing.
Jira issue ID: QV-22530
The Qlik NPrinting On-Demand Add-on installation has an improved the process of finding the QlikView Server installation path.
QlikView 12.70 is supported starting from this version.
Qlik Sense May 2022 is supported starting from this version.
Jira issue ID: OP-95646
The boolean properties with a value different than the default were not updated in the reports imported from QlikView NPrinting 16 projects. It was necessary to open the report template with the Qlik NPrinting Designer and click on Save and Close to force the update.
Jira issue ID: OP-95639
Borders were sometimes added to some merged cells of generated reports, even if they were not set in the source template.
Jira issue ID: OP-95666
The production of Excel reports with a field in the Pages node that contained no values would result in the error message: "Object reference not set to an instance of an object".
Jira issue ID: OP-9960
Excel formulas linked to a table with the “Expand Range” option unchecked were overwritten with zero values.
Jira issue ID: OP-95624
References in cell formulas were lost in generated reports if a custom format was applied in the template. The wrong reference was pointing to a row above than the correct one.
The following issues and limitations were identified at release time. The list is not comprehensive; it lists all known major issues and limitations. We expect to have these issues fixed in future versions.
The following languages are supported:
Other languages are not officially supported. There may be issues with other languages, particularly those with right-to-left script and non-Roman alphabets.
Qlik Sense custom size sheets are not supported. Custom size will not be maintained on export.
Alternate states
QlikView and Qlik Sense alternate states are not supported.
Jira issue ID: OP-6196
Qlik NPrinting Server, Engine, and Designer can only be installed on C: drives. Any attempt to install them on a different drive will result in task failures.
Jira issue ID: OP-5831
When you add the same object twice, using the Images node in Qlik NPrinting Designer, only the image size property of the first image is respected.
It is possible to select the “Enable” check box in On-Demand for reports using Qlik Sense app data. These reports are visible in the QlikView On-Demand menu of the QlikView On-Demand add-on. But if selected, they will not generate reports, and you will see an error message.
If you experience random crashes when using Qlik NPrinting Designer, open your Windows Display Settings in the Control Panel and verify that Smaller – 100% (default) is selected. When settings of 125% or 150% are selected, Qlik NPrinting Designer may crash.
Jira issue ID: OP-5908
In some cases, when you use Qlik NPrinting On-Demand in Internet Explorer 11 or Edge, the “origin” HTTP header is not generated. This results in the error message “REVEL_CSRF: tokens mismatch”.
The workaround is to install Qlik NPrinting On-Demand on a Microsoft IIS server hosting QlikView Access point or use a different web browser.
Jira issue ID: OP-4940
Qlik NPrinting Designer may be unable to open a report template if there are too many filters associated with a connection in the report's app. The following error message displays: “A task was canceled”.
This typically happens when more than 4000 filters are using fields from a connection. Sometimes, higher numbers can work. For example, 7000 filters have worked in some situations.
The workaround is:
1. Split the Qlik NPrinting app into separate apps.
2. Split the connections (possibly by using multiple connections to the same documents in different apps).
3. Split the filters across apps (so that the filter count per app is lower).
Jira issue ID: OP-4839
Some Qlik NPrinting tasks fail with the error message: “Exceeded maximum number of retries”. This is due to a performance issue in QlikView that appears when it exports large unfiltered files to Excel.
Jira issue ID: OP-5278
In some rare circumstances, pressing the Verify connection button will cause the screen to freeze on the “Initializing…” status and the spinning wheel cursor. This happens when a Qlik NPrinting Engine goes offline and Verify connection is pressed before the Qlik NPrinting Scheduler is aware that it is offline. It can take up to 20 seconds before the Qlik NPrinting Scheduler determines the offline status of a Qlik NPrinting Engine.
Jira issue ID: OP-5545
Excel merged cells are not supported for Qlik NPrinting tags regardless of Keep Source Format option.
Jira issue ID: OP-5914
When you:
The filters associated with each user are not uploaded, or displayed, for performance reasons. Waiting for all filters for thousands of users to import would take a long time. In most cases, importing this information is unnecessary, because filters created for users often contain something like the user IDs. You can change this behavior and make all filters visible by uncommenting the line <!--<add key="include-user-filters" />--> in the webengine.config file.
To make a specific filter visible in the lists, remove its association to all users, or create a new filter with the same fields and values not linked to any user.
Jira issue ID: OP-3986
The rollback that follows a Qlik NPrinting Server or Engine upgrade cancellation may corrupt the related Qlik NPrinting installation. A rollback is triggered by errors or by clicking the cancel button during the upgrade execution. After a corruption caused by a rollback, services may be uninstalled or cannot be started.
To restore a Qlik NPrinting Server to its original status:
You should always create a backup before starting an update. In any case, a backup is automatically created in the folder "%ProgramData%\NPrinting" at the beginning of the upgrade process. To restore a Qlik NPrinting Engine to original status:
Jira issue ID: OP-7560
Add title functionality is not supported on Qlik Sense objects with Assistance mode enabled. The workaround to restore the Add title functionality is to disable Assistance mode for the chart in Qlik Sense. Then reload the metadata of the connection.
Jira issue ID: OP-7568
Qlik Sense objects made in Assistance mode cannot be used as tables, columns, or cells in Qlik NPrinting. To restore them, disable Assistance mode on the chart in Qlik Sense; then reload the metadata of the connection. Furthermore, if a Qlik Sense object made with Assistance mode is exported as a table, column, or cell using Qlik NPrinting APIs, the request will fail.
Jira issue ID: OP-7165
Open Type Fonts (*.otf) are not supported in PixelPerfect templates. Generated reports will use a different font, and not look as expected.
Jira issue ID: OP-7747
The following functionalities are not supported for Qlik Sense tables that have a "Show column if" condition set on one or more of their columns: levels, single column export, and keep source formats.
Jira issue ID: OP-8570
QlikView tables with more than 256 columns cannot be imported into Qlik NPrinting report templates. All Qlik NPrinting versions are affected by this limitation, including QlikView NPrinting 16.
Jira issue ID: OP-8382
Qlik Sense On-Demand reports with selections applied on calculated dimensions will fail. However, you can apply selections on dimensions based on Qlik Sense fields. The workaround is to move the formula to the load script and use the calculated fields to apply selections to your On-Demand reports.
Jira issue ID: OP-8985
Due to the internal way of exporting Qlik Sense histograms, you cannot add them to the Qlik NPrinting Designer Tables node. If you add a Qlik Sense histogram to the Tables node, you will not receive any errors or warning messages, but the exported data will be wrong.
Jira issue ID: OP-8921
QlikEntity reports support Qlik Sense objects with the following limitations:
Jira issue ID: OP-9315
Columns or cells inserted into merge cells do not retain the merged status and will be produced as unmerged cells in the generated reports.
Jira issue ID: OP-9087
You cannot embed an Excel worksheet in a PowerPoint report template. This will cause a Qlik NPrinting Designer crash. The workarounds are to insert the Excel worksheet without using the Qlik NPrinting Designer:
Jira issue ID: OP-9067
Dynamic views is a new Qlik Sense feature starting from June 2020.
If you connect Qlik NPrinting to a Qlik Sense app that contains a chart used to generate dynamic views, the chart and the containing sheet are excluded from the Qlik NPrinting connection cache and cannot be used in reports.
You can connect Qlik NPrinting to a Qlik Sense app containing dynamic views. However, after a dynamic view refresh, the connection will stop working.
Jira issue ID: OP-9628
Starting from November 2020, RabbitMQ Server (deployed as Qlik NPrinting Messaging Service) has been updated to version 3.8.3. It has an internal limit, not configurable, about messages size of 512MB. Previous limit was 2GB. As consequence, is not possible to generate Qlik NPrinting reports bigger than 512MB.
Jira issue ID: OP-9766
Excel worksheet print areas can contain more than one range if the generation of the report does not expand the print area. If it expands, you will see an error: “Invalid Cell Name”. For example, the default setting of the Expand Range option in a Qlik NPrinting table causes the print area to change during report production, and an error is received.
Jira issue ID: OP-9518
Using Cyrillic characters in the Search form of the Qlik NPrinting user interface is case sensitive.
Jira issue ID: OP-9995
The percentage “%” format is not kept in Excel reports when using QlikView 12.50 (12.50.20000) or newer due to a QlikView issue. You can solve this by upgrading to QlikView May 2021 SR2 (12.60.20200) or newer.
Jira issue ID: OP-95599
If you start a Run Verification on a connection to a QlikView document in QVF format, Qlik NPrinting cannot confirm whether the QlikView Desktop version installed locally on each Qlik NPrinting Engine is compatible with QVF file format. The check mark next to "QlikView can open the document" may be green, even if a version of QlikView that does not support QVF is installed. This is because verification only checks file permissions. If the installed QlikView Desktop does not support QVF format, metadata generation will fail.
Jira issue ID: OP-95682
QlikView objects with many different fields with exactly the same label are not supported. Duplicated labels cause an exception during the connection cache generation. To solve this issue, ensure that each field has a unique label.
To upgrade to Qlik NPrinting May 2022 IR, you must start from one of the following versions:
If you have a version of Qlik NPrinting older than April 2018, you must upgrade to Qlik NPrinting April 2018 before you can upgrade to Qlik NPrinting May 2022.
If you have a version of Qlik NPrinting older than 17.3, you must first upgrade to Qlik NPrinting 17.3. Then you must upgrade to a version from April 2018 to May 2021 SR4 before you can upgrade to Qlik NPrinting May 2022.
If you are upgrading from a version older than February 2018, all metadata caches (QlikView and Qlik Sense) will be marked as "not generated". This is due to a breaking change in the format of the metadata cache. All connection caches must be regenerated before you can edit a template or create a new connection.
You must back up your data before you proceed. Data can become damaged if a problem occurs during the upgrade. If data is damaged, a backup is required to restore the repository. See: Backup and restore of a repository.
After backup, you must follow the instructions for upgrading on the help site page Qlik NPrinting upgrade.
If you are upgrading to May 2022 IR from September 2018 SR2 or older you must:
• Open port 4997 outbound on Qlik NPrinting Server and inbound on all Qlik NPrinting Engines.
• Reinstall all your Qlik NPrinting Engines and provide a password for certificate exchange.
• Open the Engine manager in the Web Console.
• Open the detail page for each Engine and send the certificate after inserting the same password you used during the engine’s reinstallation.
Qlik NPrinting Engines stay offline until the certificate exchange is performed. Older Engine versions cannot connect to a Qlik NPrinting May 2021 SR4 Server.
Setups are available at https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik GeoAnalytics Plus released in May 2022. Resolved defects and limitations for Qlik Sense Enterprise on Cloud Services are also listed.
No Changes
None
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik GeoAnalytics for Qlik Sense released in May 2022. Resolved defects and limitations for Qlik Sense Enterprise on Cloud Services are also listed.
No Changes
None
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik GeoAnalytics for Qlik Sense released in May 2022. Resolved defects and limitations for Qlik Sense Enterprise on Cloud Services are also listed.
The extensions now show up as a separate bundle instead of in the extensions list
None
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik GeoAnalytics Server released in May 2022. Resolved defects and limitations for Qlik Sense Enterprise on Cloud Services are also listed.
Dependency update
None
None
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Release notes Initial Release
Published: May 10, 2022
What’s new in QlikView May 2022
System requirements
Upgrade notes
Known issues and limitations
Resolved issues
This document covers the following releases:
QlikView May 2022 IR
Release: May 10, 2022
The function MutualInfo() calculates the mutual information between two fields.
It is now possible to hide tabs in the container object. The object will show the first non-hidden object.
The Mekko chart can now show totals on top of each segment stack.
Support for the QVF file format was introduced already in the May 2021 version. With the May 2022 version the QVF format will be the default file format for new documents. The old QVW file format will still work and will be the default save format for existing QVWs.
If a server has two documents with the same base name but different extensions, the QVW will be inactivated. The meta and shared files will however be used also by the QVF.
There is no cross-compatibility between QlikView QVF files and Qlik Sense QVF files.
The QlikView Server services have been upgraded to .NET 4.8.
Previously, the Doc Admin cache was just in memory and was erased if the QMS service was restarted. Now the cache is persisted in a database.
Previously, the QlikView Server have had the functionality to send an email alert if any of the tasks would fail on the reload. Now we have added possibility to also include tasks that finished with warnings.
The 'Log collector' tool developed by the Qlik Support has now been integrated into the QlikView QMC. For a clustered environment, there are some limitations: Only the logs from QVS and QDS are collected.
The user document, created in a Loop and Reduce process, now contains information about the task name and last execution time. This is found in the document support information.
This release addresses several bugs. See below under “Resolved Issues”.
The system requirements for this release can be found under “System requirements” on the Qlik help web site. https://help.qlik.com/en-US/qlikview/May2022/Content/QV_HelpSites/System-requirements.htm
There are no upgrade notes for this release.
The following issues and limitations were identified at release time. The list is not comprehensive; it does however list all known major issues and limitations.
In previous versions, it has been possible to use links beginning with ‘qvp://’ to access QlikView files from a browser. This is no longer possible. Such links however still work when used by QlikView Desktop.
Issue ID: QV-23452
Due to a 3rd party limitation in CutePDF, not supporting UNC paths, it is not possible to print reports when using clustered nodes on Windows 2012.
QlikView May 2022 comes with fixes for the issues listed below.
Issue ID: QV-20964
Fixed an issue where a QlikView Server 12.60 upgrade could revert the password for service user settings.
Issue ID: QV-21062
Fixed an issue where changing the list box properties/definitions in the object page of Sheet Properties, could cause the listbox on the sheet to disappear.
Issue ID: QV-21252
Solved an issue for drop down select list boxes where the list did not follow the selected sort criteria of the object or the field.
Issue ID: QV-21394
Fixed an issue where the Japanese weekday Wednesday was displayed like 水曜 instead of 水 in the AJAX/Webview Calendar object.
Issue ID: QV-21820
Solved an issue where the Grid Container did not render the right end object properly in AJAX/Webview.
Issue ID: QV-21822
Fixed an issue where the selected field was cleared by reload.
Issue ID: QV-21851
Introduced protection against phishing attempts to solve an issue where an attacker could maliciously poison the back= parameter.
Issue ID: QV-21879
Newtonsoft.dll removed from webserver/IIS installation to fix an incompatibility between newer versions of QlikView Ajax Client when run in IIS and On-Demand Add-On.
Issue ID: QV-22161
Fixed an issue where the sheet objects could be rendered twice with different/wrong zoom factor on screen.
Issue ID: QV-22214
Fixed an issue where a Listbox with selection style "Windows checkboxes" and "Always one selected" checked, did not show a lock icon.
Issue ID: QV-22262
Straight Table column order in server is now the same as in desktop.
Issue ID: QV-22297
Fixed an issue where the variable Errormode was not working as expected in QlikView 12.50SR4.
Issue ID: QV-22303
Fixed an issue where grid-like objects, for example Table Box and Straight Table, could appear to be twice the size larger in PDF format.
Issue ID: QV-22351
Solved an issue where "Copy cell value to Clipboard" did not work.
Issue ID: QV-22354
Fixed an issue in QlikView Desktop where the active text font size on Input Box selection was almost unreadable.
Issue ID: QV-22355
Solved an issue where Sybase ASE failed to reload due to passwords with non-alphanumeric characters. The password must to be surrounded with quotation marks.
Issue ID: QV-22356
Fixed an issue in QlikView Desktop where some of the column data from a straight table was missing from the output when the "Export to Excel" feature had been used.
Issue ID: QV-22368
Solved an issue where QlikView Ajax Client could not be embedded in an iframe.
Issue ID: QV-22390
HTTPS certificates are now accepted similarly to non-WinAPI mode. Also added parameter WebFileAllowInsecureCert to settings.ini.
Issue ID: QV-22391
Fixed an issue where a Scatter chart with values on datapoint sometimes could show wrong values and cause an exception resulting in "Drawing of chart failed" in Windows but causing a crash in Qlik Cloud.
Issue ID: QV-22394
Solved an issue for the Export to PDF action parameter 'PDF Printer Name' and added 'DefaultPDPrinterName' to make it possible to specify the name of a default PDF printer.
Issue ID: QV-22397
Fix for horizontal stacked Bar Charts where some elements could fall outside the shown area and cause faulty rendering.
Issue ID: QV-22400
Fixed an issue where QlikView could crash and show unstable behavior caused by a stack overflow error due to recursive functions.
Issue ID: QV-22407
Solved an issue where the list separator to generate the Excel file did not reflect the system's regional settings, which could lead to columns in the Excel file being grouped together.
Issue ID: QV-22413
When using customized number format in expressions, the exported number could have wrong format because some of the special formats could not be convert to Excel formats. These are now exported as TEXT.
Issue ID: QV-22449
Solved an issue where a license could not be leased when using Alternate Identity while logged on to QlikView Server with an account not configured with Professional access.
Issue ID: QV-22450
Fixed an issue where the screen could freeze when interacting with the dropdown list in a Multibox.
Issue ID: QV-22469
Dropdown content could be invisible if font color in container was set to white.
Issue ID: QV-22487
Command line reload for scripts using macros now works provided the “/nosecurity” switch is used.
Issue ID: QV-22556
A last column with zero width caused an infinite loop and made page unresponsive.
Issue ID: QV-22567
Fixed an issue where the setting to indicate the default printer in Settings.ini did not reflect what QVS expected.
Issue ID: QV-22576
When a report is generated from the Access Point, its paper size will now be according to printer settings configured in QVS.
Issue ID: QV-22581
Fixed an issue where some images were shown as black squares.
Issue ID: QV-22631
Solved an issue where the font size of the selected text could be decreased for higher zoom settings. The font of the selected text is now set to the correct size.
About Qlik Qlik is on a mission to create a data-literate world, where everyone can use data to solve their most challenging problems. Only Qlik’s end-to-end data management and analytics platform brings together all of an organization’s data from any source, enabling people at any skill level to use their curiosity to uncover new insights. Companies use Qlik to see more deeply into customer behavior, reinvent business processes, discover new revenue streams, and balance risk and reward. Qlik does business in more than 100 countries and serves over 48,000 customers around the world. qlik.com |
© 2022 QlikTech International AB. All rights reserved. Qlik®, Qlik Sense®, QlikView®, QlikTech®, Qlik Cloud®, Qlik DataMarket®, Qlik Analytics Platform®, Qlik NPrinting®, Qlik Connectors®, Qlik GeoAnalytics®, Qlik Core®, Associative Difference®, Lead with Data™, Qlik Data Catalyst™, Qlik Big Data Index™ and the QlikTech logos are trademarks of QlikTech International AB that have been registered in one or more countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners. BIGDATAWP092618_MD |
Table of Contents
The following release notes cover resolved defects for Qlik Cloud. Solved issues and limitations for Qlik Cloud Services are also listed.
May 2022
QB-9895 |
Qlik Application Automation: Dropbox connector doesn't refresh access tokens |
The dropbox connector was not refreshing access tokens properly and in some cases access tokens expired. The issue has been resolved and new access tokens will now be requested. |
QB-9699 |
Qlik Cloud: Unable to delete a group from a space |
Fixed an issue with deleting a group from a space. |
QB-8221 |
Qlik Application Automation: Active search in lookups |
The do lookup functionality now allows you to search for resources. When you type a string inside the lookup search box, a new list of resources will be retrieved that match your string (by name). |
QB-10197 |
Issue with conditional formats in export data |
Solved an issue that appeared when exporting tables with conditionally formatted text from a Qlik app. |
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik NPrinting released in May 2021 SR4.
Qlik NPrinting Repository service (PostgreSQL) updated to version 10.19.
Jira issue ID: OP-95616
Getting users via an API GET call failed with a 500 error for all users with Portuguese or Chinese locales.
Jira issue ID: OP-95614
The Qlik NPrinting License Windows service did not respond on some environments because the licenses.exe process was unstable, and crashes were not handled correctly.
Jira issue ID: OP-95634
Summarizing Excel merged cells with native Excel formulas generated incorrect totals, due to hidden data that was still considered valid.
Jira issue ID: OP-9982
Charts in Excel reports published in pdf format had different colors than when the same report was exported in xlsx format.
Jira issue ID: OP-9998
Generating a report with a native Excel pivot table with a table imported from Qlik Sense as data source ended with the error: "Item has already been added. Key in dictionary: '0 # 0 # 1' Key being added: '0 # 0 # 1'".
Jira issue ID: OP-95585
PowerPoint Summary Zoom feature was not working when used in PowerPoint templates.
The following issues and limitations were identified at release time. The list is not comprehensive; it lists all known major issues and limitations. We expect to have these issues fixed in future versions.
The following languages are supported:
Other languages are not officially supported. There may be issues with other languages, particularly those with right-to-left script and non-Roman alphabets.
Qlik Sense custom size sheets are not supported. Custom size will not be maintained on export.
Alternate states
QlikView and Qlik Sense alternate states are not supported.
Jira issue ID: OP-6196
Qlik NPrinting Server, Engine, and Designer can only be installed on C: drives. Any attempt to install them on a different drive will result in task failures.
Jira issue ID: OP-5831
When you add the same object twice, using the Images node in Qlik NPrinting Designer, only the image size property of the first image is respected.
It is possible to select the “Enable” check box in On-Demand for reports using Qlik Sense app data. These reports are visible in the QlikView On-Demand menu of the QlikView On-Demand add-on. But if selected, they will not generate reports, and you will see an error message.
If you experience random crashes when using Qlik NPrinting Designer, open your Windows Display Settings in the Control Panel and verify that Smaller – 100% (default) is selected. When settings of 125% or 150% are selected, Qlik NPrinting Designer may crash.
Jira issue ID: OP-5908
In some cases, when you use Qlik NPrinting On-Demand in Internet Explorer 11 or Edge, the “origin” HTTP header is not generated. This results in the error message “REVEL_CSRF: tokens mismatch”.
The workaround is to install Qlik NPrinting On-Demand on a Microsoft IIS server hosting QlikView Access point or use a different web browser.
Jira issue ID: OP-4940
Qlik NPrinting Designer may be unable to open a report template if there are too many filters associated with a connection in the report's app. The following error message displays: “A task was canceled”.
This typically happens when more than 4000 filters are using fields from a connection. Sometimes, higher numbers can work. For example, 7000 filters have worked in some situations.
The workaround is:
1. Split the Qlik NPrinting app into separate apps.
2. Split the connections (possibly by using multiple connections to the same documents in different apps).
3. Split the filters across apps (so that the filter count per app is lower).
Jira issue ID: OP-4839
Some Qlik NPrinting tasks fail with the error message: “Exceeded maximum number of retries”. This is due to a performance issue in QlikView that appears when it exports large unfiltered files to Excel.
Jira issue ID: OP-5278
In some rare circumstances, pressing the Verify connection button will cause the screen to freeze on the “Initializing…” status and the spinning wheel cursor. This happens when a Qlik NPrinting Engine goes offline and Verify connection is pressed before the Qlik NPrinting Scheduler is aware that it is offline. It can take up to 20 seconds before the Qlik NPrinting Scheduler determines the offline status of a Qlik NPrinting Engine.
Jira issue ID: OP-5914
When you:
The filters associated with each user are not uploaded, or displayed, for performance reasons. Waiting for all filters for thousands of users to import would take a long time. In most cases, importing this information is unnecessary, because filters created for users often contain something like the user IDs. You can change this behavior and make all filters visible by uncommenting the line <!--<add key="include-user-filters" />--> in the webengine.config file.
To make a specific filter visible in the lists, remove its association to all users, or create a new filter with the same fields and values not linked to any user.
Jira issue ID: OP-3986
The rollback that follows a Qlik NPrinting Server or Engine upgrade cancellation may corrupt the related Qlik NPrinting installation. A rollback is triggered by errors or by clicking the cancel button during the upgrade execution. After a corruption caused by a rollback, services may be uninstalled or cannot be started.
To restore a Qlik NPrinting Server to its original status:
You should always create a backup before starting an update. In any case, a backup is automatically created in the folder "%ProgramData%\NPrinting" at the beginning of the upgrade process. To restore a Qlik NPrinting Engine to original status:
Jira issue ID: OP-7560
Add title functionality is not supported on Qlik Sense objects with Assistance mode enabled. The workaround to restore the Add title functionality is to disable Assistance mode for the chart in Qlik Sense. Then reload the metadata of the connection.
Jira issue ID: OP-7568
Qlik Sense objects made in Assistance mode cannot be used as tables, columns, or cells in Qlik NPrinting. To restore them, disable Assistance mode on the chart in Qlik Sense; then reload the metadata of the connection. Furthermore, if a Qlik Sense object made with Assistance mode is exported as a table, column, or cell using Qlik NPrinting APIs, the request will fail.
Jira issue ID: OP-7165
Open Type Fonts (*.otf) are not supported in PixelPerfect templates. Generated reports will use a different font, and not look as expected.
Jira issue ID: OP-7747
The following functionalities are not supported for Qlik Sense tables that have a "Show column if" condition set on one or more of their columns: levels, single column export, and keep source formats.
Jira issue ID: OP-8570
QlikView tables with more than 256 columns cannot be imported into Qlik NPrinting report templates. All Qlik NPrinting versions are affected by this limitation, including QlikView NPrinting 16.
Jira issue ID: OP-8382
Qlik Sense On-Demand reports with selections applied on calculated dimensions will fail. However, you can apply selections on dimensions based on Qlik Sense fields. The workaround is to move the formula to the load script and use the calculated fields to apply selections to your On-Demand reports.
Jira issue ID: OP-8985
Due to the internal way of exporting Qlik Sense histograms, you cannot add them to the Qlik NPrinting Designer Tables node. If you add a Qlik Sense histogram to the Tables node, you will not receive any errors or warning messages, but the exported data will be wrong.
Jira issue ID: OP-8921
QlikEntity reports support Qlik Sense objects with the following limitations:
Jira issue ID: OP-9087
You cannot embed an Excel worksheet in a PowerPoint report template. This will cause a Qlik NPrinting Designer crash. The workarounds are to insert the Excel worksheet without using the Qlik NPrinting Designer:
Jira issue ID: OP-9067
Dynamic views is a new Qlik Sense feature starting from June 2020.
If you connect Qlik NPrinting to a Qlik Sense app that contains a chart used to generate dynamic views, the chart and the containing sheet are excluded from the Qlik NPrinting connection cache and cannot be used in reports.
You can connect Qlik NPrinting to a Qlik Sense app containing dynamic views. However, after a dynamic view refresh, the connection will stop working.
Jira issue ID: OP-9628
Starting from November 2020, RabbitMQ Server (deployed as Qlik NPrinting Messaging Service) has been updated to version 3.8.3. It has an internal limit, not configurable, about messages size of 512MB. Previous limit was 2GB. As consequence, is not possible to generate Qlik NPrinting reports bigger than 512MB.
Jira issue ID: OP-9766
Excel worksheet print areas can contain more than one range if the generation of the report does not expand the print area. If it expands, you will see an error: “Invalid Cell Name”. For example, the default setting of the Expand Range option in a Qlik NPrinting table causes the print area to change during report production, and an error is received.
Jira issue ID: OP-9518
Using Cyrillic characters in the Search form of the Qlik NPrinting user interface is case sensitive.
Jira issue ID: OP-9995
The percentage “%” format is not kept in Excel reports when using QlikView 12.50 (12.50.20000) or newer due to a QlikView issue. You can solve this by upgrading to QlikView May 2021 SR2 (12.60.20200) or newer.
To upgrade to Qlik NPrinting May 2021 SR4, you must start from one of the following versions:
If you have installed an older version of Qlik NPrinting, you must upgrade to Qlik NPrinting 17.3 before you can upgrade to Qlik NPrinting May 2021 SR4.
You must back up your data before you proceed. Data can become damaged if a problem occurs during the upgrade. If data is damaged, a backup is required to restore the repository. See: Backup and restore of a repository.
After backup, you must follow the instructions for upgrading on the help site page Qlik NPrinting upgrade.
If you are upgrading from a version older than February 2018, all metadata caches (QlikView and Qlik Sense) will be marked as "not generated". This is due to a breaking change in the format of the metadata cache. All connection caches must be regenerated before you can edit a template or create a new connection.
If you are upgrading to May 2021 SR4 from September 2018 SR2 or older you must:
• Open port 4997 outbound on Qlik NPrinting Server and inbound on all Qlik NPrinting Engines.
• Reinstall all your Qlik NPrinting Engines and provide a password for certificate exchange.
• Open the Engine manager in the Web Console.
• Open the detail page for each Engine and send the certificate after inserting the same password you used during the engine’s reinstallation.
Qlik NPrinting Engines stay offline until the certificate exchange is performed. Older Engine versions cannot connect to a Qlik NPrinting May 2021 SR4 Server.
Setups are available at https://community.qlik.com/t5/Downloads/tkb-p/Downloads
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the version of Qlik GeoAnalytics Data Package released in June 2021.
A complete change log can be found in the readme file included in the release zip file.
Admin codes is no longer supported in ip adress lookup (will always return NULL).
Previous version of ip adress lookup had some support for this.
More about the admin codes in this article:
IP-address-lookup-coordinates-and-admin-code
From GeoAnalytics Data Package 21.05 the satellite map uses a new domain to retrieve the tiles.
It has changed from from services.arcgis.com to ibasemaps-api.arcgis.com, so if you have a restrictive firewall you will need to whitelist this new domain for the satellite map to continue working.
Full instructions about upgrading to this data package can be found in the installation guide pdf, Section 10 (the installation guide can be found below in the Attachments section).
See the system requirements for GeoAnalytics Server.
Qlik GeoAnalytics Data Package 21.05 is divided into two zip files, which can be found on the download page under the category "Value Added".
The installation guide is available as an attachment here below.
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the versions of Qlik DataTransfer released in April 2022.
Qlik DataTransfer April 2022 release does not have any new feature, but it has fixes for the issues described below.
Qlik DataTransfer April 2022 comes with fixes for the issues described below.
QDT services restart and current upload are still showed "In progress".
Jira issue ID: DTB-53
Description: If for some reason the copy of a new file in a Data Folder is failed (like for example if there is no more space available, or if I just cancel the copy in the middle of the copy) then the QDT service restarts, status stuck to “In progress”.
Qlik REST connector user interface issue with query headers and parameters in the QDT.
Jira issue ID: DTB-54
Description: The problem occurs when trying to create a REST connection with more than one query headers and parameters. It is not possible to add another parameter neither a header in the REST connectors interface when using the QDT.
Qlik DataTransfer April 2022 comes with below improvements in current features.
Improved upload process by adding validation and error handling.
Description:
The following issues and limitations were identified at release time. The list is not comprehensive; it does however list all known major issues and limitations.
General
Backup recommendations
It is important that you make a backup of the folder C:\ProgramData\Qlik\Sense\DataTransfer before upgrading, to be able to recover the installation if the upgrade fails.
If you are installing or upgrading on machine where Qlik Sense Enterprise for Windows is already installed, please make sure you install/upgrade Qlik DataTransfer using Qlik Sense service(s) user account.
Please refer to the online help for information about the requirements for Qlik DataTransfer.
System requirements for Qlik DataTransfer
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover resolved defects for Qlik Cloud. Solved issues and limitations for Qlik Cloud Services are also listed.
April 2022
QB-10048 |
Qlik Application Automation: Issue with creating webhooks in automations that require tenant admin permissions |
Due to a permission bug, it was impossible to create an automation that subscribed to webhooks that required tenant admin level permissions. The issue has been fixed. |
QB-9206 |
API SaveObjects faulty saved "AppProperties" |
API SaveObjects faulty saved "AppProperties" when the calling user had edit rights on the app. This triggered "ModifiedDate" to be updated. |
QB-9325 |
GeoAnalytics: Line layer failed to draw lines with lat lon on two dimensions |
Fixed an issue where the line layer failed to draw lines when using latitude and longitude with two dimensions. |
QB-9261 |
Qlik Cloud: Scheduled release time not displayed correctly in app reload schedule |
Fixed an issue where the scheduled release time was not displayed correctly when a user created an app reload schedule. |
QB-8580 |
File encoding issue with FTP |
Fixed a bug where file encoding is not respected when reading a file using raw mode. |
QB-8567 |
Case block breaks automation compilation |
Automations would not compile if they contained a Case block. |
QB-9356 |
Qlik Application Automation: Condition block not working correctly |
Fixed an issue with "is object" and "is list" conditions where an object or list was not detected correctly when building condition statements. |
QB-9136 |
Unable to assign groups to spaces when a large number of groups exist |
In tenants with a large numbers of groups, assigning groups to a space might timeout and fail. This issue has been addressed by a performance optimization when verifying the groups to assign. |
QB-8922 |
Incorrect variable handling in Qlik Cloud |
App variables would in some situations be out of sync causing an incorrect definition. This could happen when you first deleted a number of variables and then added the same number of new variables. The issue has been fixed. |
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover the standalone version of Qlik Web Connectors released in March 2022.
The following updates have been made to the Qlik Web Connectors Core and Web UI as well as the connectors listed.
Please pay particular attention to any connectors which may have breaking changes highlighted below.
Core Engine:
Qlik AmazonS3 Connector:
Qlik FTP/SFTP Connector:
Qlik Google Ad Manager Connector:
Qlik Google AdWords Connector
Qlik Google Ads Connector:
Qlik Mailbox IMAP Connector:
Qlik Mailbox POP3 Connector
Qlik OData Connector:
Qlik Outlook 365 Connector:
Qlik SMTP Connector:
When upgrading connectors to the latest APIs, unfortunately the changes can be so extensive that we are unable to modify the existing connector. When this happens we will create a new version of the connector and put the existing one into a ‘Deprecated’ state. This means that at some point in the future it will no longer be available and after entering the deprecated status, it will no longer be updated. The date is normally determined by the underlying API which will often have its own expiry date, after which the connector using it will no longer work.
You can see connectors affected under the Deprecated tab in Qlik Web Connectors.
Four connectors are deprecated in this release, and will be removed in a future release.
IP v6 addresses are not supported when entering an IP v6 address for the purpose of white listing.
Load Balancing is not supported.
Qlik Web Connectors requires .NET Framework 4.8 (previously 4.7.2).
The new Qlik Web Connectors release package is available from the Qlik download site, under the Value Added tab.
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
目次
以下のリリース ノートは、2022 年 2 月にリリースされた Qlik Sense の各種バージョンを対象としています。
Windows 向け Qlik Sense Enterprise February 2022 リリースの新機能や更新された機能については、オンライン ヘルプの「新機能」セクションを参照してください。
Qlik Sense February 2022 の新機能 (ユーザー)
Qlik Sense February 2022 の新機能 (開発者)
Qlik Sense February 2022 の新機能 (管理者)
February 2022
集中ログの廃止
2021 年に発表されたように、集中ログ コードは現在廃止されています。Qlik Sense February 2022 リリースでは、集中ログを構成またはインストールできなくなります。
Qlik Sense Desktop - Qlik Cloud で認証するユーザー
Qlik Cloud で認証するユーザーは、Qlik Sense Desktop February 2022 に更新する必要があります。詳細については、このブログ投稿を参照してください。
February 2022 Patch 1
コンテンツのキャッシュ制御
コンテンツのキャッシュ制御を使用すると、ブラウザのキャッシュ動作を変更できます。キャッシュ制御は、リポジトリ サービスによって処理されるエンドポイントで使用されます。この機能は既定で無効になっており、次の 2 つのファイルを変更してから、Qlik Sense Service Dispatcher と Qlik Sense Repository Service を再起動することで有効にできます。
詳細については、ドキュメントのコンテンツのキャッシュ制御を参照してください。
February 2022
キー |
タイトル |
説明 |
QB-2978 |
オペレーション モニター: ワーカー スケジューラ タスクの詳細が表示されない |
ホスト名は defineFields セクションで更新されました。 |
QB-3498 |
Analyzer Capacity ライセンスを使用しているときに、ライセンス モニター アプリのリロードに失敗した |
リロード スクリプトは、Analyzer Capacity ライセンスの追加ロジックで更新されました。 |
QB-3581 |
オペレーション モニター: セッションの詳細に間違ったアプリが表示される |
アプリ名の参照はセッションの詳細シートで更新されました。 |
QB-4387 |
マスター アイテムの色が折れ線グラフに採用されていない |
折れ線グラフの一部の特殊なケースでは、色がカスタムに設定されているときにマスター色が設定されませんでした。 |
QB-6135 |
ノード名が QMC の「アプリの配布ステータス」概要ページで使用されていない |
「アプリの配布ステータス」セクションには、DNS から解決されたホスト名が表示されます。これは、「ノード」セクションに表示される実際のホスト名とは異なる場合があります。 |
QB-6287 |
チャットボット ユーザーの印刷サービス エラー |
DPS と NL ブローカーを修正しました。 |
QB-6320 |
Qlik Sense May 2021 を使用してアプリケーションを復元することができない |
アプリを開いたときにバージョン番号がない場合は、最新のエンジン バージョン番号を追加します。 |
QB-6400 |
選択が選択バーに表示されない |
特定の競合状態では、選択ステートのレイアウトは最新の選択プロパティを表していませんでした。ただし、正しい選択が常に適用されました。 |
QB-6449 |
エンドポイントの相対リンクのみを返す |
エンドポイント: 「/converter/v1/projects/」からの相対リンクのみを返すように応答を変更しました |
QB-6531 |
アプリの公開と置換 |
アプリの公開と置換を行うときに、アプリのデータベースに同じタイプの複製されたオブジェクトがある場合は、最新のオブジェクトを保持し、他のオブジェクトを削除します。 |
QB-6547 |
欠落している合計テキストを修正 |
合計テキストが誤って抑制されることがある問題を修正しました。これは、他のノードが拡張軸の下にある最上部軸で発生する可能性があります。 |
QB-7044 |
変数入力: 多くの変数入力オブジェクトを含むシートが、ユーザーが設定した値を保持しない |
オブジェクトが多すぎるため、変数値を設定する関数が次の入力と重複していました。 |
QB-7070 |
どのユーザーが accesstypeoverview を呼び出しているかに関係なく、割り当てられた完全なライセンス アクセス番号を返す |
これにより、問題のユーザーが割り当てられたすべてのユーザーを読んでいない場合でも、QMC は、利用可能なシートがなくなったときに [割り当て] ボタンを適切に無効にすることができます。割り当て番号のみが表示されます。ユーザー情報ではありません |
QB-7225 |
Insight Advisor Chat がデータベース セキュリティで機能していない |
Insight Advisor Chat が SSL/TLS Postgres 接続構成で機能していませんでした。 |
QB-7234 |
分散ウォーターフォール グラフがフィルタリング後に更新されなかった |
他のチャートが全画面ステートの場合、分散ウォーターフォールはレイアウトの更新を取得していませんでした。 |
QB-7255 |
長い数式が情報パネルを数式エディタの下部から移動する |
長い数式が情報パネルをモーダル数式エディタ ダイアログの下部から移動する問題に対処しました。 |
QB-7285 |
SQL 実行が誤って準備されたステートメントをトリガーする |
実行は、ストアド プロシージャの代わりに準備されたステートメントをトリガーしようとしました。 |
QB-7366 |
探索メニューが機能しない |
August 2021 にアップグレードした後、探索メニューがコンテナ内のチャートで機能していませんでした。 |
QB-7377 |
マッシュアップ コードを介して製品情報を取得する際のエラーを防止 |
withCredentials を明示的に設定するマッシュアップ コードを実行する際のエラーを回避するために、明示的に設定されている場合は withCredentials を使用してください。 |
QB-7378 |
マッシュアップの QSEfW でのユーザーロケール エラーを防止 |
/api/v1/user-locale は、Qlik Sense for Windows マッシュアップでエラー 404 を出しました。エラーをスローせずに正しい方法でロケールを取得するために必要な productInfo から deploymentType を取得できるように明示的に設定されている場合は、withCredentials を使用します。 |
QB-7413 |
Qlik Sense 属性マッピングを使用しない OIDC 属性 |
OIDC で認証した後、データベースに保持されている属性が Qlik Sense 属性に適切にマップされませんでした。 |
QB-7466 |
エラー「演算実行条件が満たされていません」 |
「演算実行条件が満たされていません」がエラー ポップアップとして表示される場合がある問題を修正しました。 |
QB-7474 |
ConvertToLocalTime 関数のパフォーマンスが向上 |
ConvertToLocalTime 関数のパフォーマンスと安定性が大幅に向上しました。 |
QB-7487 |
折れ線グラフの連続軸に最初と最後の目盛りラベルが表示されない |
連続軸に間隔の最初と最後の目盛りラベルが表示されなかった問題を修正しました。 |
QB-7494 |
Engine API Explorer にアプリが表示されない |
以前は、多数のアプリでリストをレンダリングしようとすると、Engine API Explorer がクラッシュしていました。 |
QB-7504 |
カスタム軸テーマがコンボ チャートで機能しない |
コンボ チャートがカスタム テーマで定義された軸スタイルを適切に適用しなかった問題を修正しました。 |
QB-7705 |
Qlik Sense は、既知の脆弱性を持つ log4net のバージョンを使用しました。 |
Log4net のバージョンが 2.0.8 から 2.0.12 に更新されました。 |
QB-7722 |
リロード後の信頼性の低い自動保存動作 |
Qlik Sense はセッションの終了時に定期的に編集内容を自動的に保存します。 |
QB-7727 |
ストーリーから PDF へのマルチ KPI チャートのエクスポート |
マルチ KPI チャートをストーリーから PDF にエクスポートすると、出力が空白になりました。 |
QB-7798 |
QMC ログ コレクタが一部のフォルダを収集しない |
既定のフィルターが拡張され、ライセンス サービス ログが含まれるようになりました。すべてのログを収集するための新しいチェックボックスが追加されました - 「ログフォルダ フィルターを無視してすべてをエクスポートする」。詳細については、ドキュメントを参照してください。 |
QB-7812 |
カスタム テーマのフォント サイズがテキストのみを調整し、コンテナを調整しなかった |
フィルター パネル内のアイテムの高さは、設定されているフォント サイズに合わせて調整されます。 |
QB-7903 |
ODAG 表示の緑色のライトが一貫していない |
アプリに複数の ODAG リンクがある場合、制約チェック (緑色のライト インジケーター) が別の ODAG リンクからの数式を使用する場合がありました。正しい数式が使用されるようになりました。 |
QB-7950 |
端の連続折れ線グラフ ポイントが切り取られていた |
連続折れ線グラフの端のポイントが切り取られていた問題を修正しました。 |
QB-7975 |
タスク イベント トリガーを使用してリロード タスクを編集すると、タスク チェーン アイコンが削除された |
QMC キャッシングの結果、修正されました。 |
QB-7987 |
#myapps と #mytasks カスタム フィルターの修正 |
QMC はリポジトリ サービスからの「user.id」の取得に依存していなかったため、既定の #My apps または #My tasks フィルターは機能しませんでした。修正により、常に「user.id」が取得されるようになります。 |
QB-7988 |
WebFileUseWinAPI がオフになっている場合に SSPI を追加 |
SSPI は WebFileUseWinAPI=0 モードで追加され、そのモードのウェブ ファイル コネクタで現在の Windows の資格情報を使用できるようにします。 |
QB-7993 |
テーブル チャートで、マウスのクリック アンド ドラッグで列のサイズを変更したり移動したりできない |
列のタイトルを判別できなかった場合、テーブルで列幅の計算に問題が発生していました。この問題は修正されています。 |
QB-7995 |
コンボ チャートでスクロールしようとするとシートがスクロールする |
コンボ チャートでスクロールしようとするとシートがスクロールする問題を修正しました。 |
QB-8091 |
ブレット チャートのセグメントの色が正しく表示されない |
ブレット チャートのセグメントの色が正しく表示されなかったり、チャートが壊れたりする問題を修正しました。 |
QB-8140 |
シートをコピーするときのエラー メッセージの明確化 |
異なるエンジンを使用するアプリ間でシートをコピーして貼り付ける際のエラー メッセージが明確になりました。 |
QB-8149 |
積み上げ棒グラフを更新 |
積み上げ棒グラフが正しく表示されませんでした。これは、ビジュアライゼーションの更新で修正されました。 |
QB-8193 |
Qlik Sense サービスの Lodash の脆弱性 |
一部の Qlik Sense サービスは、4.17.12 より前のバージョンの Lodash を使用していました。これは、プロトタイプ汚染に対して脆弱であると見なされていました。影響を受けるすべてのサービスは、バージョン 4.17.21 を使用するようにアップグレードされました。 |
QB-8195 |
SAML シングル ログアウトがログイン ページにリダイレクトする代わりに 500 エラーを返す |
SAML 認証を使用している場合、手動ログアウトまたはセッション タイムアウト時に、ハブまたは QMC が 500 エラーを返しました。この修正により、ユーザーはログイン ページにリダイレクトされ、そこでユーザーには「ログアウトしました」というテキストが表示され、再度ログ インするオプションが表示されます。 |
QB-8198 |
Amazon Athena コネクタの改善 |
Amazon Athena コネクタを使用する場合、データ プレビュー ダイアログは生成されたクエリで行制限を使用するようになりました。これにより、ロード時間が改善されます。 |
QB-8261 |
UNKNOWN ドメイン名の割り当てがローカル ライセンス サービスにプッシュされた |
Qlik Cloud 固有のユーザーの既存の割り当てを削除したり、新しい割り当てを追加したりしても、ローカル ライセンス サービスと同期されませんでした。これにより、Qlik Sense Repository とライセンス サービス間のアクティブな割り当てに不一致が生じ、新しいユーザーを割り当てることができなくなる可能性がありました。 |
QB-8302 |
折れ線グラフに重複するツールチップ メジャーが表示される |
場合によっては、マウス ポインターが軸の値の上にあるときに、折れ線グラフにカスタム ツールチップ メジャーが 2 回表示されることがありました (例えば、折れ線グラフの下部)。この問題は解決されました。 |
QB-8338 |
マスター ビジュアライゼーション コンボ チャートが機能しない |
新しいプロパティが欠落していた古いコンボ チャートがマスター ビジュアライゼーションとして正しく機能しなかった問題を修正しました。 |
QB-8348 |
「/qrs/{entity}/table」への応答にカスタム プロパティの「名前」の値が含まれていない |
以前の修正で導入され、ハブを開くときにカスタム プロパティ値にカスタム プロパティ定義が含まれないようになりました。影響を受ける QMC エンド ポイントが修正され、カスタム プロパティの「名前」の値が含まれるようになりました。 |
QB-8387 |
SAML 認証を使用した場合、ブラウザー間で共有されるセッションが選択を同期しない |
SAML 認証フローが修正され、「samluser」オブジェクトが参照「BaseUser」と一致するようになりました。 |
QB-8403 |
IdP OIDC .well-known エンドポイントの「IdP GetRedirect に失敗しました」エラー |
汎用 IdP OIDC .well-known エンドポイントは Qlik Sense では機能しませんでした。「IdP GetRedirect に失敗しました」エラーが表示されました。 |
QB-8473 |
Qlik Sense About のサードパーティ ソフトウェア リストに「log4j2」が含まれていた |
「log4j 2」は Qlik Sense 製品で使用されていないため、リストから削除されました。 |
QB-8552 |
Qlik Sense Desktop でのファイルのドラッグに失敗した |
ファイルを Qlik Sense Desktop にドラッグすると、データの選択が可能になる代わりに、無限のスピナーが発生しました。この問題は修正されました。 |
QB-8695 |
Teradata SSO ユーザー名形式が構成可能 |
これで、ユーザーは QvOdbcConnectorPackage.exe.config ファイルの SSOUsernameFormat プロパティを編集することにより、Teradata SSO ユーザー名形式を構成可能にすることができます。 |
リリースの時点で確認されている問題と制限事項は次の通りです。この一覧はすべてを網羅するものではありませんが、既知の主要な問題と制限事項はすべて取り上げられています。
クライアント
ダイナミック ビュー
Qlik Sense サイトの管理
Qlik Sense Desktop
コネクタ
クラウド展開および Multi-Cloud
Qlik Sense の要件については、次のオンライン ヘルプを参照してください:
February 2022 イニシャル リリース
https://community.qlik.com/t5/Downloads/tkb-p/Downloads
Qlik について
Qlik のビジョンは、データと分析を活用して誰もが意思決定を改善し、困難な課題を解決できる高度なデータ リテラシーを備えた社会です。プライベート SaaS 企業である Qlik は、Active Intelligence プラットフォームを提供し、エンドツーエンドのリアルタイム データ統合と分析クラウド ソリューションを提供して、データ、洞察、アクションの間のギャップを埋めます。データを Active Intelligence に変換することで、企業はより良い意思決定を推進し、売上と収益性を改善し、顧客との関係を最適化できます。Qlik は 100 か国以上でビジネスを行っており、世界中の 50,000 を超える顧客にサービスを提供しています。
Table of Contents
The following release notes cover the versions of Qlik GeoAnalytics Server released in February 2022.
Updated Log4j 2 dependency to 2.17.1. Dependency updates.
GeoAnalytics now rounds coordinates to a more reasonable precision (can be set in operation argument).
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.
Table of Contents
The following release notes cover resolved defects for Qlik Cloud. Solved issues and limitations for Qlik Cloud Services are also listed.
March 2022
QB-5766 |
Qlik Cloud: Sheet with dynamic view is "published" when trying to edit the sheet |
Fixed an issue with editing a sheet with dynamic views. You would get a message that the sheet was published and that you had to duplicate it to edit. |
QB-9507 |
Scatter plot chart fails to render |
Fixed an issue with the scatter plot axis format when an axis uses a time format. |
QB-9485 |
Incorrect layout of Multi KPI objects in Qlik Sense |
Fixed the layout of the objects in the KPI. |
QB-9263 |
Using the output of previous blocks in QAA failed when that block had properties with Japanese characters |
Qlik Application Automation: Fixed an issue when referencing a block containing properties with Japanese characters. |
QB-8851 |
Can't use dashes (-) in the database name using the MySQL connector wizard |
The issue has been fixed and dashes can now be used in database names and table names. |
QB-9042 |
The timezone was not applied correctly when saving an app reload schedule |
Fixed an issue where the scheduled release time was not displayed correctly when a user created an app reload schedule. |
QB-7600 |
First and last names switched for users in Qlik Cloud |
The issue has been fixed.
|
QB-9357 |
Keyboard focus state missing on hub cards |
Qlik Cloud: Fixed missing keyboard focus state on hub cards (such as apps and charts). The buttons are now shown the same way on keyboard focus as on mouse hover. |
QB-9262 |
Creating reports via QAA fails when the filename contains Japanese characters |
Qlik Application Automation: Fixed an issue where creating reports failed when the filename contained non-English characters. |
QB-8858 |
QlikView client bookmark freezes screen on SaaS |
Fixed an issue with QlikView client bookmarks by adding error handling. |
QB-8812 |
Slow performance in Data sources screen |
Extra network requests caused the Data sources screen to be slow. Both the screen and the Move data file action have been fixed to avoid these extra requests. |
QB-9114 |
Flickering in Catalog when scrollbar appears |
Fixed an issue with flickering in Qlik Cloud Catalog. The flickering happened because the scrollbar adds from 12 to 17 pixels (depending on the browser) to the left side of the screen. Extra spacing has now been added to take the scrollbar into account. |
QB-7303 |
Non-script variable values now preserved when app is reloaded |
Visualizations such as the Variable input control allow end-users to set variable values within their session, using the API functions SetStringValue, SetNumValue, or SetDualValue. |
QB-9079 |
Error when exporting a chart in iframe |
The context menu was showing two options (export image/pdf) that where not applicable on Qlik Cloud. Those options are now hidden. |
QB-7895 |
QlikView distributed document doesn't show Memory Size and File Size the first time it is distributed |
Newer versions of QlikView have event handling, where the name is sent as a parameter in the REST call. This updates the app size and memory. In older versions of QlikView, the app is created with a call to POST /items and will need to redistribute in order to show app size and memory. |
QB-7499 |
Qlik Automations: Old value shown for variables if the app isn't reloaded |
See the following articles for a workaround to distribute changes between sessions: |
QB-8893 |
Issue with nine items in filter pane |
A filter pane with exactly nine items now has a scrollbar. This makes the last item readable and reachable. |
QB-8969 |
Automations: Unable to get straight table data from tables with NULL values |
The Get Straight Table Data block has been updated to retrieve data from straight tables that contain NULL values. Previously this block would not return any values if the table contained a NULL value. |
QB-8866 |
Fix cell formatting in QlikView export data |
Fixed an issue where cell formatting in QlikView export data was incorrect when the number of cells was greater than 5000. |
QB-8605 |
Azure Storage expiry date not visible |
The Help documentation has now been updated with the information that Azure Storage tokens expire after 90 days. |
QB-7969 |
Pick QVW app title in right order at upload to Qlik Cloud |
Changed the order that the Engine picks the title when a QVW app is uploaded to Qlik Cloud. The order is now App name, Document title, Previous old title, and Filename (fallback name). |
About Qlik
Qlik’s vision is a data-literate world, where everyone can use data and analytics to improve decision-making and solve their most challenging problems. A private SaaS company, Qlik offers an Active Intelligence platform, delivering end-to-end, real-time data integration and analytics cloud solutions to close the gaps between data, insights and action. By transforming data into Active Intelligence, businesses can drive better decisions, improve revenue and profitability, and optimize customer relationships. Qlik does business in more than 100 countries and serves over 50,000 customers around the world.