Flag only when multiple facts match
In this article, you will find the rules document for flagging only when multiple facts match.
Before you begin
To learn how to access the rules page, refer to this
article.
Flag only when multiple facts match
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.
[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "labelCount",
"operator": "greaterThan",
"value": 0
},
{
"fact": "duration",
"operator": "lessThan",
"value": 5
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Labeled event is very short (under 5 seconds)"
}
}
}
]
}
]
Related Articles
Create match
In this article, you will learn how to create a match in the tournament management. Before you begin To learn how to access the tournament management page in SPAN sports performance analysis platform, refer to this article. To learn how to create a ...
Coding tips for writing rules
In this article, you will learn about the coding tips for writing rules. Before you begin To learn why rules are important in SPAN sports performance analysis platform, refer to this article. Coding tips for writing rules The coding tips for rules in ...
Delete match
In this article, you will learn how to delete a match in tournament management. Before you begin To learn how to access the tournament management page in SPAN sports performance analysis platform, refer to this article. To learn how to create a match ...
Multiple rules for a template
In this article, you will learn how to write multiple rules for a template. Before you begin To learn how to access the Rules page and view some rule examples for a template in SPAN sports performance analysis platform, refer to this article. ...
Update match status
Updating the match status is crucial to know whether the match is live, completed, or upcoming. In this article, you will learn how to update a match's status in the tournament management. Before you begin To learn how to access the tournament ...