I just create a button that make an SQL SELECT string. And I want to use a registered PDI Kettle transformation as datasource to execute it.
QUESTION : how to pass my SQL string parameter to my simple PDI Ketle transformation registered as datasource, execute in ajax and get the result in json callback.
My Pentaho PDI / Kettle transformation is here and registered in Pentaho CDE : kettle and datasource
That’s the button and the begininng of the function : js button, js button in CDE, and the code beginning : js button code