一个简单的过滤检索出6月1日至 6月10日 的所有数据, 检索字段为 rq。[解决办法]dw_1.setfilter(string(checktime, 'yyyy/mm/dd') between '" + string(ldt_date1, 'yyyy/mm/dd') + "' and '" + string(ldt_date2, 'yyyy/mm/dd') +"'")dw_1.filter()