welby Posted January 30, 2006 Posted January 30, 2006 Hi, just getting to grips with FM 7 - but have come stuck on the dumbest thing. I have a field (Organisation) that is normally populated with Organisation titles. When it is blank I want to polulate it with three other seperate fields (Title) (FirstName) (Lastname) with spaces between each field. I have tried many combinations but can't get it to work! I tried this: If IsEmpty GetField (Title) and GetField (Firstname) and GetField (Lastname) I am frustrated as I know what I want to do but can't express it in terms that FM7 works with. Thanks in advance.
aaa Posted January 30, 2006 Posted January 30, 2006 Create Organization as Calculation field let it be YourField YourField=Case(IsEMpty(Organization),Title&" "&FirstName&" "&LastName,Organization ) Instead Organization in Layout put Yourfield
welby Posted January 30, 2006 Author Posted January 30, 2006 Wow, what a fast response! Thank you. I guess the moral of the story is to perform your complex calculations outside of the field. Thanks again.
Recommended Posts
This topic is 6936 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