Newbies SOSGirl Posted December 9, 2008 Newbies Posted December 9, 2008 Hi, It's been awhile since I've done any programming and that was on filemaker 6... so, I need some retuning. I have two fields, "First Name" and "Nickname" on a contact layout. I have a separate Letter layout. If there is a Nickname, on my Letter layout, I want the Nickname to override the First Name. So, I'm guessing I would need an override field with a calculation that if the Nickname field is notempty, then display it, else show First Name. I can't remember how to do that! Any help would be appreciated. Thanks!
Lee Smith Posted December 9, 2008 Posted December 9, 2008 Hi TexGal, and Welcome to the Forum Try this calc Case ( not IsEmpty ( NicName ) ; NicName ; First )
Recommended Posts
This topic is 5881 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 accountSign in
Already have an account? Sign in here.
Sign In Now