Crystal Report Selection Formula problem (1 Viewer)

krazykasper

Registered User.
Local time
Today, 02:08
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

Top Bottom