How do I make a custom SGT filter to allow people with all their wins activated/no multiple wins that checks only the last 2 years?
So that if they broke these rules more than 2 years ago, they get a pass?

4 weeks ago*

Comment has been collapsed.

If you click the "following information" link on the SGT rules page it shows you all the variables and their types:

[Boolean] pass_activated_rule -> If the user pass the Activation check rule
[Boolean] pass_multiple_rule -> If the user pass the Multiple Wins check rule
[DATE] last_multiple_win -> date where the last multiple win infraction - e.g. last_multiple_win <= date_modify(date('now'), '-2 years')

So you can specify a date for the last multiple win, but not for all games activated since that is a simple true/false.

4 weeks ago
Permalink

Comment has been collapsed.

ah didn't know I could click that, thank you for all the info!

4 weeks ago
Permalink

Comment has been collapsed.

Closed 4 weeks ago by MarvashMagalli.