Jump 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.

Change Field Color based on Value list Text (example) RH -Green Field

Featured Replies

  • Newbies

I work for a Performing & Visual Arts School for the Disabled.

Some cannot read so we use color dots & initials (RH,ST)instead of numbers on a name tag to indicate which classroom they are to go to (10 classes per week.

How can I: 1)Change the color of a field by using a Value List.

2)Make the field look like a colored dot.

Can you help? Thanks

There are a few ways to do this. Basically, you create your colored dots or any other graphic that you want, and paste them into container fields. If you have ten different colored dots, you can paste them into 10 different global fields, and then use a calculated field (with a container result) using a case function to pick the right one like this:

case(

MyData = 0,gBlack,

MyData = 1,gBrown,

MyData = 2,gRed,

MyData = 3,gOrange,

MyData = 4,gYellow,

MyData = 5,gGreen,

MyData = 6,gBlue,

MyData = 7,gViolet,

MyData = 8,gGrey,

gWhite)

where gBlack, gBrown, etc. are the global conainer fields where you pasted the dots.

  • Author
  • Newbies

Hi Bob, Will I need to make 10 calculated fields to display all the color dots for each student? I am really green and still so much to learn. The dots on the name tags Mon AM & PM, Tues AM & PM, Wed AM & PM, etc for each student will correspond with the location of the classes the student takes.

Create an account or sign in to comment

Important Information

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

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.