Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning!
I would like to know if ICAO code 'OJMS' exists in version February 2024 of the QlikGeoAnalytics? Does this version: February 2024 (5.38.2) 2023-02-05 have this airport?
Thank you in advance!
Hi. Is it possible to upgrade Erlang/OTP manually or do we have to do it via upgrading Nprinting SR?
Currently Erlang 27.3.4.7 is used in Nprinting February 2025 SR5 but there are 4 more releases of Erlang after this version all fixing some security issue.
Customers use security scans and they are getting alerts all the times.
Hi All,
I 'm facing the above error since a few days.Nothing has changed only Windows patches on Monday
We have checked all normal issues like port 4747, credentials, rights etc.
QVS service is running.
The Management Service Log shows this:
0260423T154535.010+0200 Error System.Exception: Failed to retrieve settings from QlikView Server. || at QMSBackendCore.Service.ServiceImpl.<>c__DisplayClass94_0.<UpdateQvsSettingsCache>b__0() || at SolutionGlobal.Collections.ThreadSafeCache`2.CacheItem`1.GetObject() || at SolutionGlobal.Collections.ThreadSafeCache`2.Get(TKey key, Func`1 createObjectFunc) || at QMSBackendCore.Service.ServiceImpl.UpdateQvsSettingsCache(Guid qvsID) || at QMSBackendCore.Service.ServiceImpl.Diagnostics.UpdateQvsSettingsCache()
Any suggestions?
Jan
Hi All,
I am using On-Demand Reporting button to generate Nprinting report in PPTX format. The downloaded ppt is generated with missing legends and objects and the issue is not always with the same chart/slide.
In one download, the object/legend missing and in another download, it is generated without any issues. The issue is not consistent. Below is the screenshot from the generated report.
Nprinting Version used : Qlik NPrinting February 2025 SR4 - Version: 25.5.17.0
Regards,
Leni Balakrishnan
Hello, community!
I have this filter chart, and my supervisor isn't happy with the spacing between it and the chart below. I've already tried changing the grid spacing in the folder, but without success. Does anyone have any tips or solutions to align the filters with the charts?
Hi All,
In Nprinting, I am using one of the chart as image and there is no filters applied in the Nprinting level. But the generated report is having the bar chart different from the actual bar chart.
In the actual bar chart, the date selection is ignored using set analysis whereas the generated chart via Nprinting considers the date selection in turn we found mismatch between Dashboard chart and Nprinting report.
Set Analysis used as below in chart,
Count({<Date=>}distinct Product)
Nprinting Version used : Qlik NPrinting February 2025 SR4 - Version: 25.5.17.0
Leni Balakrishnan
I keep getting an error message when trying to access the latest version of QlikView Power Tools... https://community.qlik.com/t5/Documents/Power-Tools-1-3-2-for-QlikView/ta-p/1484770
Does anyone have an alternative link?
Hello, most of the posts that I am finding in regard to my current issue point to this article:
support.qlik.com/articles/000007290
but anything on support.qlik.com is currently giving me errors. Is someone able to reply with the content of that article, or the relevant details?
Thanks
An error occurred in the Windows event log, but I don't know what caused it.
Error: qlikview oplock request denied.
StdServer: void CStdServer::DoMsgReceived (CQvMsgActiveProtocol*, CConstQvMsg): pContext->AuthenticatedUser.IsEmpty () && ServerSettings::AuthenticationLevel == 2, will throw EQ_LOCERR_FILE_CORRUPT
Can you tell me why this happens or what could be the cause?
Please reply if possible.
thank you
I am a beginner in NPrinting and I need some guidance.
I have created a report that needs to be sent to 20 recipients. Each recipient should receive a version of the report filtered by their specific zone. The zones already exist in a Qlik Sense table, and I have successfully set up the filters.
My question is: how can I dynamically include the zone name in the following elements:
- The report header (to display the zone value)
- The email subject when sending the report
- The report file name (if possible)
The main challenge for me is not the filtering itself, but how to inject the corresponding zone value dynamically into these elements for each recipient.
Any help would be greatly appreciated.
Hi team,
Two years ago I have created a process where I execute the Qlik app, it triggers NPrining Task by using NPrinting APi, the document name is "How to use Qlik NPrinting APIs inside a Qlik Sense load script". Lately I have heard that NPrinting API call to do this exercise is depreciated. Same document is attached in this ticket.
Is it really deprecated? If yes, how to trigger NPrinting task from Qlik Sense?
Secondly, Is it possible to trigger Qlik Sense task from NPrinting?
Hello,
We have a growing number of customers who rely on Qlik NPrinting for their email reporting distribution via Office 365 (Exchange Online).
As many of you know, Microsoft has been proactively disabling Basic Authentication for SMTP AUTH, with a final deadline for full retirement currently set for April 2026.
Exchange Online to retire Basic auth for Client Submission (SMTP AUTH) | Microsoft Community Hub
Since NPrinting currently only supports Basic Authentication for its built-in SMTP connection, this presents a significant problem for many organizations.
The Problem
NPrinting currently does not support OAuth 2.0 (Modern Authentication) for connecting to smtp.office365.com.
As Microsoft retires Basic Auth, our current reporting setup for many customers will break entirely.
My Questions for the Community & Qlik
Is there any official roadmap information regarding the implementation of OAuth 2.0 / Modern Authentication for NPrinting's SMTP configuration?
What is the long-term, supported strategy for Qlik NPrinting to connect to Microsoft 365 mailboxes for report distribution?
Qlik NPrinting
Hello,
I face the following issue: "LicenseServer@SRV-REPORT-64" is down"
Unfortunately I cannot find any information about this issue. Therefore my question, do you have an idea how to solve this issue?
QlikView 12.40 June
Thank you, Best regards
Hello Qlik Community,
I'm encountering an unexpected behavior with FirstSortedValue and would appreciate your insights.
Context:
I have a table tracking employee appointments with fields:
EmployeeID (id_dim_salarie)
VisitID (id_visite_unique)
DateTime (date_consultation) - numeric Excel datetime
Teleconsult (teleconsultation) - text field ("Oui"/"Non")
Goal:
For each employee, retrieve the Teleconsult value from their latest appointment (maximum DateTime).
Expression used:
Sample data (attached: Data_exploration.xlsx):
Expected result for EmployeeID 1000011682:
Latest date: 2025-07-22 10:15:00.000 (Excel numeric: 45860.4270833333)
Teleconsult value at that date: "Oui"
Should return: "Oui"
Actual result: NULL
Debug information I've verified:
Max(date_consultation) = 45860.4270833333 ✓ (correct latest date)
Count(DISTINCT date_consultation) = 2 ✓ (two distinct dates)
Count(teleconsultation) = 2 ✓ (both lines have valid "Oui" values)
No NULL values in teleconsultation for this employee ✓
Dates are properly loaded as numeric datetime values
According to the documentation, FirstSortedValue should return NULL only when "more than one resulting value shares the same sort_weight for the specified rank". Here I have a unique maximum date with a valid teleconsultation value.
Why does this expression return NULL? Is there something about the numeric datetime format or the specific context that's causing this behavior?
Hi all,
I’m stuck on one point while working with a pivot table.
I created the following dimension:
=AGGR(MAX([Item'LANDED']), [Item Barcodes],[Stock-Bez])
Based on the same logic, I would now like to use this value inside an expression that includes two conditions:
However, when I try to use the same AGGR logic inside my expression, the result is always 0.
=SUM( IF(MATCH([BESTAND RECHNEN METHODE],'AM-DATUM') AND MATCH(DATE(Datum),MONTHEND(TODAY(1),-1)), [Menge BES (Bestand)] * [Artikel 'LANDED'],
I tried applying a MAX on the result of the AGGR expression
MAX( AGGR(MAX([Artikel 'LANDED']), [Artikel Barcodes], [Lager-Bez]) )
but that didn’t work either.
Do you have any idea how I could solve this issue? Or maybe another approach to get the correct result?
In this line graph, I have two measurements. I would like the pink measurement to become a line and the blue measurement to remain as an area. Is this possible?
Hi,
Is it in any way possible to lease a QlikView license from Qlik Cloud Analytics? I have a subscription with the CM-addon but don't want to set up a QV server, just use the QV desktop.
Best Olof
Hi,
This can’t be simpler, but it doesn’t work as expected and as it has been working for 11 years.
if(date(PL03006) > date(today()), 'N', 'Y') as P_OpenInv_Overdue,
For example, an Invoice with a due date of 2026-04-01 4 is shown as overdue, which, based on the above if statement it should not be the case.
FYI:
DueDate in ERP: PL03006 with this value in the DB: 2026-04-29 00:00:00.000