<?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: Pie chart and value from table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692797#M677263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yo can write your expression as&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exp1+exp2+exp3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You cannot use it from another chart&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 09:48:36 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-06-17T09:48:36Z</dc:date>
    <item>
      <title>Pie chart and value from table</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692794#M677260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use the values from table in pie chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column1 column2 column3 column4&lt;/P&gt;&lt;P&gt;exp1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp1+exp2+exp3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to put the values of column4 in pie chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it posssible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692794#M677260</guid>
      <dc:creator />
      <dc:date>2014-06-17T09:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart and value from table</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692795#M677261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nemanja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a pie chart will display 1 expression according to dimension&lt;/P&gt;&lt;P&gt;More than 1 (or 2) expression won't be easily readable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to store your total at the same level of other dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692795#M677261</guid>
      <dc:creator />
      <dc:date>2014-06-17T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart and value from table</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692796#M677262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that's not possible. You'll have to reuse the expressions from the chart and create one expression from them for the pie chart. What you can do is put the original expressions in variables and use the variables in the table and the pie chart. That way you'll have to maintain them in only one place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar1: sum(X)&lt;/P&gt;&lt;P&gt;vVar2: sum(Y)&lt;/P&gt;&lt;P&gt;vVar3: sum(Z)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exp1: $(vVar1)&lt;/P&gt;&lt;P&gt;exp2: $(vVar2)&lt;/P&gt;&lt;P&gt;exp3: $(vVar3)&lt;/P&gt;&lt;P&gt;exp4: $(vVar1) + $(vVar2) + $(vVar3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692796#M677262</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-17T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart and value from table</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692797#M677263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yo can write your expression as&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;exp1+exp2+exp3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You cannot use it from another chart&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-chart-and-value-from-table/m-p/692797#M677263</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T09:48:36Z</dc:date>
    </item>
  </channel>
</rss>

