select `tabSales Order Item`.item_code as "Item:Link/Item:120"
But we need to exclude from the report the Items that contain a certain String “RET”, how can this be done? We were checking this page but an example is missing: https://frappe.io/kb/reports/how-to-make-query-report
We see that you implement already ranges using “:” and comparative filters with “>” and “>”. Could you consider implementing generally in reports a filter that start with “!” to exclude a certain string? I think this may be useful in many situations.