Skip to content

Column Settings

MichaelJBerk edited this page Dec 21, 2022 · 2 revisions

NOTE: This page only applies to Splitter ≥ 5.0

The Column Settings window gives you control over the contents of each column in the Splits component.

To set the title of a column, click on its name. Click the button next to each column to show that column's options. You can also drag to change the column's order.

NOTE: The Icon and Title columns can't have their names changes, can't be deleted, can't be reordered, and do not have the same options as the other columns. Additionally, you can't put other columns before or after them.

When you expand a column's options, you'll see something like this:

Let's run down each option:

  • Start With: The value for the column before the Update Trigger has occurred.
    • Empty - Just what it sounds like it is. Before the update trigger occurs, this column will be empty
    • Comparison Time - The split time for whatever the Comparison field is set to. For example, if the comparison is set to Personal Best, it will start with Personal Best split time
    • Comparison Segment Time - Same as comparison time, but uses the time of just the segment, instead of the run's Split Time
    • Possible Time Save - The amount of time that can be saved, when comparing the current time to the Comparison
  • Update With: The value for the column once the Update Trigger has occurred.
    • Split Time - The total time of the run
    • Delta - The difference between Split Time, and the comparison time
    • Delta with Fallback - Same as Delta, but will fall back to Split Time if there is no delta
    • Segment Time - The time for an individual segment of the run (rather than the total time of the run)
    • Segment Delta - The difference between Segment Time, and the comparison time
    • Segment Delta with Fallback - Same as Segment Delta, but will fall back to Segment Time if there is no delta
  • Update Trigger: When the column should switch from the "Start With" value to the "Update With" value
    • On Starting Segment - The column will have the Start With value until the run reaches that segment, when it will change to the Update With value
    • Contextual - The column's value changes when the segment's time is longer than the comparison comparison time
    • On Ending Segment - The column will have the Start With value until the segment has been finished, at which point it will change to the Update With value
  • Comparison: If the Start/Update value is set to something that compares the current time to something (such as "Comparison Time", or "Delta"), then this is what it will be compared to.
Clone this wiki locally