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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamically update Text object background image

Hello,

I'm integrating R to QlikView. R will output a result plot to a png file.

A text obj is initiated in a QlikView report and its background image is referring to the png file exported from R.

This is the way how I bring the R result plot to QlikView report.

A button obj is created, and the action is to execute a macro in which the R is called.

What macro code I can use to update the text obj so that the latest png file will be used.

Thanks,

Josh

4 Replies
vardhancse
Specialist III
Specialist III

vardhancse
Specialist III
Specialist III

Hi,

In general, will give the png file location to the text objects to display image as a Back Ground.

So for every reload, it will fetch the image form the folder.

Anonymous
Not applicable
Author

Thank. That's what exact I did, but the problem is that the report has a big table. It takes long time to reload.

I just want to update the png file, not rest of the table or data.

MarcoWedel

can you post a sample application to test with?

thanks

regards

Marco