Hello,
I'm working on a proof of concept. I'm using Pentaho suite 4.8.
I´m creating dashboards acessing Oracle database through ojdbc14. In the dashboards I have a combo Where I make a selection, a text box where I show the selection (just for test purpose), and a table where the data should be available. The selection is showed in a text box using the listening parameter option. But in the table component, the parameter doesn´t work. The same query without parameter works fine:
Query without parameter: "Select Code, name from carriers where code = 1234"
Query with parameter: "Select Code, name from carriers where code = ${param}"
It could be something related to oracle jdbc that is not recognizing the ${} sintax? If someone had the same problems, please help-me.
Thanks,
Carlos
I'm working on a proof of concept. I'm using Pentaho suite 4.8.
I´m creating dashboards acessing Oracle database through ojdbc14. In the dashboards I have a combo Where I make a selection, a text box where I show the selection (just for test purpose), and a table where the data should be available. The selection is showed in a text box using the listening parameter option. But in the table component, the parameter doesn´t work. The same query without parameter works fine:
Query without parameter: "Select Code, name from carriers where code = 1234"
Query with parameter: "Select Code, name from carriers where code = ${param}"
It could be something related to oracle jdbc that is not recognizing the ${} sintax? If someone had the same problems, please help-me.
Thanks,
Carlos