I am quite new to Crystal Reports and cannot figure out how to do something that seems so simple. Below is the formula that I have made, but I cannot figure out how to use it as a DATETIME parameter in the Report.
Here is the formula:
If isnull({TABLE1.DESIRED_SHIP_DATE})
Then
({TABLE2.DESIRED_SHIP_DATE})
Else
({TABLE1.DESIRED_SHIP_DATE})
Here is the formula:
If isnull({TABLE1.DESIRED_SHIP_DATE})
Then
({TABLE2.DESIRED_SHIP_DATE})
Else
({TABLE1.DESIRED_SHIP_DATE})