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.

Why is this calculation not permitted (and what’s the replacement)

Featured Replies

Get(CurrentLayout)::FieldName

 

Why can I not do this and what should I try instead?

The syntax for a fully qualified field name begins with the table occurrence name, which is not necessarily (or even usually) the layout name. Also, assuming that you're trying to build a calculation that will return the contents of a standardized field that has the same name in all your tables, you would need to be concatenating the the table occurrence name with the field name for an initial text result, and giving that text to the Evaluate or GetField function. A simpler alternative is to just use the GetField function:

GetField ( "fieldName" )

The GetField function will assume you mean to get that field from the current record, in the table occurrence the current layout is based on, so it's OK to leave the table occurrence name out altogether in this exception.

There is no function Get(CurrentLayout) for starters. Use Get(LayoutTableName)&"::YourField"

  • Author

points taken, thanks guys!

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.