Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
agigliotti
Partner - Champion
Partner - Champion

Qlikview - how to print table with expression as image representation with ajax client

Hello,

I'd need to print a straight table with an expression using Display Option representation as Image.

ex.

if( Diff > 0, 'qmem://<bundled>/BuiltIn/led_g.png',

if( Diff <= 0 and Diff >= -5, 'qmem://<bundled>/BuiltIn/led_y.png', 'qmem://<bundled>/BuiltIn/led_r.png' ) ) )

I noted with AJAX client it does not works, while with IE PLUGIN does.

Is there any way to achieve it in Ajax ?

Attached you can see the print preview of the table ("pict_02.png").

In the "pict_01.png" file you can see the same table seen on the screen.

Many thanks in advance.

Best Regards

Andrea

1 Reply
agigliotti
Partner - Champion
Partner - Champion
Author

any solution or workaround ?