hi all,
Need to create a range depending upon the min and max of the record. Let say, the field interest rate has min value 0f 2.56 and max value of 5.12. Now we need to group interest rate based on following condition:
Minimum quartile will always be .01, .26 .51, .76
Maximum quartile will always be .25, .5, .75, .00
Example: Min Interest Rate = 3.56 and Max Interest rate = 5.12 then quartiles would be as follows:
3.51-3.75
3.76-4.00
4.01-4.50
4.51-4.75
4.76-5.00
5.01-5.25
Any help regarding this will be greatly appreciated.
Need to create a range depending upon the min and max of the record. Let say, the field interest rate has min value 0f 2.56 and max value of 5.12. Now we need to group interest rate based on following condition:
Minimum quartile will always be .01, .26 .51, .76
Maximum quartile will always be .25, .5, .75, .00
Example: Min Interest Rate = 3.56 and Max Interest rate = 5.12 then quartiles would be as follows:
3.51-3.75
3.76-4.00
4.01-4.50
4.51-4.75
4.76-5.00
5.01-5.25
Any help regarding this will be greatly appreciated.