Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Help with layout using various field data


This topic is 5745 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello,

I'm a complete beginner at this, my inquiry may be completely dumb..

I have a layout that is meant to printed.. it displays data from certain fields..

ie: Hello <>,

is it possible to add an additional field input ?, only if there is data in the second field?

ie: Dear <> and <>,

yet, if no data is in "field 2", then only field 1 is display... without the word "and" as well.

I know this might be very easy, but after searching I don't where to start..

Thanks for any help possible.

Posted

Welcome to the Forum.

Make a calculated field (Salutation) with the following calculation:

Case(

Not IsEmpty(LastName);FirstName & " " & LastName &":";

FirstName &":"

)

hth

This topic is 5745 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.