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

How to append data to previously created report using Nprinting

Hi,

I previously created a report using NPRINTING. I wanted to know if there is a way to append values to that report using the same template I used to create the previous report.

Example:

Template A created below report today 01/26/2017

Testtable1.png

When Template A creates the same report but for 01/27/2017, I want to append the values to the previous created report above. So the next report should look like this

testtable2.png

1 Reply
Anonymous
Not applicable
Author

To store the data in the template you would need to update the template your nsq is pointing to every time you needed it to run.  And you'd need to change it so the data goes at the end.  I'm assuming you don't want to modify your nsq every time.

I think you would need to have all the data in your Nprinting qvw so it can all be exported out appropriately.

If the data tables your qvw currently uses doesn't contain the history you would want to make the qvw also create/update a QVD using the Store command.  This qvd you create would then build your history that the qvw and nprinting project can then pull and populate in your output.