The Tournament Director Forums

Main => Help Me => Topic started by: supercoii on July 29, 2016, 11:56:14 AM

Title: How to display: buyins + rebuys
Post by: supercoii 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" ?
Title: Re: How to display: buyins + rebuys
Post by: Corey Cooper 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">
Title: Re: How to display: buyins + rebuys
Post by: supercoii on July 30, 2016, 12:17:54 PM
help a lot!!!!!!!!!

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

 :o