Forgot your password? Register
NICA Documents

Event File Template Change Log

Version 7.0 - Released 08/05/2026

  • Complete rebuild of the NICA template event file. Please see 7.0 notes for full details.

Version 6.3 - Released 08/12/2025

New Features

  • Added support for transgender inclusion policy
  • Adding finish percentiles

Under Lists > 99-Exports > RaceExport > Data Format, add the following.

This will allow the Finish Percentage to calculate for each race, and it will be exported with the point data to move between event files.

The leagues already racing can do the same, except I would have them create a separate list for the export to avoid interfering with any of their points, just as a precaution since it will be season-end. They can create a new list using the same formulas listed above (DecimalTime3101 to DecimalTime3105).

The last thing to do is create a list to export the average. The ID column can be updated as needed to export the correct ID value for matching across leagues.

Version 6.2 - Released 03/18/2025

New Features

  • Added support for elementary school categories

    • Added ElementarySchoolTeamScoresEnabled. See section 3.25
    • Updated SchoolType UDF calculation
    • Added UDA to Contest settings for SchoolType. VERY IMPORTANT!! Must set this value for all Contests. See section 3.15
    • Contest ID no longer matters for determining MS vs HS vs ES
  • Added Regionals Export list. See section 7.7

Fixes

  • Result IDs 601-610 need to be updated to fix an issue with DNF points allowing for bonus points at the end of the season. Below is the corrected formula for result 602 as an example. The other results can be updated with the same changing the number 2 according to the race number. For example, 603 would use the number 3 in place of the 2.

switch(T702=1 OR ([Event.Series.RaceNum]=2 AND [T1000]>val([Event.DNF_Points]));1;T1002>val([Event.DNF_Points]);1)

Version 6.1 - Released 07/18/2024

New Features

  • Added section 3.33 to the notes for DNF_Points per NICA rulebook.

Fixes

  • Added UDF (Main Window > Participant Data > User Defined Fileds/Fcts.) called SeriesDropCalc with the below expression
val([Event.NumberOfRacesInSeason])-val([Event.RacePointsToDrop])
  • Update the UDF (Main Window > Participant Data > User Defined Fileds/Fcts.) labeled SeriesScore to the below expression
choose(val([Event.NUMBEROFRACESINSEASON]);TSum(1000;1000;1;0;1);TSum(1000;1001;1;0;1);TSum(1000;1002;1;val([SeriesDropCalc]);1);TSum(1000;1003;1;val([SeriesDropCalc]);1);TSum(1000;1004;1;val([SeriesDropCalc]);1);TSum(1000;1005;1;val([SeriesDropCalc]);1);TSum(1000;1006;1;val([SeriesDropCalc]);1);TSum(1000;1007;1;val([SeriesDropCalc]);1);TSum(1000;1008;1;val([SeriesDropCalc]);1);TSum(1000;1009;1;val([SeriesDropCalc]);1))
  • The RaceExport list needs to be updated. Change the data column for DecimalTime1105 to the below

eqChoose([Event.Series.RaceNum]-5;"";T1100;T1105)
  • The UDF isOnCourse has an incorrect filter. The portion in bold needs to be updated to the below.

[NumberOfLaps]<>[Contest.Laps] AND [StartCheckCalc]=1 AND [Status]=0 AND [Contest] IN "1-999" AND [End.Positive]<>1
  • The UDF StatusText conflicts with the default field name StatusText. To fix it, go to Main Window > Participant Data > User Defined Fields & Functions. Rename StatusText to StatusText2

Version 5.9 - Released 08/01/2023

New Features

  • Reorganization and updated documentation
  • New handling of prologue races and time trials. These are now enabled separately.

Fixes

  •  

Version 5.8 - Released 01/25/2023

New Features

  • Just bug fixes for this update

Fixes

  • Updated Team Score for Division 2. The min female parameter was accidentally changed to 4. This should be 3.
  • Result ID 620 needs to be deleted. This is causing an incorrect court of finished races. To remove go to Main Window > Results (Advanced), find ID 620, and press the red X on the right to delete.
  • The Individual Results - Overall was renamed. This change was not updated under my.raceresult.com > Page "Results". The dropdown needs to be updated to select the correct report.

Version 5.7 - Released 07/27/2022

