Hello, I'm usig CRXI with SQL2000.
I've got a clients table that unfortunately doesn't have a CreateDate field. That makes it difficult to report on new clients (within the last 30 days).
My workaround idea is to look at the orders table and find only the clients who'se OLDEST order is within the last 30 days.
I can create the formula to calculate the clients oldest order:
Minimum ({tbOrders.Created})
But, this formula obviously cannot be used in the select expert (because it's not calculated yet).
Is there a formula I can use within the select expert that will evaluate the Order date (tbOrders.Created) for each (tbClient.ClientID)?
Any other ideas to accomplish this?? Perhaps I could use my report as a Sub-Report?? Will I be able to link based on this formula?
I've got a clients table that unfortunately doesn't have a CreateDate field. That makes it difficult to report on new clients (within the last 30 days).
My workaround idea is to look at the orders table and find only the clients who'se OLDEST order is within the last 30 days.
I can create the formula to calculate the clients oldest order:
Minimum ({tbOrders.Created})
But, this formula obviously cannot be used in the select expert (because it's not calculated yet).
Is there a formula I can use within the select expert that will evaluate the Order date (tbOrders.Created) for each (tbClient.ClientID)?
Any other ideas to accomplish this?? Perhaps I could use my report as a Sub-Report?? Will I be able to link based on this formula?