Like BR I am not sure I understand what your problem is. Perhaps some definitions will help.
A "composed" icon rule means that subsequent rules are evaluated even if the rule generates an icon. Rules that are not "composed" stop evaluation at the first rule that generates a a displayable icon.
These rules mean that all composed icon rules for a column *must* come before a non-composed rule, assuming you want the rules always to be evaluated. It could be that you do not want that. For example, you might want a rule set that sets the icon to "foo.png" under some condition. If that condition is false then you want to evaluate several rules to add one or more other icons. In this case the first rule would not be "composed" while the remaining rules might or might not be.
|