R
Ra
In Query1 I have two fields:
CurScore ReqScore
1 2
0.5 3
2.5 1
3 2.5
I would like to create a third field (NewScore) where I count just the
values from CurScore > ReqScore
Any help would be greatly appreciated
CurScore ReqScore
1 2
0.5 3
2.5 1
3 2.5
I would like to create a third field (NewScore) where I count just the
values from CurScore > ReqScore
Any help would be greatly appreciated