Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to place a different photograph on every page of a QV report. Is there an object that holds a JPG photo (other than the one in the background of the dashboard sheet?
I believe most objects are capable as having an image as background, the most common thing is to use text objects for this kind of thing
Try texbox, set the size
Actually most objects can show JPG/PNG images/photos that can be dynamically changed and retrieved either via the load script or during run-time from URLs or Windows file-system.
The drop-down called "representation" that you find many places is usually set to "text" but could be changed to "image".
Text object you can go to the general tab and change the radio button in background to image and change to image required
you can load the images to qvw file if required using the
Bundle
LOAD * INLINE [
CustImg, Image
<String to identify the image>, <Filepath>\<FileName>
<String to identify the image>, <Filepath>\<FileName>
];
once you have loaded the image in the qvw file you can
use a text object
go to properties
general tab
in the Text box
='qmem://CustImg/<String to identify the Image>'
and change the representation to image