I have a template that implements a property that holds an list of values. For example: {{MyTemplate |has Users=User:Tom, User:Jane, User:Mike }} I'd like to write an #ASK statement in another page that finds all pages where "User:Jane" is NOT one of the values of "has Users" .. the following SMW ASK statement does not work: {{#ask: [[has Users::!*User:Jane*]] }} how to I write an ask statement that successfully involves a "property value does not contain " Thanks!