Versions used: CR XI R2 and BOE XI R2.
I have images in the Crystal Repository, and I have added them to the Crystal reports so that when the reports run on schedule through BOEXIR2 the current versions of the images are used to create the new instances. This requires "hard coding" a new version of the same report just to select whichever image is needed (image for Client A vs. Client B). This results in multiple versions of the same report, the only difference being the image file selected from the Crystal Repository.
I am looking for some way to have the report check at runtime to see what value was entered for a parameter (or the value returned from a database field, etc.) to determine which image file from the Crystal Repository to use when rendering the report in BOE. (Ex.-if parameter is "ClientA" then image selected from the repository would be "clientA.jpg" ... if "ClientB" then "clientB.jpg" and so forth) So far, I cannot find any place to specify a variable to be used at runtime when selecting an image from the repository.
Question: Is it possible to use a parameter (or other method) to have a single Crystal Report reference the correct image file from the repository to display in the report?
I have images in the Crystal Repository, and I have added them to the Crystal reports so that when the reports run on schedule through BOEXIR2 the current versions of the images are used to create the new instances. This requires "hard coding" a new version of the same report just to select whichever image is needed (image for Client A vs. Client B). This results in multiple versions of the same report, the only difference being the image file selected from the Crystal Repository.
I am looking for some way to have the report check at runtime to see what value was entered for a parameter (or the value returned from a database field, etc.) to determine which image file from the Crystal Repository to use when rendering the report in BOE. (Ex.-if parameter is "ClientA" then image selected from the repository would be "clientA.jpg" ... if "ClientB" then "clientB.jpg" and so forth) So far, I cannot find any place to specify a variable to be used at runtime when selecting an image from the repository.
Question: Is it possible to use a parameter (or other method) to have a single Crystal Report reference the correct image file from the repository to display in the report?