Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
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: 
Sid01LTI
Contributor
Contributor

How can i have system generated date in the subject of automated in email maessage in Nprinting

Hi,

I am using Qlik Nprinting may 2021 SR4 version. In publish task we have a tab for email message. I want to have system generated date and time in my subject of my email. For example if the email is triggered at 09 Feb 2023 at 6:00pm the email subject of my automated email should have the same data and time in it.

Is it possible to do so?

Labels (2)
1 Solution

Accepted Solutions
Ruggero_Piccoli
Support
Support

Hi,

  1. create a Qlik variable with the function today() customized as you want. We call it vToday.
  2. refresch the Qlik NPrinting connection cache
  3. add the new variable in the email body https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/DistributionSchedulesAutomation/Dist...
  4. cut the vToday variable tag from the body and paste it in the subject

Best Regards,

Ruggero



Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads with a LIKE if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads with LIKEs if you feel additional info is useful to others.

View solution in original post

2 Replies
Ruggero_Piccoli
Support
Support

Hi,

  1. create a Qlik variable with the function today() customized as you want. We call it vToday.
  2. refresch the Qlik NPrinting connection cache
  3. add the new variable in the email body https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/DistributionSchedulesAutomation/Dist...
  4. cut the vToday variable tag from the body and paste it in the subject

Best Regards,

Ruggero



Best Regards,
Ruggero
---------------------------------------------
When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads with a LIKE if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads with LIKEs if you feel additional info is useful to others.
Siddhesh
Contributor III
Contributor III

Thank you