I have a calculated field that totals the difference between two numbers; is there a way to use that generated total and populate a drop down? example: the calculation is 5; is there a way to populate a drop down list that would show 0,1,2,3,4,5?I think some combination of a For loop and an array mi...