I would like to give my users a webform that they can input certain numerical parameter to calculate risk score and once they enter all the fields and click submit, the risk score appears in the form…
I have the risk calculation in a SQL script format. I was wondering how can i replicate that in knime
I am assuming that input data will flow from the online webpage to KNIME ( how? ) then i will connect the workflow to the SQL script, and script will return a value, how will i populate the value back to the webpage.