results

Posts: 42
Is it possible to show the heat race results, C main, B main, etc even after the race has moved on? I would like to show the heat race 1 results and so on, but after the race moves to heat race 2 it shows the drivers in that race as the results.
Posts: 785
The session from which the results are shown depends on what dataset you have selected for your widget. The most common which you probably use is "standings" which takes the results of the current session. There is also "warmup" and "qualification" which do the same, but take the results from the practice/warmup and qualification session.

There is no built-in datasets for each heat of a multi-heat server, mostly because we cannot know beforehand how many heats there will be and what they will be called.

What you can use instead is the "selected" dataset. This one returns the results of the session that you have selected in the "Sessions" list of the Timing Screen. You can double click a session in that list to select it, and that "selected" dataset will start returning results from that session instead of the current session.

The red arrow session indicates the current one, while the selected session is highlighted in blue.




In this example, the server advanced to the warmup after Heat 1, but by double clicking Heat 1 you can still go back and show its results (as long as your widget is set up to use "selected" dataset and not "standing").
Edited (1 time)
Posts: 42
Thanks I will switch mine over to selected.
Posts: 10
Nick Thissen wrote:
The session from which the results are shown depends on what dataset you have selected for your widget. The most common which you probably use is "standings" which takes the results of the current session. There is also "warmup" and "qualification" which do the same, but take the results from the practice/warmup and qualification session.

There is no built-in datasets for each heat of a multi-heat server, mostly because we cannot know beforehand how many heats there will be and what they will be called.

What you can use instead is the "selected" dataset. This one returns the results of the session that you have selected in the "Sessions" list of the Timing Screen. You can double click a session in that list to select it, and that "selected" dataset will start returning results from that session instead of the current session.

The red arrow session indicates the current one, while the selected session is highlighted in blue.




In this example, the server advanced to the warmup after Heat 1, but by double clicking Heat 1 you can still go back and show its results (as long as your widget is set up to use "selected" dataset and not "standing").
fantastic!