Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlikview export macro is not working from QMC

Dear All,

I have a macro to export chart and send email . I have enable the run Macro trigger for post reload in document properties.

When I reload document manually from Qlikview desktop , it is working fine.

However, when I run from task scheduler(QMC), document is reloading but, macro is not triggered and mail is not receiving.

The user ID I'm using to run the schedule in QMC is a member of administrators groups.

Please suggest to  identify what was causing the issue.

Br,

Chinna

2 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi Chinna,

an extract from the Qlikview Reference Manual:

The following triggers are not to be used in the QlikView Server environment, since they lack meaning or

may cause unexpected results:

OnPostReduceData

OnPostReload

Andy

marcus_sommer

The qmc itself execute no macros but you could trigger an external batch which called your qvw with an EXECUTE statement: Re: How can I run a macro on QMC after reload?

- Marcus