Formula for Anonymous in Crystal

Options

Comments

  • Kristie David:

    a

     If {Anonymous} = "Yes" then {DonorName} else "Anonymous"

    or something like that, using the actual field names.

  • Josh Bekerman:

     If {Anonymous} = "Yes" then {DonorName} else "Anonymous"

    or something like that, using the actual field names.

    Josh, Don't you actually mean

    If {Anonymous} = "No" then {DonorName} else "Anonymous"

    or

    If {Anonymous} = "Yes" then  "Anonymous" else {DonorName}

  • Melissa Graves:

    Josh, Don't you actually mean

    If {Anonymous} = "No" then {DonorName} else "Anonymous"

    or

    If {Anonymous} = "Yes" then  "Anonymous" else {DonorName}

     Oops, yes.  Thanks.

  • Josh Bekerman:

     Oops, yes.  Thanks.

    Keeping eachother on our toes :)

Categories