I have a date field {ConHist.ONDATE} and I want to select records from the {ConHist.ONDATE} between the parameters {?start_date} and {?end_date}
I can't seem to come up with a working solution. It seems that I have to either convert {ContHist.ONDATE} to a string or I have to convert {?start_date} and {?end_date} to a date.
I can't seem to come up with a working solution. It seems that I have to either convert {ContHist.ONDATE} to a string or I have to convert {?start_date} and {?end_date} to a date.