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.

Changing Text Color

Featured Replies

I have a field that displays information calculated from a variety of other fields called "Listing Full". I would like the text within that field to change colors based on radio buttons from a field called "Verify".

I was able to creat a field ("Listing Verified Color") that gets the information entered into it to change colors based on the chosen radio button. This is a text field with an auto entered calculated value of -

TextColor ( Listing Verified Color ;

Case

( Verify = "Unverified" ;

RGB ( 150 ; 150 ; 150 );

Verify = "Verified" ;

RGB ( 0 ; 255 ; 0 );

Verify = "Unlisted" ;

RGB ( 255 ; 0 ; 0 )

))

-it works perfectly.

I was also able to create a field called "Listing Verified Info" that enters the result of the calculation from the field "Listing Full". This is also a text field with an auto entered calculation of-

GetField("Listing Full")

-it too works perfectly (I realize I can also use a calculation field but I am trying to combine the two calculations within one field so I needed to use a text field).

How do i combine the two calculations? I tried putting the GetField calculation before the TextColor calculation and it asks me to enter an operator.

I just want one field called "Listing Verified" that does it all. Is this possible?

Edited by Guest

  • Author

Forget it!

The target field specified after TextColor should have been "Listing Full". I made the change and it works perfectly now.

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.