On Monday 23 April 2007 8:25:00 am rameshs wrote: > while getting back the value sof multislot (dept in the example) i am > getting back only the fact which has only one dept value.
Yes, because you're matching that slot with a single variable "?dp"; therefore that's what your query matches. To match any and all departments in the multislot, you need to use a multifield, like "$?dp". --------------------------------------------------------- Ernest Friedman-Hill Advanced Software Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://www.jessrules.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] --------------------------------------------------------------------
