steven foukaridis

Greenhorn
+ Follow
since Oct 21, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by steven foukaridis

Hi guys,

Got it sorted. All that was required was the addition of the following statement prior to the sql statement in the jrxml file:

<parameter name="EMIS" isForPrompting="true" class="java.lang.String">
<defaultValueExpression ><![CDATA[""]]></defaultValueExpression>
</parameter>
Hi guys, I'm having trouble getting my variables across to my .jrxml file.

I'm using php with a java bridge and reports created in ireports. I keep getting the following error: Report design not valid : 1. Query parameter not found : emis

Here's my PHP code:


AND my Jrxml (removed unnecessary code):

Hi guys,

I'm having trouble getting my variables across to my .jrxml file.

I'm using php with a java bridge and reports created in ireports.

Here's my PHP code



And here's my respective jrxml code:


However, it keeps coming back with the following error:

Report design not valid : 1. Query parameter not found : emis

I'm busy going nuts with this one...