Hi, with qlik it is now possible to trigger python scripts and use the result in qlik again. Is there a way you can trigger knime from qlik and use the results from knime again in qlik (https://github.com/qlik-oss/server-side-extension)? Thank you in advance.
Hi @luixx
yes this should be possible with the REST API of the KNIME Server.
You can execute a workflow on the KNIME Server using REST. The result will be send back to the caller in JSON. As long as QLIK is able to understand a JSON, it can be structured in KNIME like this.
But I never tried this! So it would be something which would need some testing.
Cheers, Iris