Hello all,
I am a newbie to Crystal reporting so please bear with me. I want to incorporate the following SQL statement in my select expert so that the records are selected at the server.
SELECT CustCode, CustName, AccBal, CreditLimit FROM CUSTOMER Where AccBal > CreditLimit
The problem is that I can only know how to do this as a composite formula, which filters the record set locally and not down at the server.
Thanks in advance,
Chris
I am a newbie to Crystal reporting so please bear with me. I want to incorporate the following SQL statement in my select expert so that the records are selected at the server.
SELECT CustCode, CustName, AccBal, CreditLimit FROM CUSTOMER Where AccBal > CreditLimit
The problem is that I can only know how to do this as a composite formula, which filters the record set locally and not down at the server.
Thanks in advance,
Chris