Hello, i have a problem. i made some math ,with a friend, to analyse any track i m using.
I use the i2 pro 1.1.6.893
My friend use the i2 pro 1.1.4.456.
Both using the same data and the same math, he gets correct results and i don't.
Here are the maths:
Straight %
stat_mean('G Force Lat' [G] <= 0.5 AND 'G Force Lat' [G] >= -0.5 AND 'Throttle Pos' [%] > 95 , 1, range_change("Outings:Laps"))
Braking %
stat_mean('G Force Long' [G] < -0.3 AND ('G Force Lat' [G]>0.5 OR 'G Force Lat' [G]<-0.5), 1, range_change("Outings:Laps"))
Low Speed corners %
stat_mean(('G Force Lat' [G] > 1 OR 'G Force Lat' [G] < -1) AND 'Speed' [km/h] < 130, 1, range_change("Outings:Laps"))
MEdium speed corners %
stat_mean(('G Force Lat' [G] > 1 OR 'G Force Lat' [G] < -1) AND 'Speed' [km/h] > 130 AND 'Speed' [km/h] < 180, 1, range_change("Outings:Laps"))
High speed corners %
stat_mean( ('G Force Lat' [G] > 1 OR 'G Force Lat' [G] < -1 ) AND 'Speed' [km/h] > 180, 1, range_change("Outings:Laps"))
So as i said, my friend gets good results, and i allways get 0.1% for the medium corners, wich of course is not correct and also makes the other sats false.
I have absolutly no idea what s wrong