Forum Discussion
ChristopherWhea
2 years agoQrew Cadet
Something like this should work, you'll just need to add the rest of your folks...
var number requestMin = 2500;
var number requestMax = Case([DOC],
"Sean Regan", 5000,
"Grafton Montgomery", 5000,
"Jeron Pearson", 15000
);
[Total] > $requestMin and [Total] < $requestMax
------------------------------
Chris Wheatley
------------------------------