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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

System Variables

Are there any variables that can be used to

     a. Determine the server/client hostname in the script - I need it to return the name of the server

     b. Determine if the script is being executed by Publisher or not

I want to execute some additional script on one particular server and don't want to have to create more than one load script.

Same if script is being executed by publisher via an automated task

Labels (1)
1 Reply
tresB
Champion III
Champion III

For hostname: ComputerName()

For Publisher check: I am not aware of.