Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have some python scripts residing in one of the qlik nodes which is connected to qlik sense (which resides in aws server) through analytic connection
is it possible to move those scripts to aws lambda function and establish a connection from Qlik sense enterprise windows ? I believe AWS lambda connector will work with Qlik cloud only.
Yes, I have done it a few times using a REST Connection.
One example of how I use it:
Let vControl = '[' & Peek('NotSmokersChol', 0) & ']';
Drop Table NotCurrSmokersChol;
Let vTest = '[' & Peek('SmokersChol', 0) & ']';
Drop Table CurrSmokersChol;
Hey, did my answer helped you?