DataProcessor with two validator events

Hello,

I want to add two validator events, a validator with marks and a validator with messages like in the samples , to a DataProcessor. Each on its own works fine, but if I combine them together, nothing happens.

Can anybody help me or give me a hint?

Regards, Leftiman

Currently only one rule per column is supported by dataprocessor. When you adding second rule to the same column, first rule will be lost.