Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - cchur236

Pages: [1]
1
Help Me / Yet another points debacle I messed up on
« on: July 16, 2014, 10:37:12 PM »
So, I have my individual tournament points set as follows:  n - r + 1 + if(r == 1, 3)+ if(r == 2, 2) + if (r == 3,1).  That is 3 bonus points for 1st, 2 bonus points for 2nd and 1 bonus point for 1st.  At the buy-in you automatically get 5 points for playing, so in a 31 person tourney we just ran, the person knocked out first got 6 points (5 for playing plus 1 for last place).  2nd person knocked out got 7 pts, 3rd person 8 pts...3rd place got 35 points, 2nd place got 37 points and 1st place got 39 points.  These are all correct and all the points for each of the 6 tournaments we have run all calculate correctly for each tourney.  

Now the problem.  On the stats screen, I run the 'refresh' and get all my results for all players in each individual tourney which is great.  All values seem to be in line.  The column 'Sum' totals all the finishes for all of the tourneys.  I want to drop the worst score so I have this formula in the 'Overall Scores' sum(top(5,scores))  Since I have run 6, I just want to use 5 for now.  After the next tourney I will take top 6 of 7 and change it to sum(top(6,scores)).  in the columns, the Overall Scores are all wrong.  Some are off by 5 points, some by 1, but none seem to be spot on.  

Two questions, should I have anything in the 'Create Tournament Scores using formula' box since each tournament already calculates the proper scores using the first formula above.  Second, even though when I go into 'edit' on the 'Create Overall Scores' box, the "sum(top(5,scores))" shows up when the popup box appears.  The actual 'statistics Profile' page shows in the 'Create Tournament Scores using formula' the following:  "1 Formula".  It does not show the "sum(top(5,scores))".  

Sorry for the long post.  My brain is fried.



2
Help Me / Error occured in Script, 'Bootstrap'. Cannot start TD3
« on: April 13, 2014, 08:34:18 PM »
Finished up our tourney last night.  Saved it one last time.  Shut down TD3, closed my computer lid.  Opened up my computer the next day to export results of the tourney and keep getting the following pop up error:

"Script error"

An error has occurred in the script on this page.

Line: 44

Char: 9

Error: 'Bootstrap is undefined'

Code: 0

URL: c:\program files...directorFS.hta

My computer did automatically download a adobe update today but that is the only thing different from when I ran TD3 last night.

3
Help Me / Top 4 of 5 tourney's formula not working
« on: August 28, 2010, 04:22:11 AM »
I have used TD for a while now and for some reason, up until now, this formula:   sum(top4 scores)
is not working.  We play 5 tourneys and take the top 4 finishes out of the 5 total tourneys.  The 'Points' column adds up all 5 finsihes and the 'Overall scoring' shows all 000 for every player.  can not get it figured out.

4
Help Me / Brain freeze with points
« on: April 28, 2008, 08:17:25 PM »
We do a pretty standard (n-r+5) point structure for our league so everyone gets at least 5 points for playing.  This season I want to pay bonus points for finishing in the money.  For example, with 30 people, 30th place gets 5 points and 1st place would get 34.  4th, 3rd, 2nd and 1st are in the money.  I would like to give 1 bonus point for 4th, 2 bonus points for 3rd, 3 bonus points for 2nd and 4 bonus points for 1st.  I believe I may be overthinking this.  How would I add these bonus points to the formula?

Pages: [1]