Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to run python code in custom block of the Application Automation?
I wrote a custom code to send a visualization in pdf to more than 100 people in python after reading the visualization from Qlik Cloud, I want to know if I can place the same code in the Application Automation block and run it?
Thanks for this, before reading all the documentation, what I am trying to achieve is this I want to print a long table of 211 rows that span more than 4 pdf pages but Qlik can only take the snapshot of a visible sheet. I have done it on my desktop with the code below but I want to know how Ican place the code inside a custom block. Here is the code:
Have a read of this, it is quite limited (you can't install additional packages)
Custom code block | Qlik Cloud Help
However you can use a third party to run more complex code and use the 'Call URL' block
Custom scripts | Qlik Application Automation for OEM (Blendr.io) Help