I do get the correct figures and my date and time are in the format : 0 day(s) 00:00 (named as [Total Time]).
Now i need to calculate the points based on these [Total Time].
So if [Total Time] > 10 Hours and [Total Time] < 20 Hours, then ([Total Time] - 10Hours )*10 Points and If([Total Time]>=20Hours, then ([Total Time]-20Hours)*20Points.
I did on excel and it works fine but on qlikview it is harder.