<?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 Avg Logging Time calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125765#M8747</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;iam adding new visualizations in existing&amp;nbsp; &lt;STRONG&gt;Qliksense operations monitoring app&lt;/STRONG&gt;, required your suggestions or inputs to derive certain kpi's , &lt;SPAN style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;i want to calculate&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;Daily Avg Logging time &lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;,&lt;/SPAN&gt;we have &lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;Log Entry Period Start&lt;/STRONG&gt;&amp;nbsp; and&amp;nbsp; &lt;STRONG&gt;Log Timestamp&lt;/STRONG&gt; fields in Log Content table,&amp;nbsp; are those to be used to achieve the kpi? how do i achieve it ? and also what is the difference between Logging time &amp;amp; Session time in context of Qliksense environment? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 15:35:23 GMT</pubDate>
    <dc:creator>chaitanyajami</dc:creator>
    <dc:date>2018-07-25T15:35:23Z</dc:date>
    <item>
      <title>Avg Logging Time calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125765#M8747</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;iam adding new visualizations in existing&amp;nbsp; &lt;STRONG&gt;Qliksense operations monitoring app&lt;/STRONG&gt;, required your suggestions or inputs to derive certain kpi's , &lt;SPAN style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;i want to calculate&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;Daily Avg Logging time &lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;,&lt;/SPAN&gt;we have &lt;SPAN lang="EN-GB" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;STRONG&gt;Log Entry Period Start&lt;/STRONG&gt;&amp;nbsp; and&amp;nbsp; &lt;STRONG&gt;Log Timestamp&lt;/STRONG&gt; fields in Log Content table,&amp;nbsp; are those to be used to achieve the kpi? how do i achieve it ? and also what is the difference between Logging time &amp;amp; Session time in context of Qliksense environment? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 15:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125765#M8747</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2018-07-25T15:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Looging Time calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125766#M8748</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;don't know what is the fields you can use and what type of Kpi's you need exactly.. but it is clear that you will have to calculate the difference between two timestamp fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will need to evaluate your fields using Timestamp#()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then calculating the difference of time using Interval()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval(Timestamp#(....) - Timestamp#(....),'the format you need')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 15:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125766#M8748</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-25T15:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Logging Time calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125767#M8749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Youssef,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response,&amp;nbsp; i want to calculate the average logging time by users in Qliksense operational monitoring app which collects all the log information. but above expression was not working if iam using in KPI object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 11:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125767#M8749</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2018-07-26T11:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Logging Time calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125768#M8750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you make some selections on the Log Id it works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to have an aggregated view ? or by Log Id after selections ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 11:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125768#M8750</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-26T11:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Logging Time calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125769#M8751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to show this avg logging time as kpi object as aggregated value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125769#M8751</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2018-07-26T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Avg Logging Time calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125770#M8752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try nested aggregation using Aggr() outside of the existing expression, aggregating on the Log Id field for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=AGGR(your_expression,LOF_ID_FIELD)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-Logging-Time-calculation/m-p/125770#M8752</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-26T14:35:49Z</dc:date>
    </item>
  </channel>
</rss>

