Guest Posted September 3, 2021 Posted September 3, 2021 I tried the following, it works for HTML output in InfoAssist. I added a Define to the Master file (you would do this for each master your users were reporting from and wanted to do a logo). I assume everyone has this image automatically with installation. DEFINE wflogo/A50 = '<img src=/ibi_apps/ibi_html/web.gif>'; $ Then the user in InfoAssist does these two things: 1. Click the Procedure settings button and set HTML Encode to Off You may be able to default this setting in the Administration Console, so the user doesnt have to, however, this may have unintended consequences with other reports. 2. In Report | Header & Footer reference the Defined field. The report output looked like this for me:
Debra Waybright Posted September 3, 2021 Author Posted September 3, 2021 Is there a way to add an image or logo to a report from within InfoAssist I can do it in code, but I have users who only work with InfoAssist who want to do this. Or do I need to put it in a style sheet they can select We are still on 8203 but are testing 8207 in case that makes a difference. Thanks!
Debra Waybright Posted September 7, 2021 Author Posted September 7, 2021 Having to put a define field in all the master files is not ideal but I suppose we could do add it to the most widely used ones. I will give it a try. What about PDF output, though That is the output format most of my users choose. Thanks!
Debra Waybright Posted September 7, 2021 Author Posted September 7, 2021 I was not able to get this to work. I get a broken image icon on the report and when I right click on it and choose load image, nothing happens. I tried in both 8203 and 8207.
SATHEESH B Posted September 10, 2021 Posted September 10, 2021 david.beagan: and set HTML Encode to Off It seems like image path wrong. image stored in app folder ( Add approot/ Prefix and path of your image) /baseapp/images/co_logo.gif <img src="approot/**baseapp/images/co_logo.gif**"> image stored in content folder ( add /ibi_apps/wfirs/IBFS/WFC/Repository/ as prefix and add your image path) ADSU/style/adsu_digital.png <img src="/ibi_apps/wfirs/IBFS/WFC/Repository/**ADSU/style/adsu_digital.png**">
Debra Waybright Posted September 10, 2021 Author Posted September 10, 2021 Satheesh, I saved the image file in the repository and set the path to its new location and that worked. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now