Hi All,
Need some ideas here. I am creating a customer selection routine as follows:
1) top 20 customer
2) all new customers
3) randomly select 10 customers not fitting 1) & 2)
need advice on 3). There may not always be 10 left to select.
Not sure on how to select the randoms and still be random. Keep in mind I don't wanr to use up the randoms too soon in the process. Then that wouldn't be very random.
a) some customer information compared to millisecond (portion of zip code)
b) the millisecond looked up on a alpha table if the customer's name begins
c) customer's contact bust size ......who knows
open to programmical random selections (can random really be programmed?)
Thnx
Bill
Need some ideas here. I am creating a customer selection routine as follows:
1) top 20 customer
2) all new customers
3) randomly select 10 customers not fitting 1) & 2)
need advice on 3). There may not always be 10 left to select.
Not sure on how to select the randoms and still be random. Keep in mind I don't wanr to use up the randoms too soon in the process. Then that wouldn't be very random.
a) some customer information compared to millisecond (portion of zip code)
b) the millisecond looked up on a alpha table if the customer's name begins
c) customer's contact bust size ......who knows
open to programmical random selections (can random really be programmed?)
Thnx
Bill




Comment