Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
dvilloldo
Partner - Contributor II
Partner - Contributor II

Table filter by date in Nrpinting Pixelperfect

Hi.

We have a problem filtering data for a NPrinting Pixelperfect report. The origin of data is a straight table in a Qlik Sense application linked through a NPrinting connection.

The table is simple:

Date (dimension) - Measure1 (count) - Measure2 (sum) - Measure3 (Measure2/Measure1, percentage)

The table have information about many years.

And we want to show in the Pixelperfect report this table, but only one month of information.

How to do it? Can anyone explain simple tips obout this?

Thank you and greetings.

Daniel Villoldo

 

Labels (1)
2 Replies
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi

This seems like very basic question - Are you just starting and learning the very basic things in NPrinting? If this is a case got to https://help.qlik.com and read about NPrinting filters and about creating pixel perfect tabe.

https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/ReportsDevelopment/Static-dynamic-...

https://help.qlik.com/en-US/nprinting/April2019/Content/NPrinting/PixelPerfectReports/Simple-PP-Repo...

also as you want to filter whole month the best approach is to create a month-year field in your Qlik Sense data model by using formula like:

Date(MonthStart([yourdatefield])) as [Month Year] 

so then you could reference it in NPrinting filter much easier.

 

More about pitfalls and traps in NPrinitng you can read on my blog

https://nprintingadventures.wordpress.com/

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

btw - you have not provided us with information about version of NPrinitng you are using so I gave you an answer based on NPrinting April 2019

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.