New Features

  • New report category called Participant Data Check. Use this to verify if any riders have missing information critical to scoring, name, team name, division, wave, etc.
  • Added report that shows which riders are still on course past their contest cut off time.
  • Added UDF MedianRiderContest. This can be added to a report to show who is the median rider on course per contest. This is determined by sorting by most number of laps then by fastest time. There is also a Median Rider report in the Race Management grouping.
  • Added single lap contests for middle school and high school
  • Added the ability to combine middle school and high school into one team. See section 3.30
  • Added Teen Trail Corps bonus point structure documented by the Pennsylvania league. See section 3.31
  • Added Open team scoring structure documented by the Ohio league. See section 3.32
  • Added the ability to drop team scores at the end of the season. This is the same as RacePointsToDrop. See 3.20
  • Updated the series scoring to include up to 10 races for both individual and team scores.

Fixes

  • Updated the Data Manipulation for resetting event file to include resetting the PenlatyList.
  • Fixed a bug with counts on Still On Course report.
  • Fixed max participants value in division2 team score. Was accidentally set to 5 but should be 4. New file is uploaded below.

Version 5.6 - Released 12/23/2021

New Features

  • Added the ability to easily define how many races to drop at the end of the series. See section 3.20
  • Made assigning penalties easier by making a penalty drop down list under a participant's general tab. Team penalties have also moved to this section as a text field to define penalty points. See sections 6.8 and 6.9
  • Added a new callups list to track all rider's points no matter what for call ups. See Output > OVERALL REPORTS > Individual Results - Call Ups
  • Made upgrading riders a little easier. You can now give an upgraded rider credit for races they raced before upgrading with a checkbox in a participant's general tab. See section 8.2
  • Added the ability to adjust individual contests to earn points or not. This replaces the ShowMiddleSchoolPoints setting under Basic Settings. See section 3.14
  • Added notes on how to use the Manual Timing Tool as an announcer line. See section 6.10
  • Improved still on course report to show riders last seen location based on segment timing points.

Fixes

  • Removed all dates from PDF headers

Version 5.5 - Released 07/15/2021

New Features

  • Added support for segment times per lap. You can now use segment results based on a specified lap or based on the fastest segment time across all laps.
  • Added the USAC_Licence Additional Field. There is a new export list with bib, first name, last name, and USAC_Licence.
  • Added a new user-defined function to show the name of the last location on the course. These locations are directly related to Timing Points. The checked locations are START-LAP-FINISH, SEGMENT1, SEGMENT2, SEGMENT3, PROLOGUE_START, and PROLOGUE_END. This function has been added to the STILL ON COURSE-RNAKS-LAP and STILL ON COURSE -RANKS - LAP - By TEAM list

Fixes

  • Middle Schol points leader label was showing even with middle school points disabled. This has been fixed.
  • Lap labels for the Still On course list were wrong. This has been fixed.
  • Team Results - Detailed now show top 10 on my.rr.com
  • Individual Overall results were mistakenly removing the low score in races 3, 4, and 5. This has been fixed to only remove the low score for the last race in the series and dynamically changes bases on the specified number of races in the series.

Version 5.4 - Released 04/06/2021

New Features

  • Added in new timing method for prologue races using new Splits menu. See sections 3.31 to 3.33 for more info.
  • Changed middle schools contest names to fit the common style of 6th, 7th, and 8th-grade boys and girls.
  • Added list to display last used bib in each contest for registration to use.
  • Added the USAC_License Additional Field. New export list with bib, first name, last name, and USAC_License.
  •  

Fixes

  • NA

Version 5.3 - Released 01/19/2021

New Features

  • Added list STILL ON COURSE - RANKS - LAP - By TEAM. This is a copy of the original still on the course list but instead of grouping by Wave this list groups by team name.
  • STILL ON COURSE - RANKS - LAP added improved header for counts of riders on each lap. This header now includes the total count of riders on each lap as well as the current count for the Contest.
  • Added the ability to time up to 3 segments on the course (KOM/QOM). This can be expanded but 3 is probably more than enough for a 5-6 mile course. This feature only supports calculated results for these segments on one lap. There is a new User Defined Attribute that allows the timer to select which lap these segments will calculate during. If there is a need for segment times for each lap please send in an email or request on the next call.

Fixes

  • In all of the reports under 08-RESULTS TO PRINT, there is an extra filter that is not needed. Remove the last filter and StartGroup = "A"
  • For the default, middle school boys contests, the gender is wrong. This needs to be changed from f to m for contest ids 104 to 106.

