建立了两个相同数据集,
其中ds2用来做参数搜索,ds2的other一列空值给赋值显示NO,非空值赋值YES并做了点击单选按钮绑定了数据字典,
模板ds1主数据中该如何写参数,点击单选按钮yes或者no时模板other一列(取ds1)才可以正常显示为空值或者正常原值
或者有其他方式可以解决吗
where 1=1
${if(len(单选框)==0,"",if(单选框=='NO'," and other_solution_desc = ''"," and other_solution_desc != ''"))}