Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display RTF content from a BLOB

When I load a RTF from a BLOB field from our database, the RTF display unformatted (it displays all the RTF coding including the text). When I copy the displayed text to a txt file and rename it to a RTF, it displays fine in word. So the format coding is correct.

How can I correctly display the RTF content?

This is the script I use:

D

ata:

Load *,
GDTXKY as TXTKEY;

SELECT
GDTXKY,
GDMUSE

FROM "JDE_VHSPY".CRPDTA.F00165 where GDTXKY like '%|prod_order';

Blob:

INFO Load

GDTXKY as TXTKEY,
GDTXVC as TXT;

bundle INFO SELECT
GDTXKY,
GDTXVC

FROM "JDE_VHSPY".CRPDTA.F00165 where GDTXKY like '%|prod_order'

How can I correctly display the RTF content?



3 Replies
dpietersz
Creator
Creator

Hi Did you find a solution for this?

I have a similar problem for viewing pdf

Not applicable
Author

I have the simular problem, i must print formated Text (RTF or HTML).

Have you a solution for this Problem ?

Thx

Not applicable
Author

Well the answer is there, It is not supported

QlikView does not support/interpret rtf format and therefore this won't work straight out of the box. There is no generic solution for this so you would need to convert the rtf file to a txt file before you import it into QlikView.

Kind regards,

QlikView Support