Remove the Position number once the car has retired

Posts: 61
Hia!

Is it possible by using a script to remove the position number once a car has retired?
Posts: 785
If you bind to entitysessionresult_object, then you can just check if the "Out" property is true and return an empty string or something.
Posts: 61
Got it, thank you!