<?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 Percent count in a pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230753#M82565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need the total of abbonements of that VertegenwoordigerID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Oct 2010 09:51:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-07T09:51:30Z</dc:date>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230749#M82561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table with two columns. In the first column i make a count of the abonnees. How can i get the percent of that counts in the second column from the total abonnees of that row.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2518_sourceID:2518" /&gt;&lt;/P&gt;&lt;P&gt;Who can help me with this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 08:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230749#M82561</guid>
      <dc:creator />
      <dc:date>2010-10-07T08:53:11Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230750#M82562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=Num( Count(Aantal)/Count(Total Aantal) * 100, 0.00) &amp;amp; '%'&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 09:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230750#M82562</guid>
      <dc:creator />
      <dc:date>2010-10-07T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230751#M82563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;=Num(Count(Klantnummer_BC)/Count({&amp;lt;VertegenwoordigerId={'2'}&amp;gt;}Total Klantnummer_BC))&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;This one works only for the first column. How can i make {&amp;lt;VertegenwoordigerId={'2'}&amp;gt;} variable so he takes the columnvalue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 09:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230751#M82563</guid>
      <dc:creator />
      <dc:date>2010-10-07T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230752#M82564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk&lt;/P&gt;&lt;P&gt;I didn't get your idea on this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;dirkgroen wrote:&lt;BR /&gt; How can i make {&amp;lt;VertegenwoordigerId={'2'}&amp;gt;} variable so he takes the columnvalue?&lt;BR /&gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You want to save the value of Vertegenwoordigerid in a variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 09:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230752#M82564</guid>
      <dc:creator />
      <dc:date>2010-10-07T09:43:58Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230753#M82565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need the total of abbonements of that VertegenwoordigerID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 09:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230753#M82565</guid>
      <dc:creator />
      <dc:date>2010-10-07T09:51:30Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230754#M82566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Ahh.. ok.. how about adding '$' in to your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR style="margin:0cm 0cm 0pt;" /&gt;=Num(Count(Klantnummer_BC)/Count({$&amp;lt;VertegenwoordigerId={'2'}&amp;gt;}Total Klantnummer_BC))&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 10:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230754#M82566</guid>
      <dc:creator />
      <dc:date>2010-10-07T10:06:34Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230755#M82567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i hardcoded set de vertegenwoordigerID on 2 it works for the first. But not for the others. so VertegenwoordigerId needs to be variable and abonnementen not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 10:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230755#M82567</guid>
      <dc:creator />
      <dc:date>2010-10-07T10:32:08Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230756#M82568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none; text-align: left"&gt;This is the sollution.&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none; text-align: left"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none; text-align: left"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none; text-align: left"&gt;=Num(Count(Klantnummer_BC)/Count(Total &amp;lt;VertegenwoordigerId&amp;gt; Klantnummer_BC))&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none; text-align: left"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none; text-align: left"&gt;Thanks anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 10:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230756#M82568</guid>
      <dc:creator />
      <dc:date>2010-10-07T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Percent count in a pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230757#M82569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.. can you share to us your file? (or a sample of it) so that we can help you more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 10:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Percent-count-in-a-pivot/m-p/230757#M82569</guid>
      <dc:creator />
      <dc:date>2010-10-07T10:50:27Z</dc:date>
    </item>
  </channel>
</rss>

