Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
I need help with below:
I have just created a report in nprinting that fetch the data from Qlik Sense for all dates, and I wanted to add 2 trigger for the report:
1 trigger will be monthly, which will send a report for the previous month only.
2sd trigger will be weekly, which will send a report for last week's data
now what's confusing for me is that, how to send 2 reports for the previous month and last week for the same report?
Solution 1:
1. Create a single task
2. Create 2 NP filters
filter1: month(now()-1)
filter2: week(now()-1)
3. Duplicate the Report
4. Attach filter 1 to report 1
5. Attached filter2 to report 2
6. Attached both reports to the same NP publish task
7. Schedule/trigger the report as needed. (you didn't mention the required frequency of report delivery for this scenario)
Solution 2.
1. Create two tasks
2. Create 2 NP filters
filter1: month(now()-1)
filter2: week(now()-1)
3. Attach filter 1 to task 1
4. Attach filter 2 to task 2
5. Attach the original report to the two separate tasks
6. Schedule/trigger the report as needed. (you didn't mention the required frequency of report delivery for this scenario)
Hope this helps...
your requirement isn't clear.
cheers
Solution 1:
1. Create a single task
2. Create 2 NP filters
filter1: month(now()-1)
filter2: week(now()-1)
3. Duplicate the Report
4. Attach filter 1 to report 1
5. Attached filter2 to report 2
6. Attached both reports to the same NP publish task
7. Schedule/trigger the report as needed. (you didn't mention the required frequency of report delivery for this scenario)
Solution 2.
1. Create two tasks
2. Create 2 NP filters
filter1: month(now()-1)
filter2: week(now()-1)
3. Attach filter 1 to task 1
4. Attach filter 2 to task 2
5. Attach the original report to the two separate tasks
6. Schedule/trigger the report as needed. (you didn't mention the required frequency of report delivery for this scenario)
Hope this helps...
your requirement isn't clear.
cheers