Crystal Report Selection Formula problem

krazykasper

Registered User.
Local time
Today, 16:00
Joined
Feb 6, 2007
Messages
35
Using Crystal Reports X.
Need to select data when the serial number within a contract changes, and only select the transaction that has a null install date.

I believe the formula would be something like:
Within ContractId
If SerialId changes
Then IsNull({InstallDate})
Else InstallDate

Any help is appreciated.

Krazy
 

Users who are viewing this thread

Back
Top Bottom