52 | QOR (Custom Report)
This article demonstrates an example of a Custom QOR Report.
This article demonstrates an example of a Custom QOR Report.
Disclaimer:
This report may need modifications or alterations base on each system setup and configuration.
Use-case:
123
Report Query:
<?xml version="1.0" encoding="utf-8"?>
<cViews xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<iListType>25</iListType>
<dtDateUpdated>2011-05-12T11:47:22</dtDateUpdated>
<iOperatorID>0</iOperatorID>
<sName>QOR</sName>
<sViewXML><?xml version="1.0" encoding="utf-16"?><cCustomReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><sReportName>DELETE QTY ON ORDER</sReportName><sSQL>select * from prodstore
update prodstore set qtyonorder = 0</sSQL><oColumnDefs><dictionary /></oColumnDefs></cCustomReport></sViewXML>
</cViews>