RulePoint
- RulePoint 6.1.2
- All Products
WHEN 3 transaction t WITH unique(t.Merch_ID) then response
WHEN 3 transaction t WITH unique(t.Merch_ID) AND sum(t.Purchase_Amt) > 500 then response
WHEN 2 stock s, 2 bond b WITH unique(s.symbol) AND unique(b.symbol) then response
WHEN 2 stock s, 2 bond b WITH unique(s.symbol, b.symbol) then response