Jump to content

Recommended Posts

Posted

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:

Posted

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!

Posted

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!

Posted

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**">

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...