Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I use font Arial in a straight table. Now I would like to edit the font in a specific expression to KIX font. This font is used for changing the ZIP code into a bar code which is used by the mail delivery.
This is what it looks like:
The whole table looks like:
Customer | Address | ZIPcode | Barcode ZIP | City | Country |
---|---|---|---|---|---|
Hope someone can help me out.
Regards,
Henco
Hi
I don't think there is any way to change the font within a table. You could incorporate images (generated outside QV) or use an extension object.
Alternatively, create a text box with a show/hide condition
GetPossibleCount(ZIPCode) = 1
Set the font in the text box to KIX and the text
=ZIPCode
Not quite what you are after though
Jonathan
Thanks for your answer Jonathan. I would like to have this barcode in the straight table itself, because we are going to export it to excel. But thanks so far, will see if it helps me any further.
Regards,
Henco
Henco
If this is for export to Excel, you will find it much simpler to simply export the ZIPCode twice, and change the font of the second one in Excel....
Regards
Jonathan
Yes, you are right. But I would like to automate this process as much as possible. For now, this will work. Thanks.
Regards,
Henco
This is an old post, but I thought I'd answer anyway in case someone else had this problem. It would be possible to automate this function using a third party tool called Nprinting. Nprinting allows for automated delivery of QlikView objects among other things. In this case you would setup an Excel template and format the zipcode column using the KIX font and use Nprinting to generate the Excel file based on your QlikView straight table.