Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

NPrinting 16 HTML Rerport is not publishing Qlikview Table Format

Hi Guys,


I am using a straight table to for an HTML Report. This HTML report is embedded into the email body.

But the received email is not keeping the table format as it is in qlikview !

What could be wrong ?

Background : Straight Table in QlikView has one dimension as one expression like this.

=Num(Avg([Working Days]),'0')

Problem :When Report is being published then the table in email contains up to 10 decimal point like this.

Product CategoryWorking Days
Consultancy3.212457813
Examinations8.285714286

NOTE :  Keep Source format is ticked in NPrinting HTML Report and in Qlikview Numebr format is kept as Expression Default

1 Solution

Accepted Solutions
avinashelite
MVP
MVP

Hi Lokesh,

Its the problem with num function try like this

=round(Num(Avg([Working Days]),'0'))

View solution in original post

2 Replies
avinashelite
MVP
MVP

Hi Lokesh,

Its the problem with num function try like this

=round(Num(Avg([Working Days]),'0'))

Not applicable
Author

Thanks Avinash