Home
Designing Analytics Reports
Parameter passing not working
Migrateduser
<p>Hi,</p>
<p> </p>
<p>(Neon.1a Release (4.6.1)</p>
<p> </p>
<p>I have a filter which is connected to a parameter. the parameter is a funding source, where a common value is something like: FHOP [POP 20160-2017] - that is an example of a value that should be passed to the query.</p>
<p> </p>
<p>The filter is:</p>
<p> </p>
<div>if(params["RP_FundingSource"].value.value!=null)</div>
<div>row["FUNDING"]</div>
<div>else</div>
<div>null</div>
<div> </div>
<div>like</div>
<div> </div>
<div>'%'+params["RP_FundingSource"].value+'%'</div>
<div> </div>
<div>But nothing is passed to the filter as Preview Results shows records (which it shouldn't if there is a paramter involved.</div>
<div> </div>
<div>When i run the report, despite getting 18 records returned when running the exact same query in dbvis, in BIRT I get nothing.</div>
<div> </div>
<div>What am I doing incorrectly?</div>
Find more posts tagged with
Comments
There are no comments yet