Printing memo field from employee setup...

SOLVED

I'm using Crystal Reports, i would like to print out the memo field from custom fields for any employees who have a memo entered?

"PRM_MASTER__EMPLOYEE__CUSTOM_FIELDS" is the table

and 

"Employee_Custom_Flds_Nots: Memo" is the field

This is not a browsable field in Crystal Reports and if I just add tghe field to a report it prints nothing.

Thanks

V

Parents
  • +1
    verified answer

    Knowledgebase Solution: 24722 might also be helpful. Here is the contents of that article:

    Cause

    The join type to the custom field table is an Inner join. This join type will return no data to the report if there is no value in the custom field.

    Resolution

    Change the join type to Left Outer:

    1. Go to DatabaseDatabase Expert.
    2. Select the Links tab.
    3. Click on the join line to select and click Link Options.
    4. Select Left Outer Join and click OK.
    5. Click OK to close the Database Expert window.

    -
    ArtMinds
    Senior Independent Consultant
    Pasadena CA

Reply
  • +1
    verified answer

    Knowledgebase Solution: 24722 might also be helpful. Here is the contents of that article:

    Cause

    The join type to the custom field table is an Inner join. This join type will return no data to the report if there is no value in the custom field.

    Resolution

    Change the join type to Left Outer:

    1. Go to DatabaseDatabase Expert.
    2. Select the Links tab.
    3. Click on the join line to select and click Link Options.
    4. Select Left Outer Join and click OK.
    5. Click OK to close the Database Expert window.

    -
    ArtMinds
    Senior Independent Consultant
    Pasadena CA

Children