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.
However, if I want to add a base rule once the other cascading rules have been created, I am not able to move that rule up the list. It can only be added at the end as the last rule.
Is there a work around for this that doesnt require re-entering all of my rules?