<?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: Percentage Not Calculating in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467451#M487319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both work perfectly, unfortunately only one correct answer allowed! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each day i seem to learn just a little more!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 12:13:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-29T12:13:02Z</dc:date>
    <item>
      <title>Percentage Not Calculating</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467448#M487316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field : Call_Priority. &lt;/P&gt;&lt;P&gt;It holds the following values&lt;/P&gt;&lt;P&gt;&amp;lt;=7&lt;/P&gt;&lt;P&gt;&amp;gt;7 &amp;lt;=14&lt;/P&gt;&lt;P&gt;&amp;gt;14 &amp;lt;=21&lt;/P&gt;&lt;P&gt;&amp;gt;21&lt;/P&gt;&lt;P&gt;Ongoing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make a Straight Table diaplay the percentage of each of these values compared to the total. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dimention is Call_Priority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each field has a unique ID (fieldname ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(Call)Priority/count(ID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is producing 100% for all Call_Priorities. This isnt right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is because it has Call_Priority as a dimention so the sum(ID) is calculating how many IDs are falling under each value (which will be the same as the count) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need an expression which will give me the percentage of the total selection that falls within each of the &amp;lt;=7.... etc values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The % values should always add up to 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467448#M487316</guid>
      <dc:creator />
      <dc:date>2013-01-29T12:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Not Calculating</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467449#M487317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try count(ID)/count(total ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467449#M487317</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-29T12:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Not Calculating</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467450#M487318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(Call_Priority) / count(TOTAL Call_Priority)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and set the format in number tab to show percentage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467450#M487318</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-01-29T12:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage Not Calculating</title>
      <link>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467451#M487319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both work perfectly, unfortunately only one correct answer allowed! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each day i seem to learn just a little more!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 12:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percentage-Not-Calculating/m-p/467451#M487319</guid>
      <dc:creator />
      <dc:date>2013-01-29T12:13:02Z</dc:date>
    </item>
  </channel>
</rss>

