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: 
berryandcherry6
Creator II
Creator II

PDF Report with multiple filters in NPrinting Qliksense

Hi,

Using NPrinting 17.2.2 and Qliksense 3.0

What i have tried: Created single filter with single field. Aplied on task. Got Excepted resultant report with using single filter.

Now i need to apply multiple filters to single report.

Client has two sub batches. so PDF report contains 3 sheets.

1st sheet - Client(contains sub batch 1 and sub batch 2)

2nd sheet - sub batch 1 of Client

3rd sheet - sub batch 2 of Client

I have a report created(template) with tables and piechart in single sheet.

For this i have created Filter with two fileds, by named Filter-1. As shown below

Filter1.PNG

After this i added this filter in task filters.

Filter4.PNG

Now for this i need to create a pdf report with three sheets by applying filters/filter fields. So that it could show

1st sheet - Client

2nd sheet - sub batch 1 of Client

3rd sheet - sub batch 2 of Client


How could i do this? Any kind of idea or work around can be done is appreciated.

3 Replies
mkelemen
Creator III
Creator III

This is possible when you use nprinting with qlikview.

How to Apply a Specific Filter to Tables or Images

Unfortunately this functionality is not yet available when you use sense.

You could work around it using a table in which you will have client_id, page_id, batch_meta_data_id and then cycle page_id.

  client_id, page_id, batch_meta_data_id

  15, 1, 23

  15, 1, 24

  15, 2, 23

  15, 3, 24

BR,

  Matus

berryandcherry6
Creator II
Creator II
Author

Hi Matus,

Thanks for response!

How to cycle Page_id's in NPritning 17.2.2 ? Are you telling about using Cycle or Levels ?

Can you Explain little bit more.

Regards,

Supriya