Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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