January 13, 200421 yr Newbies I would like to insert text into a report based on a field value. For example: I want to place a merge field onto a report that is enclosed in parentheses. If that field is not filled out, I don't want the parentheses to show up. How can I insert the parentheses only when there is a value entered that field that the merge field refers to?
January 13, 200421 yr Why not use a text calculated field as your merge field ? Case(fieldA = X, "("& fieldA &")",fieldA)
January 13, 200421 yr Author Newbies I had thought of this, but I was hoping there would be an easier way because I have about 100 fields that I would have to do this with.
Create an account or sign in to comment