<?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 Re: Calculating User Concurrency from an Access Log in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163651#M379074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank. I simply created a spreadsheet with 5 minute intervals that I'll load in and join the field to a date variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2016 13:05:25 GMT</pubDate>
    <dc:creator>shane_spencer</dc:creator>
    <dc:date>2016-08-24T13:05:25Z</dc:date>
    <item>
      <title>Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163645#M379068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got an Access Log that shows every time a named user logs on to one of our Instances, when they logged off and sessions duration - see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that data is it possible to parse the data so it shows at 5 minute intervals for every day how many concurrent users were logged on to each Instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="135404" alt="SessionLog.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135404_SessionLog.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163645#M379068</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2016-08-24T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163646#M379069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you just interval match the timestamp to 'bucket' them and analyse that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Qlikview Governance Dashboard does concurrency so it could be worth downloading and taking a look at that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 11:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163646#M379069</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-24T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163647#M379070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are not QlikView logs - not sure if that was made clear. I have used Governance Dashboard previously and the code was locked down so I could not view it but I assume it uses the Performance Logs which collects Active Users at the interval you set. Unfortunately the App I'm using does not have such a log that's why I'm having to parse the Access Logs. Thanks for the heads up about Interval Match though - I'll take a look in to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this which is giving me some ideas:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2940"&gt;Creating Reference Dates for Intervals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but it's not quite exactly what I'm after I don't think. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 12:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163647#M379070</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2016-08-24T12:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163648#M379071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry that is my fault for not explaining my logic properly, of course I can see that it isn't the QLik logs but I wasn't sure if the method in the governance dashboard would have been helpful or not.&lt;/P&gt;&lt;P&gt;You can get into the code (at least in 2.0) the password is on the first page of the script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is definitely possible to do and not that complex, I've done something similar in the past but can't put my hand on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me see if I can dig it out of the back of my brain and knock up an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 12:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163648#M379071</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-24T12:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163649#M379072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have it working - the Interval Match was enough of a point in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 12:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163649#M379072</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2016-08-24T12:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163650#M379073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found this on auto generating time i.e. if a time doesn't exist but you still want a continuous series of data.&lt;/P&gt;&lt;P&gt;Just skip right to the last post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/2571" title="https://community.qlik.com/thread/2571"&gt;https://community.qlik.com/thread/2571&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163650#M379073</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-08-24T13:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163651#M379074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank. I simply created a spreadsheet with 5 minute intervals that I'll load in and join the field to a date variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163651#M379074</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2016-08-24T13:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating User Concurrency from an Access Log</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163652#M379075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to get something working using the Time Interval option. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 14:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-User-Concurrency-from-an-Access-Log/m-p/1163652#M379075</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2016-08-24T14:45:21Z</dc:date>
    </item>
  </channel>
</rss>

