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

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

Recommended Posts

  • Newbies
Posted

Hi, all,

Could someone point me to a solution - if there is one - as to how to get FMPro (I have version 5) to slide up when there's a blank space in the line? Example:

<<firstname1>> <<lastname1>>

<<firstname2>> <<lastname2>>

<<address>> etc

If there is no "name 2", I want <<address>> to slide up, eliminating the "name2" entry. However, it seems that the space between <<firstname2>> and <<lastname2>> prevents that sliding. However yet again, if I don't include the space, when there is a "name2", I get "MarySmith" instead of "Mary Smith".

Is there a workaround?

Thanks!

Ed

Posted

place a calc field lastname_display= if(lastname;" " &lastname;"") instead of field <<lastname>>

Posted

The problem is the carriage return between lastname1 and firstname2. The solution is to make a calculation field that builds the whole text block....

Firstname1 & " " & lastname 1 &

If(IsEmpty(lastname2), "",

"

  • Newbies
Posted

Thanks for the posts, guys. I adapted the first one (had to use commas instead of semicolons as follows: if(lastname2 <> "", firstname2 & " " & lastname2).

That worked fine, and I re-edited the other fields the same way.

Again, thanks much for your help.

Ed

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