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.

Using the Field Name in Calculation

Featured Replies

I would like to use the field name in a calculation. the Get(Active...) only displys information when the cusrsor is in the field. I would like the information displayed all of the time.

Example...

The field name is D101

Case (MoveSample::From="D101";TextColor("FROM";RGB(255;0;0));

MoveSample::To="D101";TextColor("TO";RGB(0;255;0)))

I would like to copy this field many times and only change the name of the field... not the calculation.

Edited by Guest

Hi, soswald16 !

Function GetField..... dont help?

If I am guessing correctly what you're doing, this should work for you:

Case (

Evaluate ( MoveSample::From ) = D101 ; TextColor ( "FROM"; RGB ( 255 ; 0 ; 0 ) ) ;

...

However, it would require the contents of each D-field to be unique.

Again, I am only guessing, but it looks like your D-fields should be separate records. This would make any manipulations much easier - see attached.

CellShuffle.fp7.zip

  • Author

GesField does not solve the problem. I am placing each field (D101, C205...) on a map to show locations. I can change the calculations to reflect the field name but would prefer to use the field name in the calculation. I seem to run into a need for this quite often so I am convinced that the wisdom of this forum can solve it.

Better example?

Field Name= C209

Case(

FromClassroom=[i want this to be the field name];TextColor("FROM";RGB(128;0;0));

ToClassroom="C209";TextColor("TO";RGB(0;102;0)))

Not this......^

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.