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: 
ali_hijazi
Partner - Master II
Partner - Master II

triggers not working on web browser

Hello

I got a document in which I put triggers on document to open to select some fields for specific values

if I open the document from QlikView designer these triggers are working just well

however after I created a task that reduces and distributes the document if I open one of the distributed documents the triggers are not running at all

please advise

I can walk on water when it freezes
5 Replies
Miguel_Angel_Baeyens

Hi,

On a Server environment, the OnOpen trigger shouldn't work by design (it's not a flaw and it's documented). Check the Reference Manual, section 29.3 Macro trigger limitations. However, those actions are likely to work if you use them in a button, or when activating a sheet.

Hope that helps.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

ali_hijazi
Partner - Master II
Partner - Master II
Author

Yes but if you choose in the access point page from the combo box labeled "My Preferred Client" the option IE Plug In the onOPen event will work just fine

qv_access_point.png

I can walk on water when it freezes
Miguel_Angel_Baeyens

Hi Ali,

There are controls that work only in the OCX/IE Plugin, and not only triggers, but for example, macros, MsgBoxes/InputBoxes or zooming, that is not allowed in the Ajax Zfc client. Check the Reference Manual and the Server Reference Manual for further information on the subject.

Regards.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica

ali_hijazi
Partner - Master II
Partner - Master II
Author

good!

but can you please explain to me what is the difference between IE Plugin and Ajax footprint?

so if the client asks me what is the difference, what can I tell him?

I can walk on water when it freezes
Miguel_Angel_Baeyens

Hi Ali,

Check this thread on the subject. Roughly speaking, the Plugin is basically the Desktop with some features (such as script editor, or helps) removed. Hence the display is WYSIWYG and the interaction is the same than the Desktop software. Ajax needs to be processed by the Web Server, and hence the display is not so similar, and some features are missing.

Plugin needs installation, Ajax does not. Plugin only works with IE, Ajax works with all browsers that support Ajax (including tables and mobile devices).

Where is the advantage of using one or another? It will largely depend on your end users, your network, systems configuration and so.

Hope that makes sense.

Miguel Angel Baeyens

BI Consultant

Comex Grupo Ibérica