<?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: Stacked Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014716#M344069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you post the sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2016 03:28:05 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-03-18T03:28:05Z</dc:date>
    <item>
      <title>Stacked Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014715#M344068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a simple chart:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118403_chart.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;showing the customers count by profit value.&lt;/P&gt;&lt;P&gt;the dimension is: Years.&lt;/P&gt;&lt;P&gt;the 3 expressions are: Count(DISTINCT DEPTID) //depid is customer&lt;/P&gt;&lt;P&gt;i also have a variable that can calculate the profit percent,&lt;/P&gt;&lt;P&gt;and i want to split the customer by that percent.&lt;/P&gt;&lt;P&gt;the &lt;SPAN style="font-size: 13.3333px;"&gt;variable &lt;/SPAN&gt;is: ((sum(AMOUNT)/sum(TIMESPENT))-[TARGET_PRICE])/[TARGET_PRICE].&lt;/P&gt;&lt;P&gt;the question is how to split the bars by that variable? i can't put the varible into set analysis, &lt;/P&gt;&lt;P&gt;is there a way to do it?&lt;/P&gt;&lt;P&gt;thanks for any help, and sorry for bad english.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2016 11:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014715#M344068</guid>
      <dc:creator />
      <dc:date>2016-03-17T11:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014716#M344069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you post the sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 03:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014716#M344069</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-03-18T03:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014717#M344070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this can be derived - &lt;/P&gt;&lt;P&gt;Count({&amp;lt;DEPTID={"=$(vProfit)&amp;gt;0.10"}&amp;gt;}DEPTID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 03:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014717#M344070</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-18T03:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014718#M344071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want this to be dynamic (ie the user can change the target amounts), you will need to do this through a calculated dimension. If it is static (not subject to user selections), then you should do this in script and set a derived variable for (profitable, average, un&lt;SPAN style="font-size: 13.3333px;"&gt;profitable).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have not defined how the 3 bands are assigned. If you provide more information, preferably a qvw sample with representative data, and explain in more detail exactly how the profit would be determined and banded, then you will get more detailed help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 05:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014718#M344071</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-18T05:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014719#M344072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz share the sample data or&amp;nbsp; set expression where you want to add your variable and also share the screen shot of chart how exactly you want to split your bars....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 05:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart/m-p/1014719#M344072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T05:12:31Z</dc:date>
    </item>
  </channel>
</rss>

