Hello,

Maybe I have overlooked something, but I couldn’t find a way to generate a simple rule from an excel decision table, where the left hand side contains no field constraints?

i.e.

rule “do we have cheese”

WHEN
            cheese: Cheese()
THEN
            RHS
End

Is there a way to achieve this?

Thanks in advance,

Martin