I have managed to get a simple report from a Progress Openedge database connected to SQL reporting services.
The report uses an un-named parameter to select the date.
However, progress formats their dates as MM/dd/yyyy.
SQL reporting services parameter uses dd/MM/yyyy as the format to select the date. Therefore, the report returns an error when I select a date from the parameter calendar. This is the error:
An error occurred during local report processing.
The value provided for the report parameter 'Parameter1' is not valid for its type.
The only way I can get the report to work is to manually enter the date format in MM/dd/yyyy.
Is there any way to fix this issue? Can I change the format of the date when it is selected in the parameter?
The report uses an un-named parameter to select the date.
However, progress formats their dates as MM/dd/yyyy.
SQL reporting services parameter uses dd/MM/yyyy as the format to select the date. Therefore, the report returns an error when I select a date from the parameter calendar. This is the error:
An error occurred during local report processing.
The value provided for the report parameter 'Parameter1' is not valid for its type.
The only way I can get the report to work is to manually enter the date format in MM/dd/yyyy.
Is there any way to fix this issue? Can I change the format of the date when it is selected in the parameter?