L
Leslie Isaacs
Hello All
I need to have some text in my document that depends on
whether the merge field 'type_name' starts with the
word 'NURS'. i.e if type_name is Nurse Practitioner or
Nursing auxilliary or Nurse locum etc etc etc I
want "clinical" otherwise I want "Administrative"
How do I do that? I have tried the help files, which
suggested nesting 2 if statements (so type_name>nt and
type_name<nv), but couldn't get it to work. Is there
a 'like' operator that I could use with a wildcard, so
something like
{IF {MERGEFIELD type_name} like "nurs"
& "*" "Clinical" "Administrative"}
Hope someone can help!
Many thanks
Leslie Isaacs
I need to have some text in my document that depends on
whether the merge field 'type_name' starts with the
word 'NURS'. i.e if type_name is Nurse Practitioner or
Nursing auxilliary or Nurse locum etc etc etc I
want "clinical" otherwise I want "Administrative"
How do I do that? I have tried the help files, which
suggested nesting 2 if statements (so type_name>nt and
type_name<nv), but couldn't get it to work. Is there
a 'like' operator that I could use with a wildcard, so
something like
{IF {MERGEFIELD type_name} like "nurs"
& "*" "Clinical" "Administrative"}
Hope someone can help!
Many thanks
Leslie Isaacs