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,,
yes i found the solution..the problem was with the column name..