Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear techies,
Ladies and gentleman, as we know macro is not supported in the QlikSense.
However there are some user still using macros in the QlikView and migrating to the QlikSense. Macro is bad (even not recommended by the creator)
Is there any other alternative to create automation reporting functions that are similar or works like the macro that working in the QlikView ?
Found that there we can use for the extension from the external parties like github. But specifically is there any QlikSense feature that enable the automation report generation in the QlikSense (like macro :D)
Thanks.
If you are on Qliksense Enterprise for Windows, you could purchase NPrinting to automate reports. If you are on Qlik Cloud you could use Qlik Automation to generate reports.
Hi @sten_still,
If you don't want to purchase NPrinting and you can programme with Python, you could use the Qlik Sense Engine API via this Python library for report automation. You can create the desired Python script and then schedule it over QMC Program task.
https://pypi.org/project/qe-api-client/
BR,
Rumen