Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please kindly assist me to make the nprinting report body message correct format.
I want the Body of the Report message be like below image:
But when I am using text -like below
I am getting the report when delivery by email like this:
I even tried with HTML like belwo:
Outcome:
My Actual requirement is:
Please kindly assist.
Regards
Hi @ashmitp869
You did not format your message so it looks exactly as you have designed it....
forget for a moment about NPrinting and create HTML file which will display your email message in the format you want. You can create it using text editor and save as .html and open in web browser to preview.
Once you have that HTML then you can copy it into HTML Format of email body. It will look similar to the code below:
<p><span style="color: #000080;">Dear Recipients, </span></p>
<p><span style="color: #000080;">Please find the Appointment Audit Summary Report attached.</span></p>
<p><span style="color: #000080;"> </span></p>
<p><span style="color: #000080;">Kind Regards.</span></p>
<p><span style="color: #000080;"><strong>Analytics and Business Intelligence Unit</strong></span></p>
<p><span style="color: #000080;"><strong>Performance & Analytics</strong></span></p>
<p><span style="color: #808080;">Address</span></p>
<p><span style="color: #000080;">Email</span></p>
If you want to have very well designed email content you can use this method: https://nprintingadventures.com/2019/05/24/creating-email-content-in-nprinting/
I suggest you get someone from your company who does web develoment to give you this html content as you also need to consider what is supported by email clients and not everything is..
Hi,
I agree with @Lech_Miszkiewicz but please note that you can also replace the generic Recipient word with the name of the specific recipient. Refer to https://help.qlik.com/en-US/nprinting/February2021/Content/NPrinting/DistributionSchedulesAutomation... about using tags in email.
Best Regards,
Ruggero