Filter Types

At the beginning when creating a filter, you have the option to choose what type of filter it will be. Each has a slightly different function and will behave when selecting matches.

Let's describe them.

Whole Match

Basic filter type, which takes statistics from entire match.

Match example:

  • Barcelona vs Real madrid
  • Minute: 56
  • Score: 2:2
  • Attacks: 56:63
  • Dangerous attacks: 26:36
  • Shots on target: 10:8

If you put into filter condition:
Dangerous attack of home team needs to be greater or equal to 22. It will pick the match because it is valid condition.

Second Half

This filter type will take only stats from second half.

Match example:

  • Barcelona vs Real madrid
  • Minute: 56
  • Score: 2:2
  • Score second half: 0:0
  • Attacks: 56:63
  • Attacks second half: 18:16
  • Dangerous attacks: 26:36
  • Dangerous attacks second half: 10:11
  • Shots on target: 10:8
  • Shots on target second half: 2:1

If you put into filter condition:
Dangerous attack of home team needs to be greater or equal to 22. It will NOT pick the match because it is NOT valid condition. Home team has in second half only 10 dangerous attacks.

Since Last Goal

This filter type will ignore overall stats and start count stats only from last goal scored. You can even select if you want stats from last goal scored by Home team or Away team.

Match example:

  • Barcelona vs Real madrid
  • Minute: 56
  • Score: 2:2
  • LAST GOAL SCORED in 52 minute of match.
  • Score since last goal: 0:0
  • Attacks: 56:63
  • Attacks since last goal: 6:7
  • Dangerous attacks since last goal: 26:36
  • Dangerous attacks since last goal: 2:1
  • Shots on target: 10:8
  • Shots on target since last goal: 0:0

If you put into filter condition:
Dangerous attack of home team needs to be greater or equal to 22. It will NOT pick the match because it is NOT valid condition. Home team has since last goal only 2 dangerous attacks.

Last Minutes

This filter types will ignore all the stats and take only the stats for the period you will pick.