I can't get a simple rule validation to work.
I'm checking a field to see if it is greater than 0, if it is greater than zero than a value has to be populated from the drop down list.
The behavior is that when the field is > 0 than the drop-list shows an "*" so that a selection is required - that part works correctly.
The problem is that as soon I select a selection other than the default that has no value, a red dotted line appears around the selection and no matter what selection I make I get the same thing and the form can't be submitted.
Here is what the form, rules and result looks like. Simple validation but can't figure out why it doesn't work.
ENTER VALUE > 0 MAKES REASON FIELD REQUIRED (this is correct behavior)
MAKE A SELECTION THAT HAS A VALUE OF "VAC" and it still says "FIELD CANNOT BE BLANK"
HERE IS THE VALIDATION RULE

