How to dynamically select values from table in pentaho?

34 Views Asked by At

I want to execute a query like

SELECT * 
FROM USER 
WHERE ID = ${id}

in Pentaho.

I have a previous step - 'Modified JavaScript value' where I get multiple values of 'id' as variable, but its not working when I try to use that value in 'Table Input' step.

Please help me find the correct steps.

0

There are 0 best solutions below