Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The new Straight Table was moved into the new native section of charts from the visualization bundle. The new Straight Table offers many improvements from the old table, and we encourage everyone to start using the new table instead of the old one.
This article aims to answer any frequently asked questions around this switch, beginning with:
Here are some examples:
No, the old table will continue to work in the foreseeable future. Any changes will be notified in advance. Regardless, we highly recommend upgrading your tables as soon as possible to enjoy the new Straight Table's new functions.
The easiest way to convert your tables is to drop the new table chart onto the old one.
The new table looks different and offers more functionality that must be enabled to be used.
Not anytime soon, it will be a soft fade out. The new Straight Table will be the preferred choice for all new applications, and we anticipate many will upgrade to benefit from new functionality. Over time, the usage of the old table will diminish until most applications are using the new table anyway.
Qlik Sense Enterprise on Windows will have the table feature aligned with Qlik Cloud Analytics in a future release.
We’re closely monitoring feedback on the new table and are dedicated to creating the best possible experience, including improvements to accessibility. We are committed to accessible standards so people with disabilities can use our products. Printing, the tables should, of course, print in as consistent a manner as possible. As for usability, we aim to enable experienced users to reach functionality quickly, while also not overwhelming new users.
Originally, the old table was identified as table (retired). We removed the (retired) label.
Insight Advisor supports natural language searches, such as Show me Product Inventory for Japan under 2500. The feature is available in Qlik Sense Enterprise on Windows (September 2019 and later) and Qlik Cloud.
For Insight Advisor best practices with Qlik Cloud, see:
Best practices for improving performance of apps
Best practices for using business logic
Best practices for asking questions in Insight Advisor
For general advice and information for Qlik Sense Enterprise on Windows (client managed), see the whitepaper attached to this article.
If you're instead looking for information about Qlik Insights Advisor chat, see Configuring Qlik Insight Advisor Chat in Qlik Sense Enterprise on Windows.
Creating visualizations with Insight Advisor
Using natural language with Insight Advisor
Tagging master items
Configuring Qlik Insight Advisor Chat in Qlik Sense Enterprise on Windows
Customizing logical models for Insight Advisor
The Show Fields (A) checkbox in the Selections Tool (B) will always be disabled by default if Master Dimensions are defined. This is true for both Qlik Cloud Analytics and Qlik Sense Enterprise on Windows and is working as designed.
Behavior may have been different in previous versions of Qlik Sense Enterprise on Windows due to a defect.
SUPPORT-5549
A Qlik app may show an Incomplete Visualization or Invalid Visualization error. This article covers the most common root causes.
Incomplete Visualizations:
Invalid Visualizations:
The information in this article is provided as-is and will be used at your discretion. Depending on the tool(s) used, customization(s), and/or other factors, ongoing support on the solution below may not be provided by Qlik Support.
Setting a Map object to Satellite Base Map may lead to the map not displaying correctly:
The map tile service used by Qlik Sense for satellite-based maps changed from services.arcgisonline.com to ibasemaps-api.arcgis.com.
This change was introduced in Qlik Sense on Windows November 2021. See Map chart and New host for satellite tiles (archive) for details.
Two possible solutions exist:
To switch the satellite map to retrieve its tiles from Qlik's Servers:
Before the changes:
TmsDataset name="satellite_TMS"
url="https://ibasemaps-api.arcgis.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}?apiKey=AAPKf5a7a63573e54b7c8441155e85728102u8ofy65GOE2lpKRiP2LYQ2o0VCybRGP86cn9_9yMZcGvEnAAf142vj4XhKyI8C3H"
originX="-20037508"
originY="20037508"
tileWidth="40075016"
tileHeight="40075016"
levels="20"
boundingBox="-180 -85 180 85"
/>
After the changes:
TmsDataset name="satellite_TMS"
url="https://maps.qlikcloud.com/ravegeo/map2/tiles/satellite/{z}/{x}/{y}?apiKey=AAPKf5a7a63573e54b7c8441155e85728102u8ofy65GOE2lpKRiP2LYQ2o0VCybRGP86cn9_9yMZcGvEnAAf142vj4XhKyI8C3H"
originX="-20037508"
originY="20037508"
tileWidth="40075016"
tileHeight="40075016"
levels="20"
boundingBox="-180 -85 180 85"
/>
All requests will now go through Qlik's servers (no need for extra firewall rules), and we will be able to update the API key easily on our end.
Incorrect map tile service.
Some Qlik Cloud visualisations allow images to be shown from external URLs.
Is it possible to embed images that were uploaded to the media library?
We currently don't have a global repository for images in Qlik Cloud, but each app has its own media library, where images can be uploaded.
To link them:
Using a full URL to display the images (example: https://TENANT.REGION.qlikcloud.com/api/v1/apps/APPID/media/files/FILENAME.png) will work inside the app when authenticated on the tenant, but it will not work in other scenarios, such as mashups or the reporting service.
Make sure to use a relative URL (example: /api/v1/apps/APPID/media/files/FILENAME.png) instead.
For suggestions on how to improve the media library, please log an idea at Qlik Ideation.
When the list box is set to collapsed, its title size cannot be changed from the Styling tab. This is currently a product limitation.
An improvement is on Qlik's roadmap: VIZ-241
A Qlik Cloud Analytics app contains objects that show images linked from within the app's content library.
The links are constructed in the following format:
https://TENANT.REGION.qlikcloud.com/api/v1/apps/APPID/media/files/FILENAME
The images shown correctly inside the app, but when performing any type of export (pdf, images, tabular reports, etc.) the images are broken.
For it to work, you need to user the relative URL api/v1/apps/APPID/media/list without the tenant name.
Example:
api/v1/apps/0ac04a5f-e44d-413c-9771-07c8d27a8e70/media/files/Background.png
Linking images this way will mean they function correctly from within the app and after an export or when running a report.
Images included in an Excel worksheet may appear stretched or use the wrong aspect ratio when previewed in an Excel report or after being distributed in an on-demand reporting task.
This affects charts imported by Qlik Sense as well as static images and shapes.
To fix the affected Qlik Reporting template, change the body font currently used in the Excel template to a supported font family:
To prevent other related symptoms, set the main display zoom level to 100% when creating and editing an Excel template on the Windows platform. Note that this is a Windows OS setting and not the Zoom set within the Excel App.
An unsupported font is used in the current Qlik Reporting template.
SUPPORT-3842, QCB-32146
The value of a reference line for a scatter plot chart may be beyond the displayed range and out of view. In this case, hovering over the icon indicating the reference line will not show its label tooltip.
The issue persists even if Show Label is checked.
Waterfall charts are also affected.
No tooltip in scatter plot
tooltip works in other charts
This behavior is being investigated as a defect (SUPPORT-3799). The expected fix release is the Qlik Sense Enterprise on Windows November 2025 release.
Information provided on this defect is given as is at the time of documenting. For up-to-date information, please review the most recent Release Notes or contact support with the ID SUPPORT-3799 for reference.
Qlik Sense Enterprise on Windows November 2025
Product Defect ID: SUPPORT-3799
The QlikView Multi-box object does not show all expected results when opening from the QlikView AccessPoint.
Example:
Searching for *abc returns four results, while there are five matches in the data.
This may occur after an upgrade (such as upgrading QlikView from an earlier release to 12.90).
Review your browser's extensions. A known root cause for this issue is a custom browser extension that modifies a page's CSS (Cascading Style Sheet). This resulted in the results being hidden by the search box.
To resolve this, disable or otherwise modify the custom extension.
SUPPORT-722
You can access Qlik Sense demo apps from https://demos.qlik.com/.
If you are looking for real-life business examples, our Qlik Gallery hosts a platform meant for sharing apps, outcomes, and ideas. It is not restricted to Qlik-provided demos and mostly consists of customer examples.
If you are looking to download demo apps:
In Qlik Sense, bookmarks can be created with the "Include Layout State" option to capture both current selections and the layout of visual objects, such as the expanded or collapsed state of pivot tables. However, users may notice that after reloading the document and reapplying the bookmark, the pivot table does not return to the expected expanded/collapsed layout.
To ensure that the pivot table layout is retained when using bookmarks:
This behavior is due to how Qlik Sense manages the expand/collapse structure in pivot tables. Specifically:
Impact of Changing Dimensions in a Pivot Table
If you change the pivot table structure after creating a bookmark (such as removing or reordering dimensions):
Advanced options is not visible when editing a sheet. This can happen on a specific app even if the option was present before.
You can activate the "Show Sheet Header" option in the app settings to make the "Advanced option" button visible again.
For some reasons, the "Show Sheet Header" could be deactivated in an app. "Advanced Options" is invisible when this happens, because it is located in the sheet header that is removed. The app looks like this in editing mode:
It is possible to add a Table of Contents (TOC) to Qlik NPrinting reports using the standard Microsoft Word functionality.
The font in the TOC depends on two factors:
This means that in the same line of a TOC, two fonts may be present. One corresponds to the chapter or paragraph name (header), while the other corresponds to the dots and the page number.
The best way to manage this correctly is to create a theme defining the different fonts and to apply it to the Microsoft Word template:
When entering a condition for Cloud Alerts, the alert may not trigger if the value was entered without using the function (Fx) button.
This is working as designed.
Two types of alerts can be designed:
String
To generate an alert based on a string, directly enter the string in the value text box.
Analyzing the value with the developer tool, it will be shown as a simple string:
Expression
To generate an alert based on an expression, click the function (fx) button and enter the required expression or value.
Analyzing the value with the developer tool, it will be shown as {qExpr: "…"}}].
At Qlik Connect 2024 I hosted a session called "Top 10 Visualization tips". Here's the app I used with all tips including test data.
Tip titles, more details in app:
I want to emphasize that many of the tips were discovered by others than me, I tried to credit the original author at all places when possible.
If you liked it, here's more in the same style:
Thanks,
Patric
Qlik NPrinting Excel reports fail when a level is inside hidden columns. The following error is shown:
Object reference not set to an instance of an object
The error message occurs when the columns where a level is placed are hidden.
Upgrade to NPrinting February 2024 IR (24.4.5) or later versions.
OP-95820, resolved in Qlik NPrinting February 2024 IR (24.4.5) or later versions.
OP-95820
Qlik NPrinting May 2023
A specific line chart responds slower than expected and consumes excessive browser memory.
This is working as expected.
Set Presentation > Missing values to Show as gaps
The affected chart has the Presentation > Missing values set to Show as Zero.
This will fill missing values with zeros and render all line segments, leading to a slow response time. With Missing values set to Show as gaps, all line segments involving missing values will be skipped, improving performance.
QB-30492