More than one condition in drools spreadsheet

36 views Asked by At

I cannot correctly compile the spreadsheet in drools The compiler say: [10,1]: [ERR 102] Line 10:1 mismatched input 'then' in rule "Basic_12" This is my table: enter image description here

I tried to change the condition to country==$1 and name==$1 but the compiler say: mismatched input '==' in rule "Basic_12"

I also tried to put $policy.country == $1 and $policy.name == $1 but remains

Note that the Object Types columns are merged as indicated in the documentation.

0

There are 0 answers