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.

Status With Color

Featured Replies

Hello All!

Sample File Attached. I am having troubles getting this calculation to work properly.

I need to mark Assignment with:

Repetition #2 (Purple) if Assignment Status is “Working” and past due.

Repetition #1 (Gray) if Assignment Status is “Complete” and past due.

Calculation works except for the “Working” past due section.

Even if status field is marked "Working" calc results repetition #1 (Grey)

I do not know how to set the criteria for the Case function in this calc to look for days past AND status.

Please help, thank you for your interest.

Sincerely,

StatusByColor.fp7.zip

Case(

date_deadline - Get(CurrentDate) ≥ 7; GetRepetition(Home::colors; 5);

date_deadline - Get(CurrentDate) ≥ 3; GetRepetition(Home::colors; 4);

date_deadline - Get(CurrentDate) ≥ 0; GetRepetition(Home::colors; 3);

date_deadline - Get(CurrentDate) < 0 [color:red]and txt_status = "Working"; GetRepetition(Home::colors; 2);

date_deadline - Get(CurrentDate) < 0; GetRepetition(Home::colors; 1)

)

  • Author

:

Ok, the change from "Complete" to "Working" was a duh on my part. Oops, :

BUT!!! What is the difference between "&" and "And"?:???

This calc dose NOT work with the "&". Whoa.

Please, if you have a moment, explain.

THANK YOU for your help!

& appends two strings together:

  "ab" & "cd" -> "abcd"

"and" is a boolean operator:

  True and False -> False

  True and True -> True

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.