<?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: segmentation chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155335#M890441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please provide sample, meantime please explain more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 09:45:54 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-08-23T09:45:54Z</dc:date>
    <item>
      <title>segmentation chart</title>
      <link>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155334#M890440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do any one have idea how to create a chart to show segments based on the profit and revenue?&lt;/P&gt;&lt;P&gt;high revenue, less profit&lt;/P&gt;&lt;P&gt;hight reveneu,high profit&lt;/P&gt;&lt;P&gt;less revenue,less profit&lt;/P&gt;&lt;P&gt;less revenue,high profit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above are segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have fields like revenue, and profit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155334#M890440</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: segmentation chart</title>
      <link>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155335#M890441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please provide sample, meantime please explain more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 09:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155335#M890441</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-23T09:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: segmentation chart</title>
      <link>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155336#M890442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155336#M890442</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-08-23T12:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: segmentation chart</title>
      <link>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155337#M890443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that segments are static ?? if that is the case one easy way would be is to add it as a background image for a chart &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; and use for the analysis &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 12:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155337#M890443</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-08-23T12:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: segmentation chart</title>
      <link>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155338#M890444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I would try a scatter chart with dimension Customer&amp;nbsp; (or whatever is appropriate in your data model) and these expressions. Add a couple of reference lines at x=0.5 and y = 0.5 to divide the chart into the four quadrants you're interested in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X=&lt;/P&gt;&lt;P&gt;(Sum(revenue) -min(TOTAL Aggr(Sum(revenue),Customer)))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(max(TOTAL Aggr(Sum(revenue),Customer))-min(TOTAL Aggr(Sum(revenue),Customer)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Y=&lt;/P&gt;&lt;P&gt;(Sum(profit) -min(TOTAL Aggr(Sum(profit),Customer)))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(max(TOTAL Aggr(Sum(profit),Customer))-min(TOTAL Aggr(Sum(profit),Customer)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 13:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/segmentation-chart/m-p/1155338#M890444</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-08-23T13:00:56Z</dc:date>
    </item>
  </channel>
</rss>

