Forum Discussion
- QuickBaseCoachDQrew CaptainIf(
[field x]=0,0,
[field x] = 1 and [field y]<40,0,
[field x] = 1 and [field y]<=150,0.5,
[field x] = 1 and [field y]>150,1)
// you will need to check your "fence posts" for what happens at exactly 150. - ReportHudsonQrew TraineeThank you so much!