在sql写语句模糊查询。模糊查询-http://help.finereport.com/doc-view-164.html
sql后面加条件参数
如果没有where关键字要加where 1=1
${IF(len(参数)==0,""," and 列 like '%"+参数名称+"%'")}
选择文本控件,然后数据集里写 where 字段 like '%${参数}%'