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: 
Anonymous
Not applicable

Send email through nPrinting from Qlikview application

Hi All,

We have below requirement:

Email PDF report to managers and salespaerson through nPrinting.

req1: managers will receive 2 pddf report. One summary level and second one each sales person level report.

e.g. Mgr1 will receive summary report. Summary report will display total sale done through his sales rep( Jay 1, Jay 2, jay 3)

Detail report will show his sales rep performnace which can be retrieved from details tab.

req 2: each salesperson will receive report for their performance only, and no other report.

We are not using section access in qlikview report, how I can send such report through nPrinting. How I will configure parameters.

Please note, We have huge amount of data in reality.

Many thanks in advance.

10 Replies
Daniel_Jenkins
Specialist III
Specialist III

Hi Nita,

I assume that your recipients will be stored somewhere (RDBMS, Excel file etc.), and that you will use a Recipient Import task to import/manage them in your QlikView NPrinting project. The complete Filter syntax is:

[connectionName].[field] = {value1<isnumeric,evaluate>,value2<isnumeric,evaluate>,...}<drop,unlock,lock,verify,excluded> However, in it's simplest form it would simply be field={value}<verify>

It should be fairly straightforward for a developer to parse the contents of the field to be filtered on and build the required filter syntax. This would ideally be stored in the recipient source database. If a recipient is added, deleted or modified, it's corresponding filter should also be added or updated as required. You should create and use distribution groups as recipients for report tasks. This way you can assign recipients to a particular group during the recipient import process and not have to manually add and remove recipients from a task.

You can find plenty of information if you search for NPrinting here in the community and also in the Vizubi knowledge base.

HTH - Daniel.