Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Help With Field

Featured Replies

Hi All,

 

Having a problem and just can't get my head around it. 

 

I have a Field called 'Department' with a drop down box. In this field is different departments ie; Chemistry, Physics and so on..

 

What I'm trying to figure out is, I want something that when I select a department , lets say Chemistry for example. Is there a way for an abbreviation for 'Chemistry', ie; 'CHEM'  to show in another field ?

 

Thank you. :)

The abbreviation field could be a calculation field:

Case(
     YourTable::Department = "Chemistry"; "CHEM";
     YourTable::Department = "History"; "HIST";
     //etc
)

Or, if the abbreviation is always the first 4 letters of the department

Upper(Left(YourTable::Department; 4))
 I want something that when I select a department , lets say Chemistry for example. Is there a way for an abbreviation for 'Chemistry', ie; 'CHEM'  to show in another field ?

 

I would suggest adding (if you don't already have one) a table of Departments, with (at least*) fields for Name and Abbreviation. Then display the Abbreviation field from the related record in the Departments table.

 

--

(*) Ideally, you would use a DepartmentID as the matchfield, so that your relationship doesn't break if a department gets renamed.

  • Author

Sorry for replying late, but thank you very much. :)

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.