<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Get document name and server indicator in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245003#M707584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Furthermore I would like to know whether my reload is initiated by the server scheduler or in the foreground by a user. &amp;gt;Would that be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; faked this test in the past by testing the ComputerName() or OsUser() function. If it's the server name or server userid, I assume it's a server reload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jan 2012 23:48:22 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2012-01-02T23:48:22Z</dc:date>
    <item>
      <title>Get document name and server indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245001#M707582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have an idea if it is possible to get the name your qvw document (either with a function of in a vb script) during reload?&lt;/P&gt;&lt;P&gt;Furthermore I would like to know whether my reload is initiated by the server scheduler or in the foreground by a user. Would that be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 13:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245001#M707582</guid>
      <dc:creator />
      <dc:date>2012-01-02T13:14:35Z</dc:date>
    </item>
    <item>
      <title>Get document name and server indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245002#M707583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;retrieving the document name should be easy, try something from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="DocumentName"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;DocumentName( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string containing the name of the current QlikView document, without path but with extension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="DocumentPath"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;DocumentPath( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string containing the full path to the current QlikView document. &lt;/P&gt;&lt;P class="syntax"&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;DocumentTitle( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string containing the title of the current QlikView document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know a way to get the reload trigger information from within the script execution, maybe you can use a task&amp;nbsp; in the server to write a flag file before reoloading or something like that and check for the file in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 20:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245002#M707583</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-02T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Get document name and server indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245003#M707584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Furthermore I would like to know whether my reload is initiated by the server scheduler or in the foreground by a user. &amp;gt;Would that be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; faked this test in the past by testing the ComputerName() or OsUser() function. If it's the server name or server userid, I assume it's a server reload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 23:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245003#M707584</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-02T23:48:22Z</dc:date>
    </item>
    <item>
      <title>Get document name and server indicator</title>
      <link>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245004#M707585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.. exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 05:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-document-name-and-server-indicator/m-p/245004#M707585</guid>
      <dc:creator />
      <dc:date>2012-01-03T05:11:14Z</dc:date>
    </item>
  </channel>
</rss>

