wilsony Posted September 15, 2015 Posted September 15, 2015 Hi all, In my report i only passing two parameters (Datefrom and Dateto)but when i preview report,input parameter and run reportit prompt exception and i check that in my query parameter show question mark (?) anyone know what i supposed to do to fix this problem ?
sadakar Posted September 15, 2015 Posted September 15, 2015 # Did your query working with hard coded values ? The $X{[bETWEEN, <column_name>, <left_parameter_name>, <right_parameter_name>} clause function # Other way of using two date parameters is : between $P{StartDate} and $P{EndDate}# Reference Guide ; http://jasperreports.sourceforge.net/sample.reference/query/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now