文本域多值查询,怎么设置当文本域为空时,选择全部数据
https://help.fanruan.com/finereport/doc-view-4455.html
${if(len(area) == 0,"","where 地区 = '" + area + "'")}
if(len($area)==0,nofilter,$area)
https://help.fanruan.com/finereport/doc-view-3735.html
单元格过滤的话 改下 这个公式试试
if(len($AK)==0,nofilter,INARRAY($$$, split($AK, "\n")) > 0)
if(len($参数名)==0,nofilter,$参数名)
nofilter 不过滤