Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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 ?