Featured Content
-
Where are the user created documents/articles for NPrinting?
Looking for NPrinting articles that were created by other users/members? They were moved to their new home here: https://community.qlik.com/t5/Member-... Show MoreLooking for NPrinting articles that were created by other users/members? They were moved to their new home here: https://community.qlik.com/t5/Member-Articles/tkb-p/qlik-communityarticles.
They are all broken up by the appropriate label, you can search by a label and subscribe to labels.
Remember official Qlik Support articles for NPrinting can be found here: https://community.qlik.com/t5/Knowledge/tkb-p/qlik-support-knowledge-base
The NPrinting document board has been retired.
-
Qlik NPrinting Designer can’t find a supported template editor for Excel and Pow...
[Edited]Dear All,Qlik NPrinting May 2021 SR3, or newer, solves this issue and is available for download. Refer to the Release Notes https://community.... Show More[Edited]
Dear All,
Qlik NPrinting May 2021 SR3, or newer, solves this issue and is available for download. Refer to the Release Notes https://community.qlik.com/t5/Release-Notes/Qlik-NPrinting-May-2021-SR3/ta-p/1872634#toc-hId-404311360.
Thanks to some conversations with Qlik NPrinting users we discovered that latest version v2109 of Excel and PowerPoint include in Microsoft Office 365 is not working correctly with Qlik NPrinting Designer. The R&D team is working right now to solve at the same time we suggest avoid installing Microsoft Excel and PowerPoint v2109 on the computers you use to edit Qlik NPrinting templates. Please note that Qlik NPrinting uses Microsoft Office only to edit report templates. Instead it is not used to generate reports.
To check the version of Microsoft Office you are using refer to https://support.microsoft.com/en-us/office/about-office-what-version-of-office-am-i-using-932788b8-a3ce-44bf-bb09-e334518b8b19
The update history for Microsoft 365 Apps is available at https://docs.microsoft.com/en-us/officeupdates/update-history-microsoft365-apps-by-date
You can also refer to the support article https://community.qlik.com/t5/Knowledge/Qlik-NPrinting-can-t-find-supported-reporting-template-editor/ta-p/1716228
SUGGESTED SOLUTION https://community.qlik.com/t5/Qlik-NPrinting-Documents/Qlik-NPrinting-Designer-cannot-find-a-supported-template-editor/ta-p/1861060
Word. PixelPerfect and HTML templates are not affected.
Best Regards,
Ruggero
-
New QlikView Installation Guide Available!
Hello QlikView Users,If you have any questions regarding installing QlikView please check out this post on the Qlik Support Updates Blog. There is a n... Show MoreHello QlikView Users,
If you have any questions regarding installing QlikView please check out this post on the Qlik Support Updates Blog. There is a new step-by-step guide available that helps troubleshoot common issues that can occur. It also includes pictures to walk you through the installation. It is based on the Help site installation guide but hopefully the add-ons will help with the process.
Be sure to subscribe to the Qlik Support Updates Blog as well! The blog offers guidance from your peers on hot topics, announcement of new software releases for Qlik Sense, and updates regarding Qlik from the VP of Customer Success, Daniel Coullet.
Kind regards,
Qlik Digital Support
Recent Discussions
-
Qlik Sense GeoAnalytics
Buen día, alguien podría indicarme como saber la cantidad de búsquedas que me quedan del conector Qlik GeoAnalytic en Qlik Sense -
Dynamic chart creation via script...
Hi...I'm new to both QlikView & Qlik Sense, testing them out to see if they meet my needs. I'm leaning towards QlikView as it appears to have more sc... Show MoreHi...
I'm new to both QlikView & Qlik Sense, testing them out to see if they meet my needs. I'm leaning towards QlikView as it appears to have more scripting capabilities. However, I was wondering if it's possible to create multiple charts dynamically via script. So, using a really basic example, I would like to create a dynamic number of histograms, one per incoming field, showing the values and counts.
For example, if I have a flat file containing 37 fields, is it possible to loop through each of the fields and create 37 different chart histograms? Or could be 1 histogram per tab, with 37 tabs.
So, if I were to pseudocode it... (Yeah, I'm a SQL guy...)
Load file(s) into TABLE1
declare X integer
, total_columns integer
, field_name varchar
set X = 1
set total_columns = count(columns) from TABLE1
While X <= total_columns
begin
Set field_name = name(columnnumber(X))
Create_chart [name: chart + string(X)
, type: barchart
, x_axis: columnnumber(X)
, y_axis: count(*)
, title: field_name
, appearance: default]
X = X + 1
end
Auto-arrange page
Going forward, I would make this more complex depending on the incoming data type (e.g. do something different with dates), but I'm just trying to proof-of-concept this idea... I also understand that not every chart would be readable (e.g. a comments field), but I'd be OK with that.
Incoming files could contain hundreds of columns, so manually creating a chart for each column is impractical. And using VBScript with Excel would also not work, as I'm dealing with datasets with >1 million rows of data.
Thanks!
-
QlikView file not visible in Access Point
Hi, A business user is unable to see the xyz.qvw report through the access point. I am using the NTFS authorization mode. xyz.qvw is in the default ca... Show MoreHi,
A business user is unable to see the xyz.qvw report through the access point. I am using the NTFS authorization mode. xyz.qvw is in the default category in the access point. So when other users search for the report in the access point, they can see it. Since I am using NTFS authorization, I added the business user to that role. That role is already available to the folder and its contents. The two roles are highlighted in yellow in the attached screenshot.
Please let me know what needs to be done so the user can see the report through the access point.
Thanks
Ram -
Multiple Page footer in Pixel Perfect
I have requirement to Designing report in Pixel perfect where each page has unique footnote. how can we create different footnote for each page? Foot... Show MoreI have requirement to Designing report in Pixel perfect where each page has unique footnote. how can we create different footnote for each page? Footnote is formula driven. e.g
when i added them as label they are not showing with the footer instead below the visual. Please find attached screenshot
Page 1
if(GetSelectedCount([Transaction Date Indicator])=0, 'Transaction Date indicator: Not Selected', 'Transaction Date indicator: ' & GetFieldSelections([Transaction Date Indicator])) &'; '&
if(GetSelectedCount([STP Date Indicator])=0, 'STP Date indicator: Not Selected', 'STP Date indicator: ' & GetFieldSelections([STP Date Indicator]))Page 2
if(GetSelectedCount([Non STP Date Indicator])=0, 'Non STP Date indicator: Not Selected', 'Non STP Date indicator: ' & GetFieldSelections([Non STP Date Indicator]))
-
format numbers in info bubble area and chart layer
I am trying to format numbers in Area and chart layers. As I read in this forum the num function can not be used. I like to use a thousands seperator... Show MoreI am trying to format numbers in Area and chart layers.
As I read in this forum the num function can not be used. I like to use a thousands seperator or the '%; - character.
How to achieve that ?
I cannot find any documentation about 'format Numbers list' in the Info bubble tab. How to use that option ?
Solved: I don't know why but numbers are presented the way I want them to using the num function.
Still looking for documentation regarding the "Format number list"
-
Is Nprinting affected by CVE-2025-32433
Hi,a customer IT threat scan flagged an Nprinting installation, more specifically the Erlang executables.Related to https://nvd.nist.gov/vuln/detail/C... Show MoreHi,
a customer IT threat scan flagged an Nprinting installation, more specifically the Erlang executables.
Related to https://nvd.nist.gov/vuln/detail/CVE-2025-32433
I'm urgently looking for an official post explaining if Nprinting is affected by this vulnerability or not?
-
How to estimate server requirements
Hi, any tips on how to estimate memory requirements?For example I have 20 apps averaging 35MB each & 50 concurrent users - how much memory do I need t... Show MoreHi, any tips on how to estimate memory requirements?
For example I have 20 apps averaging 35MB each & 50 concurrent users - how much memory do I need to have as a minimum on the server??
Help appreciated
NW
-
Nprinting report values not matching with qliksense app
I am trying to generate on demand report using nprinting but what I noticed nprinting report values and qlik app values are not matching I tried all o... Show MoreI am trying to generate on demand report using nprinting but what I noticed nprinting report values and qlik app values are not matching I tried all options but not able to resolve like checked app id reload metadata object id etc.
-
Access to all NewsStand Reports
I am a Qlik Sense and NPrinting developer. What permissions do I need to be able to see all the reports in the NewsStand? The former guy just seemed t... Show MoreI am a Qlik Sense and NPrinting developer. What permissions do I need to be able to see all the reports in the NewsStand? The former guy just seemed to receive every single NPrinting report- lots of emails. I would just like to see all the reports being sent there and encourage company use. I currently have the Administrator role in NPrinting which has everything checked for Apps, Users, and Admin. What am I missing?
-
Filtering on a list in NPrinting
Hello everyone, I have come across a problem when using filters on NPrinting... I have a very big list of [Product ID] and they don't have any link ... Show MoreHello everyone,
I have come across a problem when using filters on NPrinting...
I have a very big list of [Product ID] and they don't have any link between them, for example :
[Product ID] = 1
[Product ID] = 5
[Product ID] =7
....
(but there are 178 of them)
I need to do a report that shows me our sales on these 178 product IDs but if I do the normal filter it's going to take a lot of time :
I have been trying to do this with the 'advanced search' option but nothing I do seems to work.
I have tried using the match() and wildmatch() functions but they only work when you have one ID that you are looking for. They don't filter on the ID itself but on the position that they are in...
Has anyone come across a problem like this one ? how did you overcome it ?
Thank you all for your help
-
Management Service API with FQDN
Hello,in our company there was a change, due to security reasons, that every computer has to be addressed by the FQDN (so with the domain name).Now I ... Show MoreHello,
in our company there was a change, due to security reasons, that every computer has to be addressed by the FQDN (so with the domain name).
Now I have the problem, that I can't connect to the Management API anymore, because it's only available via hostname (without the domain name). How can I change this? I searched in the community, I tried changing the Config.xml from the QVMS, but I only get the hostname.
This is what I get in QMC (-> Setup -> Management Service -> Summary)
To connect to the API of this Management Service use: https://qlikxxx:4799/QMS/Service
But I need this:
To connect to the API of this Management Service use: https://qlikxxx.domain.com:4799/QMS/Service
Did anyone get this done?
Kind regards
Peter Hübschen
-
Error "Concurrent connections limit exceeded" After Upgrading to NPrinting Febru...
Hi All,After upgrading Qlik NPrinting from September 2019 to February 2025 SR1, we encountered an issue where reports are not sent to some user emails... Show MoreHi All,
After upgrading Qlik NPrinting from September 2019 to February 2025 SR1, we encountered an issue where reports are not sent to some user emails. The tasks run successfully, but some emails fail to deliver with the following error message:
20250714065008 Error Failed to send email for user 'XXXXXXX' {XXXX-XXXX-XXXX-XXXX-XXXX}. ERROR: 4.3.2 Concurrent connections limit exceeded. Visit https://aka.ms/concurrent_sending for more information. [Hostname=server.outlook.com]
Previously on NPrinting September 2019, all reports were sent without any issues.
We have contacted support and already tried adjusting the following parameters in the scheduler.config file as suggested in the release notes:
max-mail-client-connection-attempts: (default is 2)
mail-client-connection-attempts-delay-ms: (default is 500 ms)
Despite these changes, the problem persists. We’re unable to ask the SMTP admin to change server-side settings, especially since everything worked fine before the upgrade.
Has anyone else experienced this issue after upgrading? Any advice or workarounds would be greatly appreciated.
Thanks
-
Irregular scheduling by date and catalog name
Hi, I'd like to create an irregular mailing in Qlik Nprinting, but I'm not sure how to go about it.Specifically, we have a catalog report and we want ... Show MoreHi, I'd like to create an irregular mailing in Qlik Nprinting, but I'm not sure how to go about it.
Specifically, we have a catalog report and we want Qlik Nprinting to send catalogs that have ended.
The catalog names and endings are well-known, but irregular.For example,
05/07/2025 25C271
16/07/2025 25C292
26/07/2025 25C311I came up with the idea of having Qlik Nprinting send daily, but also check the condition to see if the shipment is being sent today. This would allow the shipment to be sent one day after the catalog's end date.
I just don't know how and where to enter the information to send only for example catalog 25C271, but not the others.
My version is Qlik Nprinting Febuary 2024 SR3 version 24.4.14.0
-
Import Task with Filter containing multiple connections
Hello all,I am using an Import Task to add filters/users/groups. I want to create a single filter for each user (just as I would do in the Nprinting G... Show MoreHello all,
I am using an Import Task to add filters/users/groups. I want to create a single filter for each user (just as I would do in the Nprinting GUI). But I have several connections within an Nprinting app and cannot figure out how to add multiple fields from multiple connections to a single filter during an Excel Import.
I tried repeating the Filter name in the Excel file, hoping that all the rows would be combined into the same filter, but only the first row for each Filter was created.
Any idea how I can make this happen using a normal Import Task? I would very much like to avoid the effort of writing a script to call the Nprinting API to add all these filters. I am using Nprinting Feb 2021, Qlik Sense Enterprise Feb 2021.
Thanks for your help.
David
-
access Nprinting externally through public dns
Hello,I need some help clarify the steps to take to access Nprinting externally through public dns on port 4993.we already have a the certificate inst... Show MoreHello,
I need some help clarify the steps to take to access Nprinting externally through public dns on port 4993.
we already have a the certificate installed and and resolving dns e.g. externalurl.com. Nprinting works fine internally https://internallink.com:4993/#/dashboard .
I have updated the Web Console URL and NewsStand URL under admin >>>settings to reflect the https://externalurl.com:4993/ and externalurl https://externalurl.com:4994/
When I tried accessing the external link I get a This site can’t be reached error.
The Nprinting server version is :
Qlik NPrinting February 2025 SR1
Version: 25.5.5.0
Thank you
-
Expression Attribute Background Color problem
Hello All-I have a stacked bar chart that represents an Opportunity Pipeline. The sections of the bars are sales stages for the opportunities and the ... Show MoreHello All-
I have a stacked bar chart that represents an Opportunity Pipeline. The sections of the bars are sales stages for the opportunities and the dimension is year-quarter.
The expression is fairly simple:
Sum ({<Opportunities.StageGroup = {'Pending','Committed'}
,FiscalYearName =
,Calendar.RelativeFiscalQuarter = {
'Current Quarter',
'Current Quarter + 1',
'Current Quarter + 2',
'Current Quarter + 3',
'Current Quarter + 4'}
>} Opportunities.Amount)
In the Expression Attribute Background Color, I have the following expression:
=If(Opportunities.StageNumber = '5', $(vStg5Color),
If(Opportunities.StageNumber = '4B', $(vStg4BColor),
If(Opportunities.StageNumber = '4A', $(vStg4AColor),
If(Opportunities.StageNumber = '3', $(vStg3Color),
If(Opportunities.StageNumber = '2', $(vStg2Color),
If(Opportunities.StageNumber = '1', $(vStg1Color)))))))
The variables are in the form of:
=rgb(176,202,142)
Unfortunately, if I filter on a year (FiscalYearName) outside of the set analysis, it wrecks the colors (this has FY13 selected):
I've tried with and without the '=' in the variables and also by using the RGB directly in the If statement in the background color.
Any thoughts on how I can fix it?
Thanks in advance!
Mike
www.fortunecookiebi.com
-
NPrinting crashes when adding data labels from cells in Excel template
Hello Everyone, Everytime I want to change data labels from value to value from cells, Nprinting Designer crashes and the error message reads "RPC ser... Show MoreHello Everyone,
Everytime I want to change data labels from value to value from cells, Nprinting Designer crashes and the error message reads "RPC server is unavailable"
Just for the record: I'm working with regular combo charts, not pivot charts.
Does anyone else has this problem and is there a way to fix this?
Thanks in advance and kind regards
Stefan
-
Linear optimization solution
Dear All I am looking for solution to add linear optimization functionality to Qlikview (similar solution like Solver in Excel). Do you know any exten... Show MoreDear All
I am looking for solution to add linear optimization functionality to Qlikview (similar solution like Solver in Excel).
Do you know any extension or macro which provides such functionality for Qlikview ?
Best regards
Zoltan
-
Can't Parse Completad as TaskExecutionStatus
Good Day expertsDoes anyone know the reason for this log entry? A few days ago we were able to generate the report and send it to one recipient, file ... Show MoreGood Day experts
Does anyone know the reason for this log entry? A few days ago we were able to generate the report and send it to one recipient, file size 10MB.
Today it is not working anymore? We haven't done any changes. Any ideas? Thank you!
Qlik.NPrinting.Scheduler 24.4.19.0 Qlik.NPrinting.Scheduler.Service.PeriodicCleaner 20250714T054440.672+02:00 ERROR servername 0 0 0 0 0 0 0 0 Unexpected error in CleanUp method. ERROR: NHibernate.HibernateException: Can't Parse Completad as TaskExecutionStatus ---> System.ArgumentException: Requested value 'Completad' was not found.
-
internet explorer access point
Hi All,I tried to access a .qvw file on the server by using this url in IE from client.. qvp://<server>/<reportname>But, all that IE shows is 'Err... Show MoreHi All,
I tried to access a .qvw file on the server by using this url in IE from client..
qvp://<server>/<reportname>
But, all that IE shows is 'Error on Page' on bottom left handside corner.
I tried restarting all qlikview related services on the server, but this did not help.
When I give the same url from Desktop client via File ->Open in Server, it works fine.
What can I do to solve this issue?
Kindly suggest ideas.
Thanks in advance.
-Anju