RulePoint
- RulePoint 6.1.2
- All Products
WHEN 1 news n WITH n.tagline contains "days" then response
WHEN 1 news n WITH n.tagline contains watchlist:myList then response
WHEN 1 news n WITH n.tagline contains mySet then response
WHEN 1 news n WITH watchlist:myList contains n.tagline then response
WHEN 1 news n with sqlQuery(n.id) contains watchlist:myList then response
WHEN 1 news n WITH watchlist:myKeywords contains n.tagline then response
WHEN 3 news n WITH n.tagline contains Watchlist:myItem then response
WHEN 3 news n WITH n.tagline contains Watchlist:myList then response
WHEN 3 news n, 3 Stock s WITH n.tagline contains s.symbol then response