I am developing a report using the Pentaho Report Designer. One of the parameters is DeviceId with displaytype Dropdown. The query corresponding to this parameter is:select distinct DEVICE_ID as DeviceId from ${Categ}
When I try to publish the report in pentaho user console, I get an error message saying - "Error parsing parameter information".
If I hard code the query as:select distinct DEVICE_ID as DeviceId from dm_test,it is working fine.
Can someone please tell me where I am going wrong?