Jump to content

Search the Community

Showing results for tags 'simple if'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 1 result

  1. Trying to create a rule that substitutes different salutations, If Salutation is Present, it should be Salutation + Last name. If Salutation is not present it should default to First Name. If no first name is present it should default to "Friend" The first two functions work, but the "Friend" line does not. Just returns a blank value. if(Field("SALU") =="") return Field("First Name")+(",") else return Field("SALU" )+"" + Field("Last Name")+(",") if (Field ("SALU") & Field ("Last Name") & Field ("First Name") =="") return "Friend,"
×
×
  • Create New...