I have two reports. The first report selects a report type from a dropdownbox and accepts from/to dates and when click on the view report - lists customer names for this report type.
When you click on the customername
, the second report is called (action) passing 3 parameters - customername
, datefrom
, and dateto
as parameters to be used in the second report.
When I run each report individually, both run fine. When I run the first report (select report type, select datefrom
/dateto
), this report lists all customer names for this report type. When I click on the customername
, I am getting an error:
'The value provided for the report parameter 'reportdatefrom' is not valid for its type' (rsReportParameterTypeMismatch)
Please help.