Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a qs app with a straight table and styled it with multiple kpi css. Now I need to use that table object with the styling. How should I do that?
as said in my previous message your CSS from multi KPI will not work in Nprinting. The only way is to manually recreate that css in HTML template editor in Nprinting.
In your case where you use multi KPi (separate object) it will not work with NPrinting even if you try to bring your table as image and reason behind it is that NPrinting renders objects individually so it will render your table without multi KPI.
On top of that “Keep source format” retains only some (not all formatting) of Qlik Sense table.
do the bottom line is:
if you are using HTML template recreate your CSS directly in it.
Lastly-if you wish to embed your report in email body you must validate that CSS you wish to use will work with various email clients as for example Outlook is really big pain to work with in that regard and be aware that only part of report between <body> tags makes its way to email!!!
cheers
If you want the exact styling you can add it as an image.
Otherwise your styling has no use in Nprinting and would have to be recreated using Nprinting methods.
You also are not telling us many important details like template you are using and required output.
I suggest spending more time preparing the question for us and I hope we can help you better.
cheers
Hi @Lech_Miszkiewicz, Thanks for looking into my query. Let me try to explain in detail.
These steps I have followed in the process:
*Assume that I have only one table and I just want to show that table in report.
Question:
What should be the procedure to get the CSS styling of my table into the nprint report?
Let me know if you need further info on this.
Thanks,
Hari
as said in my previous message your CSS from multi KPI will not work in Nprinting. The only way is to manually recreate that css in HTML template editor in Nprinting.
In your case where you use multi KPi (separate object) it will not work with NPrinting even if you try to bring your table as image and reason behind it is that NPrinting renders objects individually so it will render your table without multi KPI.
On top of that “Keep source format” retains only some (not all formatting) of Qlik Sense table.
do the bottom line is:
if you are using HTML template recreate your CSS directly in it.
Lastly-if you wish to embed your report in email body you must validate that CSS you wish to use will work with various email clients as for example Outlook is really big pain to work with in that regard and be aware that only part of report between <body> tags makes its way to email!!!
cheers