Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Search our knowledge base, curated by global Support, for answers ranging from account questions to troubleshooting error messages.
When performing an Export of a Native Map in Qlik Sense only the points are being shown and not the actual background.
Current export result (Satellite background image is missing):
Or the map is entirely blank:
The port 443 to imagery provider services.arcgisonline.com is probably blocked
Check and open port 443 (scroll down to "Web browser ports" and check "map").
Changing the background color of the button object to none results in the button displaying with the default background color (#006580). This is a known limitation as of today.
Qlik is reviewing QB-29806 for future improvements.
To achieve transparency (mimicking none as the background color):
ARGB(0,0,0,0)
This feature predates the introduction of transparency in the colorpicker, meaning it was designed to revert to the default color when none is chosen.
QB-29806
It is finally here: The first public iteration of the Log Analysis app. Built with love by Customer First and Support.
"With great power comes great responsibility."
Before you get started, a few notes from the author(s):
Chapters:
01:23 - Log Collector
02:28 - Qlik Sense Services
04:17 - How to load data into the app
05:42 - Troubleshooting poor response times
08:03 - Repository Service Log Level
08:35 - Transactions sheet
12:44 - Troubleshooting Engine crashes
14:00 - Engine Log Level
14:47 - QIX Performance sheets
17:50 - General Log Investigation
20:28 - Where to download the app
20:58 - Q&A: Can you see a log message timeline?
21:38 - Q&A: Is this app supported?
21:51 - Q&A: What apps are there for Cloud?
22:25 - Q&A: Are logs collected from all nodes?
22:45 - Q&A: Where is the latest version?
23:12 - Q&A: Are there NPrinting templates?
23:40 - Q&A: Where to download Qlik Sense Desktop?
24:20 - Q&A: Are log from Archived folder collected?
25:53 - Q&A: User app activity logging?
26:07 - Q&A: How to lower log file size?
26:42 - Q&A: How does the QRS communicate?
28:14 - Q&A: Can this identify a problem chart?
28:52 - Q&A: Will this app be in-product?
29:28 - Q&A: Do you have to use Desktop?
Qlik Sense Enterprise on Windows (all modern versions post-Nov 2019)
*It is best used in an isolated environment or via Qlik Sense Desktop. It can be very RAM and CPU intensive.
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.
Optimizing Performance for Qlik Sense Enterprise - Qlik Community - 1858594
Dragging and dropping the Qlik Map object onto a sheet results in the following error:
The visualization was not found on the server. This extension is not available: map ()
Inspecting the error in the browser developer tools (Developer tool console logs) shows the following error:
geo.error.WebmapInvalidkey
Invalid key
Match the serverKey between Qlik Sense Enterprise on Windows and Qlik GeoAnalytics.
The serverKey value must not be surrounded by quotes (" ").Optional: If a custom URL is used in the mapconf.json file, match the serverURL value to the custom URL in use.
Qlik Sense Upgrade or Migration. Every time Qlik Sense is upgraded or migrated, the "mapconf.json" file will be overwritten and needs to be updated again.
Qlik Sense Enterprise on Windows
Qlik GeoAnalytics
Table header texts are not wrapped automatically when using the straight table from the custom objects. This is a known limitation.
Usage pagination to work around the limitation.
The limitation is on the roadmap for review. No date is currently set.
QB-21283
After upgrading to Qlik Sense Enterprise on Windows May 2024 or newer, exporting a sheet or visualization to a PDF leads to a blank PDF output. The same export worked as expected before the upgrade.
This affects deployments running Windows 2012 R2, a version of Windows no longer supported by Qlik Sense Enterprise on Windows. It is incompatible with the current reporting_web_renderer.exe resource used by the Printing service.
Upgrade the server to a supported operation system and test again.
Microsoft dropped support for Windows 2012 R2 in January of 2023. The last version of Qlik Sense Enterprise on Windows which supported Windows 2012 R2 was Qlik Sense May 2023.
Expect font not appearing in NPrinting Pixel Perfect PDF reports.
By Default, there are two fonts that can be selected in Pixel Perfect reports that will show the Chinese Characters,
Most of the other languages will not show the characters.
In the Pixel Perfect Editor, simply switch to MS Gothic font
Chinese, Japanese ,German, Spanish, Portuguese languages will now appear in the PDF format report export.
Filter Panes and List Boxes in a Qlik App can be configured as a Radio Button menu, allowing only one value to be selected.
The conclusions in this article were reached in collaboration with cjgorrin from the European Commission's Joint Research Centre Qlik Sense team.
With Qlik Sense's new feature, Chart-level scripts, Add prefix is used with LOAD to append values to the HC1 table, representing the hypercube computed by the Qlik associative engine.
Based on this documentation and using the attached CHART LEVEL SCRIPT_ADD RESIDENT Load.qvf, we would expect the table to have 12 entries (6 original and 6 new)
Example: as the hypercube already has 6 entries, we would expect 6 new entries to be added when using Add prefix.
ADD LOAD MyDim1 as MyDim1, MyDim2 as MyDim2, MyMeasure1*100 as MyMeasure1, MyMeasure2*1000 as MyMeasure2 RESIDENT HC1
The result only shows 6 rows, with only one of them being modified:
This is working as designed.
ADD LOAD RESIDENT will try to merge duplicate rows and the test cases expect this behavior.
To workaround this specific user case, add a blank space to one of the dimensions, as shown below:
ADD LOAD MyDim1&' ' as MyDim1, MyDim2 as MyDim2, MyMeasure1*100 as MyMeasure1, MyMeasure2*1000 as MyMeasure2 RESIDENT HC1;"
QB-27903
The conclusions in this article were reached in collaboration with cjgorrin from the European Commission's Joint Research Centre Qlik Sense team.
Based on Qlik Sense online documentation, a PUT statement can be used to access columns, rows i.e. to set a numeric value to the hypercube.
However, using a Dimension name in a PUT statement, the following error is thrown:
Load statement could not find target column [MyDim1] in hypercube
This is working as designed.
Put statements are not allowed to manipulate dimensions. The Qlik Sense online help will be updated to reflect this.
QB-27904
The conclusions in this article were reached in collaboration with cjgorrin from the European Commission's Joint Research Centre Qlik Sense team.
Based on Qlik Sense online documentation, PUT statement can be used to set some numeric value to the hypercube
But in the following example (see attached CHART LEVEL SCRIPT_Put Dimension_silently fails.qvf), PUT statement seems to do nothing i.e. when used, no error is returned and expected changes are not displayed
Put #hc1.dimension.1(rr) = 'myvalue_' & rr; Put #hc1.dimension.2(rr) = rr * 100;
This is working as designed.
Put statements are not allowed to manipulate dimensions. The Qlik Sense online help will be updated to reflect this.
QB-27952
You can apply styling to customize the app based on your company standards. These styles are managed through custom themes.
To create your own custom theme, you’ll need to compile a compressed zip folder with three key components:
See Themes overview.
Once you’ve created the theme, you can upload it to your Qlik Cloud Management Console.
Making changes to a Qlikview document (.qvw) or Qlik Sense app (.qvf) will sometimes break already existing bookmarks. This is sometimes unavoidable and is a risk developers need to be mindful of when making changes to existing deployments.
Bookmark functionality can be affected by the following changes:
Making any of these changes can lead to bookmarks that only apply some of the intended selections, or even none at all.
A developer making changes to a document will need to keep these limitations in mind, and test any existing bookmarks, especially after using sensitive functions like "Always One Selected". If a bookmark is discovered to be broken, recreating it after the changes have been made is the best method to get back to a working state.
Downloading a sheet to PDF results in a blank PDF being exported.
This was a known defect in February 2024.
Qlik Sense Enterprise on Windows February 2024 Patch 7 or any later versions, including May 2024.
Product Defect ID: QB-26818
After a Qlik NPrinting upgrade, some cells are blocked out with black color.
Example:
This is a known Vizlib extension defect. Verify that a Vizlip extension is in use and contact Vizlib support for further support.
Uncheck Keep Source Formatting in the template editor.
QB-22744
At Qonnections 2019 I hosted a session called "273367 Qlik Sense Visualizations, best practice and top tricks". Here's the app I used with all tips including test data. Tip titles, more details in app:
* Chart and UI *
Butterfly chart
Gantt chart
Grid chart
Dynamic charts
Map image background
Previous/next in selection
Cyclic groups
Dividers
Date search filters
Dynamic bookmark
Select null
* Add ons *
Above and below
Color above average
Bell curves
Trendlines
Accumulation
Top 5 lines
Offset measures
* Table *
Custom report
Change null color
Sum with null
Subtotals and empty rows
Indentation
Indicators and symbols
Traffic lights
Pajama striping
Sparklines
Link to app
There is also video available: https://www.youtube.com/watch?v=fIOcb_JGNb4&t=3s
I want to emphasize that many of the tips are discovered by others than me, I tried to credit the original author at all places when possible. Many of the tips have been published before on the Qlik Community, the app below can be viewed as my current top picks.
If you liked it, here's more in the same style:
Thanks,
Patric
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:
At Qlik Connect in Orlando 2024 I hosted a session called "708769: What's New in Visualizations". Here's the slides and the app I used during the presentation.
Thanks,
Patric
The problem occurs working with NPrinting On-Demand on QlikView installed on an environment with IIS. The On-Demand button does not generate the report, but shows an HTML compilation error containing this message:
Error Message: </b>CS0104: 'X509SigningCredentials' is an ambiguous reference between 'System.IdentityModel.Tokens.X509SigningCredentials' and 'Microsoft.IdentityModel.Tokens.X509SigningCredentials'<br><br>
Upgrade to QlikVew 12.90 IR or higher version and NPrinting February 2024 SR 2 or higher versions.
Both the programs must run a version mentioned above.
The problem is due to a defect.
QV-25303