Home
Developing Analytics Applications
Dynamic Filters using IDAPI
Migrateduser
<p>I have a need to be able to have different filters on a query</p><p>for example</p><p> </p><p>myvalue is null</p><p>or</p><p>myvalue = "1234"</p><p>or</p><p>not even ave a filter</p><p> </p><p>I have just found out about Dynamic Filters and this seem to be what will solve my problem.</p><p>If I was actually running from the iHub server works great.</p><p> </p><p>But I am using IDAPI using the ReportExecutor object to run this from my application I am working on an integration.</p><p> </p><p>But using String objId = reportExecuter.executeReport("/Applications/"+rptFullName,null,parameters );</p><p> </p><p>I know how to pass in parameters. But what do I need to do to pass in a Dynamic Filter.</p><p> </p><p>Seems like I need to pass the parameter , operator and the value.</p><p> </p><p>But I am not sure. Can you guys help.</p><p> </p><p>Gary Rather</p>
Find more posts tagged with
Comments
There are no comments yet