I have implemented the autocomplete list using the code below and when using the feature in my report I get 'undefined' appended to each entry. Does anybody know why?
The code I have is:
select DISTINCT website
from server.data
where website like concat( '%', inTitle, '%');
inTitle is a parameter for the Stored Procedure.