<?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 Top 10 Accounts by Hour of Day in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Top-10-Accounts-by-Hour-of-Day/m-p/1784485#M61148</link>
    <description>&lt;P&gt;I am trying to present in a Stacked Bar chart the Top 10 Accounts by Hour of the day.&amp;nbsp; Specifically, I want to see the Top 10 Client within each our of the day based upon their&amp;nbsp; number of Calls for that hour.&lt;/P&gt;&lt;P&gt;I have the graph presenting the hours, and showing the accounts but it seems as though I am only getting the Top 10 for the day, and then showing each of their call volumes for each hour of the day.. which is NOT what I am looking for.&amp;nbsp; I want to see Account 100 if they had the most calls in the 4pm hour even if they were not in the top 10 for the day.&amp;nbsp; Additionally, I am only seeing 1 account for the first hours of the day..&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the formula I have in the Accounts Bar and I am NOT including nulls&lt;/P&gt;&lt;P&gt;//------------------------------------------------&lt;/P&gt;&lt;P&gt;If(Aggr(Rank(Count(Distinct(UCN))),Account)&amp;gt;=10,Account)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;//----------------------------------------------&lt;/P&gt;&lt;P&gt;The measures is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Call Type]={'Live'}, Answered={"&amp;gt;=1"}&amp;gt;}Distinct(UCN))&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What am I missing.. and THANK YOU in advance&lt;/P&gt;</description>
    <pubDate>Sun, 21 Feb 2021 16:37:05 GMT</pubDate>
    <dc:creator>jphillipsepg</dc:creator>
    <dc:date>2021-02-21T16:37:05Z</dc:date>
    <item>
      <title>Top 10 Accounts by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Top-10-Accounts-by-Hour-of-Day/m-p/1784485#M61148</link>
      <description>&lt;P&gt;I am trying to present in a Stacked Bar chart the Top 10 Accounts by Hour of the day.&amp;nbsp; Specifically, I want to see the Top 10 Client within each our of the day based upon their&amp;nbsp; number of Calls for that hour.&lt;/P&gt;&lt;P&gt;I have the graph presenting the hours, and showing the accounts but it seems as though I am only getting the Top 10 for the day, and then showing each of their call volumes for each hour of the day.. which is NOT what I am looking for.&amp;nbsp; I want to see Account 100 if they had the most calls in the 4pm hour even if they were not in the top 10 for the day.&amp;nbsp; Additionally, I am only seeing 1 account for the first hours of the day..&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the formula I have in the Accounts Bar and I am NOT including nulls&lt;/P&gt;&lt;P&gt;//------------------------------------------------&lt;/P&gt;&lt;P&gt;If(Aggr(Rank(Count(Distinct(UCN))),Account)&amp;gt;=10,Account)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;//----------------------------------------------&lt;/P&gt;&lt;P&gt;The measures is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Call Type]={'Live'}, Answered={"&amp;gt;=1"}&amp;gt;}Distinct(UCN))&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What am I missing.. and THANK YOU in advance&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 16:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-10-Accounts-by-Hour-of-Day/m-p/1784485#M61148</guid>
      <dc:creator>jphillipsepg</dc:creator>
      <dc:date>2021-02-21T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Top 10 Accounts by Hour of Day</title>
      <link>https://community.qlik.com/t5/App-Development/Top-10-Accounts-by-Hour-of-Day/m-p/1784494#M61151</link>
      <description>&lt;P&gt;Try this as measure?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(&lt;FONT color="#FF0000"&gt;TOTAL &amp;lt;Date&amp;gt;&lt;/FONT&gt; {&amp;lt;[Call Type]={'Live'}, Answered={"&amp;gt;=1"}&lt;FONT color="#FF0000"&gt;, Time={'4 PM'}&lt;/FONT&gt;&amp;gt;}Distinct(UCN))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 18:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Top-10-Accounts-by-Hour-of-Day/m-p/1784494#M61151</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-02-21T18:55:49Z</dc:date>
    </item>
  </channel>
</rss>

