Combine a string match with a numeric check

Combine a string match with a numeric check

In this article, you will find the rules document for combining a string match with a numeric check.

Before you begin

To learn how to access the rules page, refer to this article.

Combine a string match with a numeric check

Notes
Note: This is a complete rules document. In the rules page, copy this JSON into the editor.

Info
[
  {
    "name": "json1",
    "operator": "any",
    "rules": [
      {
        "conditions": {
          "all": [
            {
              "fact": "primaryCategory",
              "operator": "equal",
              "value": "Interview"
            },
            {
              "fact": "duration",
              "operator": "greaterThan",
              "value": 300
            }
          ]
        },
        "event": {
          "type": "flagged",
          "params": {
            "reason": "Interview event exceeds 5 minutes"
          }
        }
      }
    ]
  }
]

    • Related Articles

    • 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 ...
    • 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 ...
    • 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 ...
    • Update match details

      Editing match details is important, as sometimes the time, venue, or format may change. In this article, you will learn how to update the details of a match in the tournament management. Before you begin To learn how to access the tournament ...
    • 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. ...