My boss wants me to do some RFM (recency, frequency, monetary) analysis using crystal. Basically, each customer gets assigned a 3 digit RFM code. Each digit can be between 1 and 5. To figure out the "R", I would sort the customers according to the last time they ordered and divide them evenly into 5 parts. If there were 100,000 customers then the top 20,000 would get an "R" of 5, the next 20,000 would get an "R" of 4 and so on. The process then gets repeated for how frequently they order and how much money they've spent. Here's my problem. I can do three separate reports that figures out the "R", "F", and "M" for each customer, but I don't know how to combine all of them together into one three-digit code for each customer. Is this possible? Any help or ideas would be appreciated. Thanks.