Should the new dot notation work in a defquery? I get an "No such slot"
error message.
(deftemplate has (slot categoryName) (slot servicedate) (slot location)
(slot invoice) (slot deptName))
(defquery query_10
?h1 <- (has (categoryName "OT") )
?h2 <- (has {categoryName == "ST" && h1.categoryName != categoryName})
)
--
View this message in context:
http://www.nabble.com/Dot-Notation-in-a-defQuery-for-7.1b1-tp15413127p15413127.html
Sent from the Jess mailing list archive at Nabble.com.
--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------