I want to set-up an dynamic input where I can update the criteria then the SQL will auto-replaced.
For example:
Select * from A table
where year =2018
and month = 12
and location = Europe
and I just need to update the input like year, month, location in a input table then the whole SQL query will change in Knime.
I know I can do it in other analytics application but I don’t know how to do it in Knime.
a lot of knime nodes support flow variables.
This could work like below. There I am creating a “year” flow variable in a String Manipulation node and then using it to filter the year colulmn in the table.
Let me know if that helped.
Cheers,
Johannes