kingreigns wrote:Sorry about the slow reply hows this:
cbet river
AND
(Flush draw on flop using two hole cards) OR (flush draw on flop using two hole cards flush draw strength any flush draw strength)
AND
NOT(made flush on any street) AND (made flush on any street using hole cards filter using two hole cards)
This won't work correctly.
1. (Flush draw on flop using two hole cards) OR (flush draw on flop using two hole cards flush draw strength any flush draw strength)
You should remove the first part of this if you want the flush restrction in the second part to apply.
2. NOT(made flush on any street) AND (made flush on any street using hole cards filter using two hole cards)
This will never be true - you can't "not make a flush" AND "make a flush".
If you actually have "NOT (made a flush OR made a flush using 2 hole cards)" in your filter then the the first part should be removed if you want the "using two hole cards" part to apply).
In your follow up post you again need to remove the more general part of the first filter or the second more restrictive part of the filter won't be applied.
Check out the
Filters Guide for more information on grouping and ungrouping filters.