Jump to content

passing the querystring from php to JasperServer


ronedog

Recommended Posts

I'm using Web Services to run some reports created in iReport on JasperServer.  Is it possible to pass the whole querystring that is located inside the XML?  For example, If I add the following string to my call to jasper from php can the report use this query to populate the data?

                  <queryString>
                    <![CDATA[sELECT * FROM table WHERE j=2]]>
                </queryString>
 

Basically, I'm trying to find a way to dynamically create the SQL for the report, then pass the SQL over to Jasper to run the report...is it even possible?  Thanks.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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...