Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I am using following expression and one dimension in a straight table
=Num(Count(Distinct{$<OrderStatusId={2}>}@OrderCaseId) / Count(Distinct{$<OrderStatusId={2,3}>}@OrderCaseId),'0%')
In Qlikview Table Looks as expected without an decimal. But When I use this table in HTML report then the value shows in decimal.
So an Example.. in QlikView it shows like this
But NPrinting 16 HTML Report represent the table as below
The Table is ticked for keeping the source format but I don't know whats wrong.
Can anyone please advice