Author Topic: How to display: buyins + rebuys  (Read 880 times)

supercoii

  • Newbie
  • *
  • Posts: 4
    • View Profile
How to display: buyins + rebuys
« on: July 29, 2016, 11:56:14 AM »
Hi Corey,

our tournament buying money= rebuy money
i want display :    "  alive players / total buyings+rebuys"

is there a token like = "buyings + rebuys" ?

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: How to display: buyins + rebuys
« Reply #1 on: July 29, 2016, 04:30:03 PM »
<players> will display the number of players currently in the tournament

<buyins> will display the number of buy-ins

<rebuys> will display the number of rebuys

To display a computed value, use the <expression> token.  It takes a formula, computes the result, and displays that.  Examples:

<expression text="buyins + totalRebuys" format="number">

<expression text="playersLeft / (buyins + totalRebuys)" format="number" precision="1">

supercoii

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: How to display: buyins + rebuys
« Reply #2 on: July 30, 2016, 12:17:54 PM »
help a lot!!!!!!!!!

Thanks!!!!!!!!!!!!

 :o