int rangeCount = this.query().dataSourceNo(1).rangeCount(); for(i = 1; i < rangeCount; i++) { this.query().dataSourceNo(1).range(i).value(''); }