Page 1 of 1

WSDWBR gone wrong

PostPosted: Mon Apr 12, 2021 8:46 am
by rmarmolejo
Hey guys, II dont know why the invalid expression is popping up when trying to customize my first stat

Re: WSDWBR gone wrong

PostPosted: Mon Apr 12, 2021 11:46 am
by Flag_Hippo
You are using 'flag' instead of 'flg' for the river bet. This is also a boolean (either true or false) so the '> 0' shouldn't be used either so change:

cash_hand_player_statistics.flag_r_bet > 0

to:

cash_hand_player_statistics.flg_r_bet

Re: WSDWBR gone wrong

PostPosted: Tue Apr 13, 2021 7:50 am
by rmarmolejo
Thanks mate!

So it looks like this, (cnt_r_bet_wtsd_won / cnt_r_bet_wtsd) * 100, where:

Re: WSDWBR gone wrong

PostPosted: Tue Apr 13, 2021 12:34 pm
by Flag_Hippo
Yes that's correct.

highfalutin