Join Date: Oct 2015
Posts: 2,273
Hello,
Within the parentheses of functions, you can only use the names of plain stats, for example:
Value(VPIP) > X, where the function is Value(), and the plain stat is VPIP.
Plain stats are created using filters, while expression stats are created using formulas.
For this reason, you cannot specify the name of an expression stat within a function, as the expression cannot calculate itself.
To filter by WWSF, you should use the expression itself within the stat:
WonHandCases(Flop Any Action) / Cases(Flop Any Action) * 100 >= 40.