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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Workbench - Make qlikview return a jpg [etc] of a graph, instead of interactive graph

I have code like

   <qww:QvObject ID="QvObject1" runat="server" ObjectType = "Chart" ObjectID = "CH37"

           QlikViewDocument="Data Visualization (Local)"

            QvAjaxZfcPath="http://JAP/QvAjaxZfc/" />

Is it possible to make it return just a jpg representation of the object, so as to speed up rendering??

thanks

Jake

5 Replies
Not applicable
Author

this question  is now critical as to how I continue with my project

Can someone please respond?

Brian_Munz
Employee
Employee

Unfortunately, I'm pretty sure the chart IS returned as a jpg.

imageChart.png

If you use firebug (or something similar) you can see that the chart is coming through as an image.  I had thought this was the case, so I wanted to check and make sure.

What version of QV are you using.

Not applicable
Author

Yea but e.g.

on firefox a graph i was testing takes 12 seconds to be presented

in chrome it takes a couple of seconds

so its the javascript processing on firefox thats slowing it down

I thought if it could just return a jpg it would reduce the javascript processing required and maybe speed it up?

Brian_Munz
Employee
Employee

Hmm that's interesting.  Is that the only thing running on the page?

Is this QlikView 10?

Not applicable
Author

Yea qlikview 10

Yes its a blank page just for testing this. Nothing else