Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Incompatible datatype
Sumathi
While i make some parameters as mandatory in report.Whenever i execute before the selecting the report parameter its showing "org. eclipse.birt.report.service.api.ReportServiceException: Some required parameter values are not set or set to incompatible data type" as a pop up window.
Can any one suggest how can i remove/hide the pop up window.
Find more posts tagged with
Comments
bhanley
Are your parameters bound to a data set as a filter? If so there could be a type mis-match there. Correct that in the parameter editor and you should not see the error.
Sumathi
Even though my parameter data type and data set data type are same its showing the error.When i uncheck the Is Required parameter in parameter it doesn't showing the "incompatible data type" in report view but in server its throwing some exception.