SiliconeFirefighter
IS-IT--Management
If you can help me, I'd appreciate it.
I had a crystal reports (9) rpt working just fine until I converted the db's from Access to SQL Server, now my formula which worked in the Access:
not {tripnumbercust.bPosted} and
{TripResources.ResourceType} = "O" and
{TripNumber.dTripFinishDate} in (?)ReportStartDate} to {?ReportEndDate}
continually returns "a boolean is required here" in the place of "tripnumbercust.bPosted". bPosted is a true or false (1, or 0) field in the db.
Any ideas? I am nearing the end of my rope, and I am at the end of my knowledge.
I had a crystal reports (9) rpt working just fine until I converted the db's from Access to SQL Server, now my formula which worked in the Access:
not {tripnumbercust.bPosted} and
{TripResources.ResourceType} = "O" and
{TripNumber.dTripFinishDate} in (?)ReportStartDate} to {?ReportEndDate}
continually returns "a boolean is required here" in the place of "tripnumbercust.bPosted". bPosted is a true or false (1, or 0) field in the db.
Any ideas? I am nearing the end of my rope, and I am at the end of my knowledge.