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: 
juan_patrick
Creator
Creator

MACRO AJAX

Hi!

I have this macro:

SUB SHOWMENU

  set objeto = ActiveDocument.GetSheetObject(NAME_OF_THE_OBJECT)

  set pos     = objeto.GetRect

  pos.Left = 0

  objeto.SetRect pos

END SUB

This move the position of an object; in desktop it works, it doesnt in ajax, but, the same code in another qvw in the accesspoint it works!!

Somebody can help me? It's ajax o a config?

I have QV 11 SR12 64 bit.

Thanks!!

5 Replies
Anonymous
Not applicable

macros only work in plugin, not in Ajax

when you Switch on your Desktop Version to web view, it won't work neither

juan_patrick
Creator
Creator
Author

Another person publish another app in the access point and it works!

So i think that could be a config on my pc or something like that!

Anonymous
Not applicable

does the other Person also uses Ajax? you can select on the sccess Point if you want Ajax or plugin

(plugin will only be available if you plugin is installed)

juan_patrick
Creator
Creator
Author

I see and test all in my pc! So I see that app in the same access point and one works and the other it doesnt!

Anonymous
Not applicable

ask the other Person to test it with your Desktop and Change to webview (turn on/off webview)

does macro still works?

macros never work in Ajax and there is no configuration to enable it