Gridding without clasification

Posts: 52
Hello!

I wanted to make a query about gridding, since we are going to start a championship in which gridding will conform to the results of the last race, so there will be no classification. The grid will be configured when preparing the host, and I wanted to know how I have to configure the data so that when I show the grid on the screen, it comes out orderly.

Until now I had since the qualifying results came out, but that is not an option right now.
Posts: 785
It is possible that we put the grid into the qualifying dataset when there is no qualifying, but I am not 100% sure on that. You could try it out in a test session.

Otherwise, an alternative is to use the standings dataset (which takes the race session when the warmup has finished and transitioned to the grid phase), and then sort by the startposition order. Also use the startposition bindings to display position.

There is a lot going on with grids without qualification, especially with things like heat sessions. I believe we are handling it properly but there could be edge cases where it does not work as you may expect. The best bet is to try it out in a test host and see what happens. Maybe you can even use an AI race for it, not sure!