Hi Alex,
Sorry to keep coming back to this :(
Here's a new problem - as per the previous conversation, it seems that I
could use "collect" to get the items that I am interested in.
(let (RED (db 'nm '+TagVal "RED")
BLUE (db 'nm '+TagVal "BLUE"))
(setq L1 (collect 'v '+Tag RED RED 'itm))
(setq L2 (collect 'v '+Tag BLUE BLUE 'itm)))
(sect L1 L2) --> this is what I want
However, how would I do it in a QueryChart? Or is there something else I
should do here?
It looks like the step> method of QueryChart calls "prove" which tells me
that it can only do pilog.
Regards,
Kashyap