需要用一个sql进行传参查询不同图表信息 默认查询不传条件 数据集配置里不支持if写法 应该怎么写啊
where 1=1 ${if(len(参数) == 0,"","and 字段名 = '" + 参数+ "'")}
具体详细可参考文档:https://help.finereport.com/doc-view-158.html
${if(len(参数)=0,,"","and 字段 in ('"+参数+"')")}