Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
We are trying to built a HTML report in Qlik Nprinting which will be embedded in Email body.
We have used an external bootstrap file for the layout purpose using the <link> tag in the HTML report.
The output looks good when we preview it in Nprinting designer but not the same case when the report is received in an email body.
Seems like the <link> tag does not work for an email and that is the reason the Bootstrap file is not loaded during the email trigger.
Is there any other way for using <link> tag in email and if not any alternative way to include the Bootstrap file during email trigger?
Attachment:
IMG1 - Preview of HTML report
IMG2 - Screenshot of report received over email
Thanks in advance .
Regards,
Sudhir
This is very simple... part of HTML which is going to your email body sits between <BODY> of your HTML NPrinting report. If you put your Link tag outside of it then it is not being used. Second thing is that you need to make sure email clients are supporting tags you are using. If the tag is not supported in email clients it will not work and that is not NPrinitng issue.
This is very simple... part of HTML which is going to your email body sits between <BODY> of your HTML NPrinting report. If you put your Link tag outside of it then it is not being used. Second thing is that you need to make sure email clients are supporting tags you are using. If the tag is not supported in email clients it will not work and that is not NPrinitng issue.
Additionally if you are trying to have more control over the location of your output, you can consider using an html table editor to help you build the code necessary to drop your NP tags into.
Just search google for html table editor (or generator) and you should be able to find an online tool.
Kind regards...