Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Join us on Feb.12 to Discover what’s possible with embedded analytics: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
sten_still
Partner - Contributor III
Partner - Contributor III

Macro not supported in QlikSense

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. 

Labels (3)
2 Replies
Mario_De_Felipe
Luminary
Luminary

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.

vasilev
Creator
Creator

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