Scoring engine without scoring range?
I would like to have different scoring engines without weight. Amount Due * Weight for each bucket. For example Amount Due 1000 in Aging Bucket 1-30 Score 10, Amount Due 2000 in Aging Bucket 31-60 score 20. Total Score is 1000 * 10 2000*20 = Total 50000. I could get this through simple sql statement. Highest score gets top priority. I do not need scoring range. Is there any pointer to achieve this?
Thanks in Advance.
Regards
Murugan