Can I re-order color rules?
I am attempting to assign cascading color rules to a data set. When the rules are created in the correct order they will cascade as expected. e.g. rule 1 = (if value = true then color = red) rule 2 = (if value = true then color = blue). In this case both are true resulting in a blue color because the 2nd rule returns blue.…