I don't have a test server to try this, so maybe someone could test it for me or maybe someone has tried this before... I want to create a rule that counts the number of rules that have a score and add my score. I don't want to count the total score. Can I use !! instead of the rule name.

I may not have explained it well, so here's an example. I want at least 3 out of 5 rules to pass before adding my 5 points.

#(!!1.25) = true = 1? in SA
meta MY_RULE (!!RULE_ONE + !!RULE_TWO + !!RULE_THREE + !!RULE_FOUR + !!RULE_FIVE >= 3)
score   MY_RULE   5

instead of the following, because the total score would be counted
meta MY_RULE (RULE_ONE + RULE_TWO + RULE_THREE + RULE_FOUR + RULE_FIVE >= 3)

Thanks in advance,
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.

Reply via email to