View Full Version : Crystal Report Selection Formula problem


krazykasper
06-13-2007, 01:43 PM
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