<?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 Who triggered the reload of a document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147028#M25488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I see. I'm not sure of an automated way to handle both of those cases. Maybe someone else will have an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 22:06:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-17T22:06:36Z</dc:date>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147023#M25483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a way to get the information who/which application triggered a reload of a document?&lt;/P&gt;&lt;P&gt;I want to know if I have to deal with a manual reload or with a reload triggered by publisher.&lt;/P&gt;&lt;P&gt;Thanks in advance for your ideas!&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147023#M25483</guid>
      <dc:creator />
      <dc:date>2009-06-17T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147024#M25484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an Event Trigger called OnPostReload. This seems to trigger when doing a manual reload.&lt;/P&gt;&lt;P&gt;I created a macro linked to the OnPostReload Trigger. In the macro, I set a variable to the value of ActiveDocument.Evaluate("OSUSer()").&lt;/P&gt;&lt;P&gt;When doing a manual reload, that will set the variable with the login name (with domain) of the user who did the reload.&lt;/P&gt;&lt;P&gt;I guess at that point, you could write the value to an Excel file or another data source for recording.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 21:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147024#M25484</guid>
      <dc:creator />
      <dc:date>2009-06-17T21:39:45Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147025#M25485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your answer!&lt;/P&gt;&lt;P&gt;... but, the OnPostReload-trigger is also triggered when the document reload is made by the publisher; so I could not distinguish between a manual reload or a reload triggered by the publisher ...&lt;/P&gt;&lt;P&gt;??&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Stefa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 21:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147025#M25485</guid>
      <dc:creator />
      <dc:date>2009-06-17T21:46:21Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147026#M25486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But wouldn't the value of OSUser() be able to identify where the reload was done? If an end user did the reload, you would get their login information. If the server did the reload, you would get the server information. You would probably need to do some testing and parsing of the results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 21:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147026#M25486</guid>
      <dc:creator />
      <dc:date>2009-06-17T21:49:23Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147027#M25487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats correct; but in my case I have to differentiate if:&lt;/P&gt;&lt;P&gt;- either the developer is doing the reload&lt;BR /&gt;or&lt;BR /&gt;- the reload is triggered by publisher ...&lt;BR /&gt;&lt;BR /&gt;So far so good, but the devoper and the publisher are running under the same user-context ...&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 22:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147027#M25487</guid>
      <dc:creator />
      <dc:date>2009-06-17T22:00:47Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147028#M25488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I see. I'm not sure of an automated way to handle both of those cases. Maybe someone else will have an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 22:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147028#M25488</guid>
      <dc:creator />
      <dc:date>2009-06-17T22:06:36Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147029#M25489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nethertheless, thanks ...&lt;/P&gt;&lt;P&gt;Maybe the only way is really to change the user-contexts and distinguish with those different user contexts ...&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 22:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147029#M25489</guid>
      <dc:creator />
      <dc:date>2009-06-17T22:22:37Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147030#M25490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be tested but you can use osUser() and qlikviewversion().&lt;/P&gt;&lt;P&gt;Maybe you'll be able to differenciate Developper and publisher versions... to be tested&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 22:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147030#M25490</guid>
      <dc:creator />
      <dc:date>2009-06-17T22:23:46Z</dc:date>
    </item>
    <item>
      <title>Who triggered the reload of a document</title>
      <link>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147031#M25491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the developer does not reload on the same machine as Publisher, you may be able to make a distinction uisng computername().&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 03:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Who-triggered-the-reload-of-a-document/m-p/147031#M25491</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-06-18T03:20:28Z</dc:date>
    </item>
  </channel>
</rss>

