Jump to content
We've recently updated our Privacy Statement, available here ×

iamthegopala
Go to solution Solved by mgeise,

Recommended Posts

hi..i am using jasperReport in my java application.. i want to pass parameters from my code, the entire where condition from code.

now i am using $P!{whereCondition}.

in my java code,

parameterMap.put("whereCondition", "category_id=3 AND subcategory_id=1  ");

but this is not working,it is showing a blank report.is there any problem in my code?please help me,,

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

The answer is now marked as the best answer, implying that this was the solution. Did you find the problem? What this it? or do you still need help? If you still need help, I would need to see the actual query from the report as well as any logging you may have that shows the generated query or any errors that are thrown.
Link to comment
Share on other sites

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...