<?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: session log analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836525#M991336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;=Num(TimeStamp#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SESSION_DURATION&lt;/SPAN&gt;, 'hh:mm:ss')) * 24*60*60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 08:06:57 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-07-09T08:06:57Z</dc:date>
    <item>
      <title>session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836521#M991332</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;trying to get session duration. but im not getting it properly plz refer 'session duration(In Sec.)' column. if my 'no.of session' is more than 1 then i have to get total session duration for that user. Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Expressions used in below chart:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No. Of Session&lt;/STRONG&gt; =COUNT(SESSION_START)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Session Duration (In Sec.)&lt;/STRONG&gt;=(SESSION_DURATION)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="session log.png" class="jive-image image-1" src="/legacyfs/online/92354_session log.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836521#M991332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T08:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836522#M991333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Problem is that you didnot use a function&lt;/P&gt;&lt;P&gt;use sum(SESSION_DURATION) should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836522#M991333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T08:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836523#M991334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SESSION_DURATION) instead of just (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SESSION_DURATION&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836523#M991334</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-09T08:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836524#M991335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use an aggregation function like avg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(SESSION_DURATION)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that would be at least &lt;SPAN class="st"&gt;arithmetically correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Other thing would be, if you have a Session_End field you could calculate sum(&lt;SPAN class="st"&gt;Session_End - &lt;SPAN class="st"&gt;Session_End)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;if you have a unique ID for each session put this in your dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt; Christian&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836524#M991335</guid>
      <dc:creator>schlettig</dc:creator>
      <dc:date>2015-07-09T08:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836525#M991336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;=Num(TimeStamp#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SESSION_DURATION&lt;/SPAN&gt;, 'hh:mm:ss')) * 24*60*60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836525#M991336</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-09T08:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836526#M991337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Sum&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(SESSION_DURATION) to get the sum of Session duration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836526#M991337</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-09T08:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836527#M991338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kanimozhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(SESSION_DURATION)&lt;/STRONG&gt; working or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you calculating SESSION_DURATION field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836527#M991338</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-09T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836528#M991339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp; tyagishaila&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session duration is directly coming from session log file. if i am using &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(SESSION_DURATION) &lt;/STRONG&gt;is not giving correct result. so in script i am doing&amp;nbsp; SESSION_DURATION * 86400 AS Ses_dur_in_sec, and doing in expression sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ses_dur_in_sec&lt;/SPAN&gt;) then coming correct. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea how i can get this without doing it in seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 08:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836528#M991339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836529#M991340</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;If you try your *86400 in front end expression instead of script, then what happened?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836529#M991340</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-09T09:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836530#M991341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi tyagishaila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both giving me same answer anyways that seconds is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now i need to show this in 1 to 6 months and 7 to 12 months columns, as i am not very sure in interval match for months. is it possible to help me on this please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836530#M991341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836531#M991342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Atleast share image of chart/Table which actually you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836531#M991342</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-09T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836532#M991343</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 for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached chart for sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mentioned my comments in red color. please help me to achieve thhis&lt;/P&gt;&lt;P&gt;thanks&lt;IMG alt="chart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92371_chart.png" style="height: 284px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836532#M991343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T09:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836533#M991345</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;In script arrive a new column like below and use it as dimension in Pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SESSION_START &amp;gt;= MonthStart(Today(), -5), MonthName(Today()) &amp;amp; ' to ' &amp;amp; MonthName(Today(), -5),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SESSION_START &amp;gt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;MonthStart(Today(), -17), &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;MonthName(Today(), -6) &amp;amp; ' to ' &amp;amp; MonthName(Today(), -17),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'Other'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM ------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836533#M991345</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-09T09:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836534#M991346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jagan's post will help you surely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it.. and let us know is it working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836534#M991346</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-09T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: session log analysis</title>
      <link>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836535#M991347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks alot its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/session-log-analysis/m-p/836535#M991347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T10:04:10Z</dc:date>
    </item>
  </channel>
</rss>

