<?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: Finding percentage in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903433#M1011900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have a quote missing before USA, is that just a typo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ha previous reply arrived whilst writing - agree with the above, PS you don't need the * 100 if you format the output number as 'show in per cent (%) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 14:11:41 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2015-04-24T14:11:41Z</dc:date>
    <item>
      <title>Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903431#M1011898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a table and it contains a filed name country.Which contains country names .I want to find how many times&amp;nbsp; specified country names are populated&amp;nbsp; and percentage of&amp;nbsp; the total count of the country name occurrence to the&amp;nbsp; row count with in a specific date. I am using an expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;country={'India',USA','UK','Singapore','Canada'}&amp;gt;}If(Date &amp;gt;= $(vStartDate) AND Date &amp;lt;= $(vEndDate),country))&lt;/STRONG&gt; to find the count.&lt;/P&gt;&lt;P&gt;and using &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;count({&amp;lt;country={'India',USA','UK','Singapore','Canada'}&amp;gt;}If(Date &amp;gt;= $(vStartDate) AND Date &amp;lt;= $(vEndDate),country)) /count(TOTAL(country))* 100&lt;/STRONG&gt; to find the avg.But i am not getting the correct result.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903431#M1011898</guid>
      <dc:creator />
      <dc:date>2015-04-24T13:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903432#M1011899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couple things to try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) you are missing a single quote before USA ..it says:&amp;nbsp;&amp;nbsp; ,USA'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count({&amp;lt;country={'India',USA','UK','Singapore','Canada'}&amp;gt;}If(Date &amp;gt;= $(vStartDate) AND Date &amp;lt;= $(vEndDate),country))&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2) combine date search in set analysis modifier &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count( {&amp;lt;country={'India','USA','UK','Singapore','Canada'}, Date={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}&amp;gt;} country)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;... but i'd suggest copy/pasting the above in the label of the expression to ensure the date search mask is calculating right . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903432#M1011899</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-04-24T14:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903433#M1011900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have a quote missing before USA, is that just a typo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ha previous reply arrived whilst writing - agree with the above, PS you don't need the * 100 if you format the output number as 'show in per cent (%) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903433#M1011900</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-24T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903434#M1011901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;quote missing is typo error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903434#M1011901</guid>
      <dc:creator />
      <dc:date>2015-04-24T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903435#M1011902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,sorry the solutions are not working for me.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 04:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903435#M1011902</guid>
      <dc:creator />
      <dc:date>2015-04-26T04:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903436#M1011903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@jonathan poole when i am using date expression like you mentioned all the values are showing 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 04:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903436#M1011903</guid>
      <dc:creator />
      <dc:date>2015-04-26T04:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903437#M1011904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;hi thank for the help,but when i am using date expression like you mentioned all the values are showing 1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 04:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903437#M1011904</guid>
      <dc:creator />
      <dc:date>2015-04-26T04:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding percentage in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903438#M1011905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i were to guess its probably a date format issue with the Date, and making sure the date range for #2 matches your current Date format for the Date field . Please upload your QVW or a sample QVW .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-percentage-in-pivot-table/m-p/903438#M1011905</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-04-27T12:47:28Z</dc:date>
    </item>
  </channel>
</rss>

