这个过滤条件如何改
这个过滤条件怎么改
"'"+is_month+"'='"+month(ens_date)+"'"
表里的数据是ens_date,取出其中的月度,我想过滤本月的记录
------解决方案--------------------
integer型就加上先转换为sting的
setfilter(string(is_month) + " = month(ens_date)")
filter()
"'"+is_month+"'='"+month(ens_date)+"'"
表里的数据是ens_date,取出其中的月度,我想过滤本月的记录
------解决方案--------------------
integer型就加上先转换为sting的
setfilter(string(is_month) + " = month(ens_date)")
filter()