Is it possible to create an MDX query for JasperServer using PHP as a host language, given that my underlying relational database is MySQL?
What I would like to do is send the query to JasperServer in order to create an OLAP View and receive the view as a result (preferably in some text-based format, as oposed to an image or PDF).
I'm using JasperServer CE 4.2.1.
As a side note, is it even correct to think about making MDX queries from you application, just like you would make SQL queries? If yes, is there any way to make MDX queries to any OLAP server using PHP?
Edit: Added missing information: I'm using MySQL as a relational database server.