<?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: Average count by hour in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003905#M14838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not able to get what I am looking for, I have tried the total in load also and still not quite their.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the effort though, no very close just not exact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 19:47:34 GMT</pubDate>
    <dc:creator>arsallee3</dc:creator>
    <dc:date>2015-12-03T19:47:34Z</dc:date>
    <item>
      <title>Average count by hour</title>
      <link>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003902#M14835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good evening Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working on this and not able to make it work as would like. Wish to compare average count per hour to a daily count per hour. I have the hour fine however not able to get the average per hour except in total format not across by hour for all days. Below is by hour for single day from filter selection. Would like the Average to be all tickets in database, no missin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Hour(TimeField) to select the hour&lt;/P&gt;&lt;P&gt;Counting by Count(TicketID)&lt;/P&gt;&lt;P&gt;Location Name is a field for multiple locations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="107563" alt="Hourly.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107563_Hourly.gif" style="height: 232px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Here is what currently using to get this result, I am sure missing something small just not able to determine what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg(aggr(Count( {1} distinct TicketNo) , LocationName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached sample QVF
Message was edited by: Andy Sallee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2021 15:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003902#M14835</guid>
      <dc:creator>arsallee3</dc:creator>
      <dc:date>2021-12-22T15:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Average count by hour</title>
      <link>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003903#M14836</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;Can you add a sample of your data or your qvf ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 10:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003903#M14836</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2015-11-30T10:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Average count by hour</title>
      <link>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003904#M14837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to calculate Hour in the data model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you calculate the counts by the intersection of an hour and a location and then average those details .&amp;nbsp; You may also need TOTAL &amp;lt;LocationName&amp;gt; in the outer avg()&amp;nbsp; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;avg( aggr(Count( {1} distinct TicketNo) , LocationName,Hour)&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 17:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003904#M14837</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-30T17:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Average count by hour</title>
      <link>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003905#M14838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not able to get what I am looking for, I have tried the total in load also and still not quite their.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate the effort though, no very close just not exact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Average-count-by-hour/m-p/1003905#M14838</guid>
      <dc:creator>arsallee3</dc:creator>
      <dc:date>2015-12-03T19:47:34Z</dc:date>
    </item>
  </channel>
</rss>

