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: 
Not applicable

Document Trigger Macro Does Not Run when open in AccessPoint

Hello,

I was hoping somebody could help me enable a macro when a document is viewed in AccessPoint. I currently have the below macro, which changes the color of the light green selections in the selection boxes to blue. This macro works perfectly fine when opened in Qlikview Personal Edition but when I view the document in AccessPoint this macro does not work. I am able to get other macros (those enabled by a button) to work when I view my document with the IE Plugin View but not this one. 

To set up this macro I go to Settings - Document Properties - Triggers - OnOpen - Add Action - Run Macro.

Then General Tab - Color Scheme = Custom.

"

sub Color

set up = ActiveDocument.GetApplication.GetUserPreferences

up.CustomSelBgColor(1).PrimaryCol.Col = RGB (70,182,228)

ActiveDocument.GetApplication.SetUserPreferences up

end sub

"

Any help would be greatly appreciated. Thank you!

2 Replies
maxgro
MVP
MVP

it seems OnOpen event isn't supported wit Ajax

Re: AJAX with OnOpen macro

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP