Zum Hauptinhalt gehen

Coded Value - Report Writer

Kommentare

2 Kommentare

  • Permanently deleted user

    Read some additional forums responses and have enabled the enhancement proxy and have selected "Resolve Coded Domains"

    Community.Name()

    Although I do get the correct values displaying in my report, I need to add some text before and after the field name.

    Any idea how this is done?

    Walter

    0
  • Permanently deleted user

    According to documentation I've read, in the Report Writer for a text box bound to a datafield, and in this case it's a domain value ie. COMMUNITY.Name(), you should be able to add text values before and after the associated field. So, the following examples should work:

    = "I live here" + COMMUNITY.Name()

    or

    = COMMUNITY.Name() + " is where I live"

    But for some apparent reason, the field "COMMUNITY.Name()" does not allow it be treated as such and causes errors in the report.

    I'm trying to string text and this field together to be displayed in the report in one line.

    The domain name has been exposed by applying the enhancement proxy and checking off the "resolve coded domains"

    Any ideas?

    Walter

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.