Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Format Rule: If a condition is met then format

I currently have a format rule that puts a red exclamation point next to the description in my table if [Date Approval Received] is +30 days. 

lstephens_0-1714392349318.png

This rule, however, needs a tweak for specific jobs with [Job Type] "PMs" so I duplicated the +30 rule and was going to add an additional condition to it like below

If [Job Type]="PMs" 

TODAY()>[Mo PM Due]+30

This is not working, so I need help! I also came to the realization that my first rule will still trigger for PMs contradicting the second!! 

Insite: When we receive approval for most jobs we want them done in 30 days but for PMs, we may receive the approval months before its actually due. I have a field [Mo PM Due] which is in date format so we can create the format rule on that.

 

 

Solved Solved
0 3 234
  • UX
1 ACCEPTED SOLUTION


@lstephens wrote:

[Job Type]="Quoted Job", "Service", "PM Repairs", "Annual Discrepancy Repairs", "Verification", "Training";


Here it is. You can not compare in that way a column value to a list of values. Thing you can do is using the command IN(). Look for that 

View solution in original post

3 REPLIES 3
Top Labels in this Space