I’m trying to conditionally format [EMPLOYEE] only if their job has not been signed off on.
I’ve tried setting the format rule to say if [FINISH JOB] time is blank then format [EMPLOYEE] but the poblem is this rule is now applied to every [EMPLOYEE] field everywhere on the app.
How would I call the [EMPLOYEE] fields ONLY in the form results view (AKA - “LIST”)
Your recommendation seems to be useful in checking if views are present but I can’t manage to work out how to check a columns value inside a specific view and consequently formatting another column inside that same view only.
In short, I need to do this:
If column1 is blank in view1 then conditionally format column2 in view1. Also, would this be controlled under a new format rule?
It appears you already have a format rule setup that formats column2 according to column1, but you only want this formatting applied in specific views:
DC81:
How would I call the [EMPLOYEE] fields ONLY in the form results view (AKA - “LIST”)
Modify your existing format rule expression to include an expression that uses CONTEXT() to check whether the current view type is a “list”: