OSM 7.2.4.1 Reporting Interface ignoring whereclause
Page 3.3 of the Reporting Interface guide alludes to being able to filter results by columns.
No matter what I do, I cannot get this report to filter by the whereclause. In fact, I can put in complete garbage in the whereclause and the report still runs.
What am I not doing properly to enable subsetting of the data?
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="provReport" name="oms">
<property name="provreport.classpath" value="../ProvReport.jar;../lib/ojdbc6.jar;../lib/orai18n.jar;../lib/xsu12.jar;../lib/xmlparserv2.jar;../lib/xmlmesg.jar"/>
<target name="provReport">
<taskdef name="provisioningreport" classname="com.mslv.oms.report.ant.tasks.ProvisioningReportTask" classpath="${provreport.classpath}"/>