Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
erichshiino
Partner - Master
Partner - Master

Identify application running on server

Hi!

How do I identify if my application is running on a server or locally (using macros)?

Thanks in advance

Erich

4 Replies
prieper
Master II
Master II

Do you need to know, whether you have opened an application on the server? Otherwise you may simply inspect the first character from FilePath()-function, if "C", it is local, if e.g. "F" it may be on the server

Peter

Not applicable

Hi Guys,

so, is there any flag set somewhere for this?

Thanks

erichshiino
Partner - Master
Partner - Master
Author

Hi,Alain

Since QV 10 there are new functions for this.

Please, check Miguel's answer here:

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

I forgot to update this thread.

Regards,

Erich

Miguel_Angel_Baeyens

Hi,

You can use the Sessions.log of the QlikView Server in addition to that, so you can get more information on where you are running your documents. Special attention are worth the fields "Client Build Version" (empty for Ajax connections) and "Client Type" (Windows Exe for Desktop, browser name and version...).

Hope that helps.

Miguel