Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Perhaps you mean this for the formula for [Field E]
var number X = ([Field B] - [Field D]) * 1000;
[Field A] * $X
var number X = ([Field B] - [Field D]) * 1000;
[Field A] * $X
ManuelAlvarez
7 years agoQrew Trainee
It worked but I want to give like a preset value for the points, perhaps I need to work to steps.
Field E which convert result from B-d. When ever I get .4% I want 3, when ever I get .6% I get 7 and so on.
And then another field lets say F, which multply Field A times Field E
Field E which convert result from B-d. When ever I get .4% I want 3, when ever I get .6% I get 7 and so on.
And then another field lets say F, which multply Field A times Field E