Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I basically need an address label.

I have the fields: firstName, lastName, address, city, state, zip

Instead of individually copying each field to an email i want to create a field that has all those fields already in it combined.

Is this possible through a calculation? i tried a merge field but for some horrible reason you cannot select its contents. This would be of great help.

Posted

Create a calculation field defined along the lines of

firstname & " " & lastname "¶" &

Case (not IsEmpty(address line1) & "¶"; "") &

Case (not IsEmpty(address line2) & "¶"; "") &

Case (not IsEmpty(address line3) & "¶"; "") &

[etc]

if you want the address on separate lines. Use comma and space instead of the pilcrow if you want the lines to run on

This topic is 5382 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.