Author Topic: Remove decimals from points and score  (Read 1172 times)

rakrul

  • Newbie
  • *
  • Posts: 37
    • View Profile
Remove decimals from points and score
« on: September 24, 2020, 04:06:11 PM »
Seems like an upgrade removed my Stats profiles. I only use one, so not a big problem. A small annoyance now is that the points are shown with 2 decimals and score has 4 decimals but I need none. So my points formula is
sum(Points))
and my (Overall) score formula is
sum(top(6, ListPoints))

So I tried to change to
round(sum(Points))
and
round(sum(top(6, ListPoints)))
as, according to the highligh-tip, if there's no second parameter it will assume zero and convert the first to integer. That's what I want but it doesn't change anything, I still get 2 and 4 decimals. I guess in my case sum() might be a list? I also tried int() instead of round() but it doesn't seem to exist.

rakrul

  • Newbie
  • *
  • Posts: 37
    • View Profile
Re: Remove decimals from points and score
« Reply #1 on: September 25, 2020, 10:59:09 AM »
Hmmm, seems like all my preferences are gone. Hotkeys are back to default, I'm uploading tournament stats to a server - that's gone as well, etc. There has been some windows updates since I last used this in July and I've removed my gfx card, but I doubt the latter matter.

Edit: Figured it out. You can define decimals in Preferences -> Currency / Numbers.
« Last Edit: September 25, 2020, 11:03:08 AM by rakrul »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Remove decimals from points and score
« Reply #2 on: September 29, 2020, 09:05:46 AM »
You've probably gotten all your prefs back to the way you like them by now, but just in case...

There's no telling what happened to your prefs.  Updates won't touch them.  They only replace the code bits.  Usually if your preferences are "reset" it's because the application was unable to load them, and so it simply creates a new set of preferences from the default values.  When this happens, the TD app will first make a copy of the existing preferences file that it is unable to load, giving it a new name with a timestamp in it.  Then it will create the new preferences file.  This is really only good for troubleshooting, but sometimes I've been able to salvage them.

You'll find your preferences file in your "Documents" folder.  Open up Windows File Explorer (press your E key while holding down the Windows key on your keyboard).  In the location bar, type the word Documents and then press the Enter key.  Next look for the folder named "The Tournament Director 2".  Open it.  Inside here you should find a file named "prefs.sav".  If you see another file named something like "prefs.sav.20200929-090258", then you'll know this happened at some point.  That's the file that the TD was unable to load.  If you've not gotten your prefs back to the way you wanted, you can send that file to me and I can take a look.

Also, when the TD is unable to load your preferences, you should receive an error msg upon startup of the application saying "There was a problem loading your preferences." (along with an error message).  If you've never run across that, then I suppose it is possible *something* other than the TD moved or deleted your preferences file.