Author Topic: Busts until Final Table  (Read 913 times)

Mac_09

  • Newbie
  • *
  • Posts: 27
    • View Profile
Busts until Final Table
« on: February 01, 2013, 09:48:36 AM »
I want to display the number of busts needed until the final table.  I looked through the tokens and did not see one that would satisfy this.  Is there a way to derive this?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Busts until Final Table
« Reply #1 on: February 04, 2013, 11:23:15 AM »
Unfortunately I don't think there is.  Well, if you want to "hard-code" the final table size, then yes.

Assuming your final table has 10 seats:

<expression text="playersLeft - 10" format="number" precision="0">

The <expression> token was added in version 3, so this won't work in version 2.

I'll look into adding this as a legitimate layout token and/or conditions/formula variable.