Ugh, I think I’m having a syntax issue. I have a rule that creates a highlighted purple pin if the city column = “cityP”. I only want this rule applied in the Maps View (not in the table or card view). When I use, CONTAINS([City], "cityP") for the format rule, everything works as expected. Then I try to limit the ViewType with
AND (CONTAINS([City], "cityP"), CONTEXT("ViewType")=“Map”) and the format rule no longer applies. What am I doing wrong?
Please post screenshots of the following:
-
The view where the format rule (without CONTEXT()) works as expected.
-
The complete expression of the format rule (with CONTEXT()) that doesn’t work.
-
The view where the format rule (with CONTEXT()) doesn’t work.
1 Like