The following return of the formula gives me a return value of "WOW!" for every item in the detail section even when Last Year's Sales are under $100,000. Anybody know why and how can I fix it? I also put for example, CCur(100,000) on every dollar figure and it still won't work. Thx.
WhileReadingRecords;
Select {Customer.Last Year's Sales}
Case upfrom 100,000:
"WOW!"
Case 80,000 to_ 100,000:
"Good"
Case 70,000 to_ 80,000:
"Average"
Case 60,000 to_ 70,000:
"Poor"
Default:
"Forget it!";