On a folder i store a few logos that i would like to upload in my report depending on the value i select in my parameter field "Company". How can i do it?
If your logos are constant and you want to select different logos for different conditions then do either of these..
Insert a picture on your report -> right click it and select format graphic -> click formula button beside graphic location on picture tab and then write the conditional formula (If-Then-Else or Select Case)
for ex:- if {Cust.country}="USA" then "C:\US.jpg"
else if {Cust.country="Canada" then "C:\Canada.jpg"
OR
Insert the pictures on the section you want to display and then conditionally suppress that section...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.