Hello,
I am trying to use HQL query like SELECT prof.students.name, count(*) from Prof where Prof.class.id=$P{class_id} and DATE(Prof.startDate)>=$P{startDate} Group by Prof.students.name Order by Prof.students.name
something very similar to this. This query is in a subReport, so all the parameters are initialized in the Master report.
Now, in the Master report, should i pass the REPORT_HIBERNATE_SESSION ?
If yes, then under which TAG (like connectionExpressoin, DataSourceExpression) should i pass it ????
Thank you,
|