Hi,
I am working with pricing buckets of home loans. I have created two case statements. One that puts each loan id into a piricing bucket based on the loan amount. the second is to order those buckets in what would be numerical order.
I am getting a graph that, when the bucket order is being applied, doesnt want to bucket some of the loans in the proper buckets.
Here is what I am seeing.
Without sorting:
With sorting:
I need to sort them - to make it more like a histogram but I cannot have them out of order. When we apply the ordering, for some reason the buckets want to be broken out.
Any ideas?