Search titles only
By:
Home
Forums
New posts
Search forums
Articles
New articles
New comments
Search articles
Pinball DB
Pinball Tables
Pinball Games
What's new
New posts
New articles
New profile posts
New article comments
Latest activity
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Welcome Back to Digital Pinball Fans -
please read this first
For latest updates, follow Digital Pinball Fans on
Facebook
and
Twitter
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
New! An editable TPA scorecard to share online
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Tann" data-source="post: 211129" data-attributes="member: 2327"><p>Yep, I didn't think that FS would have ever released the leaderboard master data. But they did it, kudos to them.</p><p></p><p></p><p></p><p>Yes, it would be easy to implement. Something like re-using the data in the rank column:</p><p></p><p>1st formula:</p><p></p><p>[code]=VLOOKUP(I6-1;Data.A1:E2000;3;0)[/code]</p><p></p><p>Vertical search for your rank-1 (and -2, -3, etc. if needed), in the hidden Data sheet (2000 lines for Totan), value of the 3rd column (Score).</p><p></p><p>or</p><p></p><p>[code]=SUMPRODUCT((Rank=I6-1)*(Table="Tales of the Arabian Nights")*Score)[/code]</p><p></p><p>Same formula than your score extraction, but with a different array (rank-1 instead of your player ID)</p><p></p><p>I don't know which formula induces a faster calculation time (my two cents on VLOOKUP). I have to test it.</p><p></p><p></p><p>I could also extract the player ID ranked above you, by modifying the column number:</p><p></p><p>[code]=VLOOKUP(I6-1;Data.A1:E2000;2;0)[/code]</p><p></p><p>I think I could add all that stuff in a new sheet, named "Comparison" or something like that, with the better score on each table, and the 5 scores above you.</p><p></p><p></p><p></p><p></p><p>No, as the Challenge data are not in the .csv file provided by Farsight. Maybe we could ask FS if they can build it too and post it on the official website?</p><p>Fields that still need a manual filling: Goals, Challenge Data, Tournament Ranking.</p><p></p><p></p><p></p><p></p><p>Nice, thanks. I will add it for the next release.</p><p></p><p></p><p></p><p></p><p>Actually, you can check all the HOF scores for each table by pointing your mouse on the upper-right corner of the "HOF points" title cell on each Season card (the tiny red square for the tooltip is masked by the red color on the Season 1 sheet, so it can be easily missed.)</p><p></p><p>At first, I wanted to insert a tooltip in each HOF cell, but once converted to PDF, there are ugly little icons everywhere. </p><p></p><p>The other problem is that I have not much room remaining. I still can split the Score column, but I keep that for the incoming new difficulty setting, which will have its own leaderboards data (so I will need another "Rank" column, let's say "Rank Hard Difficulty"</p><p></p><p></p><p></p><p>Oops, thanks! I will fix it too.</p><p></p><p>Thanks for your feedback. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Tann, post: 211129, member: 2327"] Yep, I didn't think that FS would have ever released the leaderboard master data. But they did it, kudos to them. Yes, it would be easy to implement. Something like re-using the data in the rank column: 1st formula: [code]=VLOOKUP(I6-1;Data.A1:E2000;3;0)[/code] Vertical search for your rank-1 (and -2, -3, etc. if needed), in the hidden Data sheet (2000 lines for Totan), value of the 3rd column (Score). or [code]=SUMPRODUCT((Rank=I6-1)*(Table="Tales of the Arabian Nights")*Score)[/code] Same formula than your score extraction, but with a different array (rank-1 instead of your player ID) I don't know which formula induces a faster calculation time (my two cents on VLOOKUP). I have to test it. I could also extract the player ID ranked above you, by modifying the column number: [code]=VLOOKUP(I6-1;Data.A1:E2000;2;0)[/code] I think I could add all that stuff in a new sheet, named "Comparison" or something like that, with the better score on each table, and the 5 scores above you. No, as the Challenge data are not in the .csv file provided by Farsight. Maybe we could ask FS if they can build it too and post it on the official website? Fields that still need a manual filling: Goals, Challenge Data, Tournament Ranking. Nice, thanks. I will add it for the next release. Actually, you can check all the HOF scores for each table by pointing your mouse on the upper-right corner of the "HOF points" title cell on each Season card (the tiny red square for the tooltip is masked by the red color on the Season 1 sheet, so it can be easily missed.) At first, I wanted to insert a tooltip in each HOF cell, but once converted to PDF, there are ugly little icons everywhere. The other problem is that I have not much room remaining. I still can split the Score column, but I keep that for the incoming new difficulty setting, which will have its own leaderboards data (so I will need another "Rank" column, let's say "Rank Hard Difficulty" Oops, thanks! I will fix it too. Thanks for your feedback. :) [/QUOTE]
Verification
Post reply
Members online
No members online now.
Home
Forums
Farsight Studios
The Pinball Arcade / Farsight Studios
New! An editable TPA scorecard to share online
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top