Badges
-
Hi,
How do you create badges for a specific stat value ?
Like if we want a badge to appear when someone let's say cbet and fold more than 50% on the flop
I guess it should look something like
If(Value(PFR-OOP Flop-FoldRaise))>50
But its not working, I just get a message saying result should be true or false.
Also the page on your site about badges doesn't show any example for that, neither does the expression syntax page.
Could you please tell me how to do that ?
Thanks
-
Just use the following Expression string:
Value(PFR-OOP Flop-FoldRaise )>50