"" inside quotes taken from this page
http://mydbr.com/doc/content/start.userparam.html#par-autocomplete
having some difficulty here,
I attempting to do "The ID fields will be automatically hidden from the user. "
currently the 'inotherid' parameter input box shows on screen and is populated when selection is made in autocomplete first parameter, i though i did everything right to make it hidden?
report with the user parameters
`sp_DBR_insert_tbl_tcpiptime4`(inprojectdiscard char(30), inotherid int)
autocomplete select
select ProjectNumber, concat(left(CustomerName,19), "-", IFNULL(NetworkNumber, "*") , "-",CITY, "-",ADDRESS ), ID as 'inotherid'
from test.projects1