Looking for a way to tag a machine for a certain level of an applicablity.
We have a series of fixlets that have relevance for a certain client setting value. Level 1, Level 2 and Level 3 with the options to add additional levels later. That is the trick, all higher levels include all lower levels and if we add a new level, we dont want to have to go back and change the relevance.
Currently, I would have to change the relevance for each new level. Here is what we started with…
exists setting "EM-H2-LVL" of client AND value of setting "EM-H2-LVL" of client as string = "Level 1" OR value of setting "EM-H2-LVL" of client as string = "Level 2" OR value of setting "EM-H2-LVL" of client as string = "Level 3"
Also, I would prefer to get rid of the “OR” “OR” or “OR”. 
Any system in level 3 would need to be relevant to all lower levels fixlets as well (Level 1 and 2)
Any way to make the relevance sleek and efficient?