Hi all,
Three days into a four-day J70 event I was told that my scoring of their Corinthian sub-fleet was incorrect. I was aliasing the Corinthian fleet, then scoring as fleets. That caused the Corinthan fleet to score separately. For example, if the first Corinthan finisher was 10th overall, his score in the separate fleet was 1 point instead of 10. I didn’t believe it when the class president told me it was wrong, but after researching class rules, I found he was correct:
I.4 CORINTHIAN DIVISION
Regatta organizers will present awards for a Corinthian division. To be considered as a
Corinthian team, Class Rule C.3 is modified so the entire crew, including the
owner/driver, shall provide proof of a valid World Sailing Group 1 classification at the
time of registration. The Corinthian division shall be scored as a sub-division of the
whole fleet using the competitor’s actual scores.
So, I was forced to publish twice every time I got race results, one overall, and one scoring overall, then separating the divisions and publishing only the Corinthian fleet. Lots of opportunity for mistakes! I tried keeping the aliases and just separating by fleet, but that counted the aliased competitors twice. I sure heard about that one!
I did find an example of this sort of scoring being done on Yacht Scoring. I don’t actually know how they did it.
So, I guess I’m making a feature request, Jon! I guess this would be done using aliases, but I want to be able to use the scores from the overall group. Jeez, it’s hard to explain this, I can’t imagine how hard it would be to code (or write help files for!).
Thanks guys, and particular thanks to Huw for taking the extra time to help me get the ISAF stuff sorted out. This is a great community of folks.
TIA,
Andy
The only way I’ve done is by scoring and publish the results twice:
- Select all competitors as one group and publish all of them
- Select all competitors as one group and Sort results by field after scoring Enter your scoring field (Corinthian sub-fleet in your case) Publish just your Corinthian division
Peter
Yeah, that’s the process I described. As I said, it works, but you end up with separate score sheets, and you have a process that is prone to errors.
Hi Andy - Normally when they score it this way most sailors are used to them being just published in line. You can make it easier for them by adding a column with say an X in that they can easily see and count down. If you want you can publish as Peter suggests. But I normally only do this after the final race, and the SWPize program will happily pick them out and list them in the prize lists.
If you really wanted to print a position for them you could do something like the X in a column suggested above and then use an effect (Javascript) to replace the X with their position
Jon
Great advice. Thanks Jon.
Hi Andy & Jon,
Just had a thought of another way, but not as automatic as an effect would be.
Use the “Seed competitor” tool to set a rank for Corinthian tagged competitors; in a separate column of course, perhaps labelled “Corinthian rank”
I have used this to create a regatta rank column when final series have gold, silver, bronze etc fleets.
Kind regards,
Huw
Interesting! I’ll definitely have to give it a try.
I was thinking about seeing if I could do something in PHP. Could use html.resultswiz() to load an array, then select the competitors I want to show.
Maybe I’m overthinking this…
Andy
Okay, this thread is a year old, but I was faced with the same issue this week, and thought I’d try a few things. Ultimately I came upon a solution that did just what I wanted, which was to print the results of the overall fleet, and the sub-fleet on the same set of results, scoring the sub-fleet using their overall points.
Here’s what I did:
- Alias the sub-fleet.
- Create a new column. In my case, I used the “fleet” column.
- Since I wanted two sets of results for “Overall” and “Corinthian” I named the aliased competitors “Corinthian” and the original list (which includes Open and Corinthian), “Overall”. You can use “Set Competitor Field” keyed off “Alias > 0” to set the sub-fleet all at once, and “Alias = 0” to set the overall fleet.
- Score the series, checking “Sort results by fleet after scoring” using “Fleet” as the sorting key.
- Publish. You’ll get one set of results for just the subfleet, using their original points, and another set for the entire fleet.
Here’s an example: Sailwave results for J70 Copa Mexico 2023 at Vallarta Yacht Club 2023
I hope this helps someone!
LOL. NEVER MIND! That didn’t fix it either, as scoring took the orignal and the alias as two competitors with the same score and applied tie breakers to them, so the points count, after scoring, it wrong.
Oh well, I guess I get to just keep publishing twice!