RulePoint
- RulePoint 6.1.2
- All Products
count(event property1, [event property2],...)
Argument
| Required
Optional
|
---|---|
event property1
| Required
|
event property2
| Optional
|
WHEN votes v with count(v.florida, v.virginia) as result > 1000 then response with body=”${result}”
Event Property Value
| Description
| Result
|
---|---|---|
Event properties of Florida and Virginia for topic, votes
| Sums votes from Florida and Virginia from a single topic, votes, and sends response if it is greater than 1000.
| >1000
|