I get an error when I try to add parameters to filter between dates in a crystal report selection record formula. This is the formula I used:
if {tblFaultyDevice.date} >= {?dateFrom} and {tblFaultyDevice.date} <= {?dateTo} then true
Error:
A string is Required Here