Using contact images and organizational logos in Report Writer reports

Contact images and logos for your organization help identify your company to users and make reports unique.

Note: To learn how to replace a logo image, see Adding and replacing report logos.

Adding contact images to Report Writer reports

Adding contact images to Report Writer reports helps to personalize the reports and make it easier to identify people.

Do the following to add contact images to a Report Writer report:

Step 1 – Creating the business object and shortcut

  1. Go to RiSE > Business Object Designer.
  2. Locate and select the ContactProfileImage business object.
  3. Click Organize > Copy,then click Organize > Paste.The business object is created with the name Copy_Of_ContactProfileImage.
  4. Creating a copy the business object

  5. Open Copy_Of_ContactProfileImage for edit and change the name to AllContactsWithPicture.
  6. Click Save, then click Publish.
  7. Go to RiSE > Document system.
  8. Navigate through the following folder path: $/Common/Query Sources/Contacts.
  9. Viewing the $/Common/Query Sources/Contacts folder

  10. Click New > Shortcut and fill out the following:
    • Document Name: All Contacts With Picture
    • Note: This name is used in the formula inserted into the Report Writer report. If you do not use the same name, be sure to update the formula with the new name.

    • Related document: Select the AllContactsWithPicture business object from the $/Common/Business Objects folder.
    • Click OK.
    • Clicking OK

  11. Click Save.

Step 2 - Creating the contact image

The formula required in Report Writer to use contact images needs a valid image to properly function. If an organization does not have a contact image already, a blank image can be created and substituted.

  1. Create the blank image using any photo software, ensuring the name is BlankImage.png.
  2. Important! The blank image must be the same color as the background of the report you want to create and be 1 x 1 px. This is important when inserting the necessary formula to display the contact image.

  3. Go to RiSE > Document system.
  4. Click the images folder.
  5. Click New > PNG Image.
  6. Adding a new PNG image

  7. Select the BlankImage.png file.
  8. Click Upload.
  9. Uploading the PNG image

Step 3 - Inserting the contact image into Report Writer

  1. Go to Reports > Report Writer.
  2. Open an existing report, or create an ExpressView, Advanced Report, Chained Report, or Dashboard Report.
  3. On the cell you want to insert the contact image, right click and select Insert > Formula.
  4. Insert the following formula, keeping in mind the important notes below:
  5. LoadImage(If(LEN({All Contacts With Picture.Image})>0, {All Contacts With Picture.Image}, '[Client URL]/images/BlankImage.png'))

    Important! If you named the shortcut something other than All Contacts With Picture, be sure to replace both instances in the formula with the correct name. The name is case sensitive.

    Important! Replace [Client URL] with the URL of the website.

    Note: An error message will appear if your images in corrupted or contains bad data.

Adding organizational logos to Report Writer reports

Do the following to add organizational logos to a Report Writer report:

  1. Create a report. See the ExpressView, Advanced Report, Chained Report, or Dashboard Report documentation for more information.
  2. On the cell you want to put the logo, right click and select Insert > Formula.
  3. In the Search for Functions search bar, type LoadImage or go to Other > LoadImage.
  4. Click Add.
  5. Note: LoadImage() must be the outermost function in a cell. It may not be used inside conditional functions or nested in other functions.

  6. Click Financial entities.Logo and begin typing the name of your logo.
  7. Adding a logo to the report

  8. Click OK.