<?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: List Box - Displaying both frequency and percentage in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849178#M1000604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 16:21:50 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-08T16:21:50Z</dc:date>
    <item>
      <title>List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849173#M1000598</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;I need to display both the count (frequency) and the percentage for the field in a list box object.&amp;nbsp; I know that in properties you select 'show frequency' to show the count and 'In Percent' to show the count in a percentage format.&amp;nbsp; I need to display both for the field for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type:&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 (20%)&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 (50%)&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 (30%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849173#M1000598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T15:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849174#M1000599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the expression tab within the list box properties tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88698_Capture.PNG" style="height: 525px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write a expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(Type) &amp;amp; ' (' &amp;amp; Num(Count(Type)/Count(TOTAL Type), '#.0%') &amp;amp; ')'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849174#M1000599</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T16:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849175#M1000600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use this expression if you don't want the count and % to change based on a selection of type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Type = &amp;gt;}Type) &amp;amp; ' (' &amp;amp; Num(Count({&amp;lt;Type = &amp;gt;}Type)/Count({&amp;lt;Type = &amp;gt;}TOTAL Type), '#.0%') &amp;amp; ')'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849175#M1000600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T16:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849176#M1000601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see tis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="val with per.PNG" class="jive-image image-1" src="/legacyfs/online/88703_val with per.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849176#M1000601</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-08T16:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849177#M1000602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunindia..That worked...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849177#M1000602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849178#M1000604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849178#M1000604</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T16:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: List Box - Displaying both frequency and percentage</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849179#M1000606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark it as Answered....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 16:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Displaying-both-frequency-and-percentage/m-p/849179#M1000606</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2015-06-08T16:25:41Z</dc:date>
    </item>
  </channel>
</rss>

