You can check the ReportProcessor.java.
These parameters are passed into the jasperReport,(which means you don't need to define in the Report&process window):
RECORD_ID, CURRENT_LANG,AD_Client_ID,AD_Org_ID
and they come from the Context or AD_PInstance_Para.
the others parameters, from report&process, are selected from AD_PInstance_Para.
regards,
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi pshen,
How do you pass parameter into the jasper report? For example Record_ID? or any filtering parameter set up at the report & process window.
Thanks
Regrads,
Jason
You can check the ReportProcessor.java.
These parameters are passed into the jasperReport,(which means you don't need to define in the Report&process window):
RECORD_ID, CURRENT_LANG,AD_Client_ID,AD_Org_ID
and they come from the Context or AD_PInstance_Para.
the others parameters, from report&process, are selected from AD_PInstance_Para.
regards,
Peter
Is there a need to handle these parameters in the report query of jasper report?
until now , yes
regards,
Peter