I have a report that use this range
this.query().dataSourceTable(tablenum(purchLine)).addRange(fieldnum(purchLine, deliveryDate)).value(sysQuery::range(FromDate.value(), toDate.value()));
I want to add another condition on the confirmeddlv field but it has to be an or condition.
How can i do this ?
Thank you