I'm trying to set the focus of an agenda group within an .xls spreadsheet as part of an action:
drools.setFocus("$param");
I am getting a "expression drools.setfocus is not a type" error. Doing this in a drl file is fine, but seemingly not in a decision table.
How can I get around this?