Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jeevansahu1818
Contributor
Contributor

Nprinting HTML Report values are not showing in a single row

I have designed one html report from a straight table of a qlikview object. Suppose the (Account name) column has 10 values and the values are having 30 to 40 character. i want the values to fix in 22 character in nprinting.how can i achive.

 

i am preparing a html report in nprinting.

The values are like:

aaaaabbbbccccddddddddeeeffff 

I want :

aaaaabbbbc

1 Reply
rubenmarin

Hi @jeevansahu1818, you can create a copy of the object to create the account as you need for the report, using Left(FieldName, 22).

Or you can add an expression directly in the report, and use this expression instead of the table column