Version 5.2 - Released 07/14/2020

New Features

  • Added support for laps 6-10
  • Added a new list with all 10 laps displayed. When creating your file go to Data/Format for the Individual Results - ALL - 10 Laps list and delete the rows for the unused laps.
  • Added Rider List - STATUS & PENALTY report for checking all rider with a penalty or a status change
  • Redefined participant fields for wave separation and contest separation. Waves are now defined by SplitWave and contest splits are defined by SplitContest.
  • Make division ATF field mandatory because if the division is not assigned then scoring will not be correct.
  • Added the ability to easily separate composite teams from regular school in team scoring. Setting to turn on and off in Main Window > Basic Settings
  • Added a new function to change colors of text in output lists. More details for this field > Dynamic Formatting > ShowContestColor
  • Improved leader jersey functionality to avoid a potential issue. Added a new export column in RaceExport V2 for exporting leader jersey status of true or false

Fixes

  • Fixed leaders jersey awards list
    • Go to Main Window > User Defined Fields/Fcts.
    • Change BasePointsValues from [T7]+500 to [T9]+500
  • Fixed elapsed time calculation on STILL ON COURSE -RANKS - LAP report.
    • Go to Output > STILL ON COURSE-RNAKS-LAP > Data/Format
    • Change ElapsedTime(T7) to ElapsedTime(T10)
  • Fixed Team Results output list to show team score with penalty. Overalls were calculating correctly with team penalties, but this list was not showing this correctly.
    • Go to Output > Team Results > Data/Format.
    • Change the formula for the PTS column to the formula below.
    • Switch([TS1.Rank]>0;[TS19.Time1];[TS2.Rank]>0;[TS29.Time1];[TS3.Rank]>0;[TS39.Time1])
  • Fixed contest filters for all lists that have them.
    • Old filter used to filter <100 and the new filter should filter by <1000
  • Added support for time trial style racing.

NOTE: These fixes will be in the next update but you can also fix them in your event file by following the instruction for what to update.

  • Fixed leaders jersey awards list. Under User Defined Fields/Fcts. Change BasePointsValues from [T7]+500 to [T9]+500
  • Fixed elapsed time calculation on STILL ON COURSE -RANKS - LAP report. Under Data/Format change ElapsedTime(T7) to ElapsedTime(T10)
  • Fixed Team Results output list to show team score with a penalty. Overalls were calculating correctly with team penalties but this list was showing the team score before the penalty was added.
    Under Data/Format change the formula for the PTS column to the formula below.
    switch([TS1.Rank]>0;[TS19.Time1];[TS2.Rank]>0;[TS29.Time1];[TS3.Rank]>0;[TS39.Time1])

 

Version 5.1 - Released - 12/16/2019

New Features

  • Added the ability to easily add/edit/rearrange contests
  • Added the ability to update each contest max point values
  • Added user-defined field for enabling and disabling viewing of points for middle school riders.

Fixes

  • Fixed the community service with finish bonus

 

Version 5 - Released - 04/25/2018

New Features

  • Added community service bonus points feature

Fixes

  •  

 

Bib Ordering & Discounts

Current Discounts

  • What’s your passive transponder and MTB plate price? Your league’s tag price depends on the number of systems your league has purchased and on the plate size. All NICA leagues owning at least one race|result system automatically get a 30c discount off all the retail prices of passive transponders and MTB plates with transponders in the race|result webshop. Leagues that own two timing systems or more can earn an extra 10c discount on top of the 30c.
  • Now through 2020, new NICA MTB plate orders get FREE personalization. This means you can upload your registration file and personalize the MTB plates with Rider and Team names on the front and full details, medical info, emergency contact, etc. on the back of the plates at no additional charge. Be sure to use your main league login to race|result to have your tag discounts and free personalization automatically applied in the race|result webshop and contact race|result with any questions related to the discounts. If you do not know your race|result login, please contact race|result before placing any orders.

Bib Ordering

NICA Bib orders should be placed using the NICA-specific order link coming soon.

 
  • NICA Template - V7.0.ses
  • NICA Template v7.0 UserGuide 1.4.pdf
×

Do you have a question?

Our team is happy to advise you personally.

Contact us!

The team at RACE RESULT will be happy to assess your individual needs, troubleshoot existing issues and answer any questions that you might have. Feel free to reach out through the provided form now.

If you have a support question, please add your event ID!

I have read the data privacy terms.