Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
juleshartley
Specialist
Specialist

Zoom macro works on desktop but not accesspoint

Hi All,

I have a simple zoom-to-fit macro that works fine when run on the desktop and it has been working fine on the server.

However, in the last day it seems to have stopped working on the server. I've checked that 'allow macro execution on server' and 'allow unsafe macro execution' are ticked on the QMC.

The only thing that I can remember doing of any significance is restarting the QMS, QMC and QS services

Sample macro that runs from a button is here:

Sub mcrZoom

set mysheet=ActiveDocument.ActiveSheet

set sp=mysheet.GetProperties

sp.ZoomFactor = 1.5

mysheet.SetProperties sp

End sub

Very grateful for any suggestions!

Thanks.

3 Replies
fdelacal
Specialist
Specialist

SEE THIS POST, MAY BE HELPS YOU

http://community.qlik.com/message/1292#1292

REGARDS

juleshartley
Specialist
Specialist
Author

Thanks - but I've tried that, and it doesn't seem to help.

juleshartley
Specialist
Specialist
Author

I'm not sure what has fixed it, but I've unchecked 'enable push from server' and 'macro override security' and re-opened internet explorer and it seems to work. Not sure exactly why this should have made any difference.

Will update this thread if I learn any more details.