<?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: Table expression with Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630959#M1087318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;This worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 11:57:21 GMT</pubDate>
    <dc:creator>linoyel</dc:creator>
    <dc:date>2014-05-28T11:57:21Z</dc:date>
    <item>
      <title>Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630954#M1087313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need help in writing the table expression.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have 1 dimension (Products) and my first expression counts people who were interested in that product: count(customers).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I need second expression that will calculate count(customers) for a specific product out of total count(customers) and show the result in percents...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For example, 5 people were interested in apples and 3 people were interested in oranges.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Total is 8 people.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So for the apples row, I need an expression that will do this: 5/8 *100%&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And for the oranges row it will be: 3/8 *100%&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Of course, all other "current selections" are supposed to stay the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630954#M1087313</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-28T11:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630955#M1087314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(customers) / count({&amp;lt;Products = &amp;gt;}customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have any other dimensions then Products you also have to use them in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630955#M1087314</guid>
      <dc:creator />
      <dc:date>2014-05-28T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630956#M1087315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's count(customers)/count(TOTAL customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630956#M1087315</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-05-28T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630957#M1087316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count(customers)/count(total customers))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630957#M1087316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-28T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630958#M1087317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the solution was suggested in other thread &lt;A _jive_internal="true" href="https://community.qlik.com/message/537041#537041"&gt;here&lt;/A&gt; holds good. Did you you try that? Otherwise, try to post your sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630958#M1087317</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-28T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630959#M1087318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;This worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630959#M1087318</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-28T11:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table expression with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630960#M1087319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you!&lt;/P&gt;&lt;P&gt;I didn't think it was THAT simple!&lt;/P&gt;&lt;P&gt;Already checked your answer as a correct one in a first thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 11:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-expression-with-Set-Analysis/m-p/630960#M1087319</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2014-05-28T11:58:21Z</dc:date>
    </item>
  </channel>
</rss>

