Menu

Passing Parameter

Report
Jason Lin
2004-10-11
2013-03-22
  • Jason Lin

    Jason Lin - 2004-10-11

    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

     
    • petershen

      petershen - 2004-10-12

      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

       
    • Jason Lin

      Jason Lin - 2004-10-13

      Is there a need to handle these parameters in the report query of jasper report?

       
    • petershen

      petershen - 2004-10-13

      until now , yes

      regards,
      Peter

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.