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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Triggers Do not work on QV Server

Hi Everyone:

First of all im using SR5 on server and on qlikview developer, and now to the issue, i want to put some triggers on my app instead a macro, i tested on local environment and it works very good, but when i put it on the Server the triggers does not do anything,

Can anyone help me please?

Regards

Orlando Martinez

9 Replies
pover
Partner - Master
Partner - Master

Which triggers are you using? The triggers that run an action by selecting a value in a field, variable, or object work on the server as long as the macro can run in the server environment.

The trigger on reload for example doesn't work in the server environment because according to the QVS Reference manual, QV Distribution Services does not run macro and that is the service that reloads QV documents.

Regards.

Not applicable
Author

Hi Karl thnaks for you reply:

I'm talking about the triggers that runs an action, i put my application on the access point and they don't do anything, do you have some ideas for this issue??

Thanks

Regards

pover
Partner - Master
Partner - Master

Orlando,

Do you have a specific example? Actions that run macros sometimes don't work because not all macros can run in the server environment. A normal trigger that is activated by selecting a value in a field and that runs an action, for example, to select a bookmark should workwithout trouble. Be careful that sometimes triggers are deleted when you don't have a successful reload and you save the file.

Regards.

Not applicable
Author

Karl:

I attached an example of the triggers i want to put on my server's app. I hope you can help me once again.

Regards

Orlando

Miguel_Angel_Baeyens

Hello Orlando,

This action should work when opening in server, but do you have set macros permissions on server? Check QMC, Server Settings, Security.

It may be important which client are you using (AJAX, Plugin). It might not work on Ajax.

Regards.

pover
Partner - Master
Partner - Master

The triggers work alright in my QlikView Server. Since triggers and actions are new in Version 9 make sure you have QlikView version 9?

There isn't any configuration that I know of that can desactivate this feature.

Regards.

Not applicable
Author

Hi Miguel,

We are using IE PlugIn, i will check the options on the QMC, it maybe be more for that way. I will check it and tell you later.

Thank you very much for your answer

Regards

Orlando

Not applicable
Author

Hi

Im using the last actualization of QV SR5 on both sides, Server and Developer. Any more ideas for this problem??

Regards

Not applicable
Author

Hi all

I have created an application in which on reload, using Trigger I create an excel sheet to specific location. Then another application is using that excel sheet.

It’s working fine on Desktop Application but its not working on SERVER.

I have checked Allow unsafe Macro also in QEMC- Security Tab still not working.

Can you help regarding This?