<?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 Expression to count no of rows with same key value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725993#M1062249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to plot a scatter chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Profit &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;List Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;South Africa&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;India&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Thailand&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am plotting scatter plot of sales vs Profit with dimension Country. Now I need to have a bubble size of USA to be shown big as I have 2 records for USA. But for others it should be of same size smaller to USA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate an expression, which would give me count of rows 2 for USA and 1 for others so that I can vary my bubble size. Can you help me how to calculate this expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 06:18:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-18T06:18:08Z</dc:date>
    <item>
      <title>Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725993#M1062249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to plot a scatter chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Profit &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;List Price&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;40&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;South Africa&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;India&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Thailand&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am plotting scatter plot of sales vs Profit with dimension Country. Now I need to have a bubble size of USA to be shown big as I have 2 records for USA. But for others it should be of same size smaller to USA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate an expression, which would give me count of rows 2 for USA and 1 for others so that I can vary my bubble size. Can you help me how to calculate this expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725993#M1062249</guid>
      <dc:creator />
      <dc:date>2014-09-18T06:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725994#M1062250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count(country) is that what your mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725994#M1062250</guid>
      <dc:creator>linusblomberg</dc:creator>
      <dc:date>2014-09-18T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725995#M1062252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pinaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to have calculated dimensions for the chart to plot across the Sales and Profit.&lt;/P&gt;&lt;P&gt;The count of country would be the expression and would determine the size of the bubble.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725995#M1062252</guid>
      <dc:creator />
      <dc:date>2014-09-18T06:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725996#M1062254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725996#M1062254</guid>
      <dc:creator />
      <dc:date>2014-09-18T06:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725997#M1062256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am using Personal edition. hence cant open this file. can u please give me the formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725997#M1062256</guid>
      <dc:creator />
      <dc:date>2014-09-18T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725998#M1062258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that not show you what you want? the yellow bubble (USA) is twice the size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725998#M1062258</guid>
      <dc:creator>linusblomberg</dc:creator>
      <dc:date>2014-09-18T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725999#M1062260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Sorry Linus. I am not able to open your QVW file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/725999#M1062260</guid>
      <dc:creator />
      <dc:date>2014-09-18T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/726000#M1062262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="18-09-2014 14-54-55.png" class="jive-image" src="/legacyfs/online/67073_18-09-2014 14-54-55.png" style="width: 620px; height: 544px;" /&gt;&lt;IMG alt="18-09-2014 14-55-12.png" class="jive-image" src="/legacyfs/online/67074_18-09-2014 14-55-12.png" style="width: 620px; height: 544px;" /&gt;&lt;IMG alt="18-09-2014 14-55-33.png" class="jive-image" src="/legacyfs/online/67075_18-09-2014 14-55-33.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 06:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/726000#M1062262</guid>
      <dc:creator />
      <dc:date>2014-09-18T06:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression to count no of rows with same key value</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/726001#M1062264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pinaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the above solution work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-count-no-of-rows-with-same-key-value/m-p/726001#M1062264</guid>
      <dc:creator />
      <dc:date>2014-09-18T07:34:45Z</dc:date>
    </item>
  </channel>
</rss>

