<?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 Using output of one chart in another in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455984#M1151228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a created a straight table which uses data plus undertakes some calculations on it. I.e. I get total of Premiums in one column then spread it over policy duration in another column and get Accrued Premium. Then take Payouts from another table and create an expression to display Profit. In the same chart I can refer to other expressions and get the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to create a bar graph using the output of column [Profit] which is in Chart ID CH28. How can I reference that chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2013 11:42:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-10T11:42:56Z</dc:date>
    <item>
      <title>Using output of one chart in another</title>
      <link>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455984#M1151228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a created a straight table which uses data plus undertakes some calculations on it. I.e. I get total of Premiums in one column then spread it over policy duration in another column and get Accrued Premium. Then take Payouts from another table and create an expression to display Profit. In the same chart I can refer to other expressions and get the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to create a bar graph using the output of column [Profit] which is in Chart ID CH28. How can I reference that chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 11:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455984#M1151228</guid>
      <dc:creator />
      <dc:date>2013-06-10T11:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using output of one chart in another</title>
      <link>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455985#M1151229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can't; each chart output depends on dimensions and expressions of that chart.&lt;/P&gt;&lt;P&gt;To obtain same values in another chart ypu have to replicate dimensions and expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 11:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455985#M1151229</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-06-10T11:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using output of one chart in another</title>
      <link>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455986#M1151230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the working is done in quite a few steps, is it possible to have expressions and hide them? Otherwise it becomes quite a long expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 04:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455986#M1151230</guid>
      <dc:creator />
      <dc:date>2013-06-11T04:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using output of one chart in another</title>
      <link>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455987#M1151231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid there is no way to read the results of an expression from a chart into another chart. What you can do, is put the expression into a variable and use that variable in both charts. For (a simple) example, In your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vExpr = =Sum(Sales);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Yes that is two = signs) You could also enter the expression using the variable dialog (Ctrl-Alt-V). And in your charts, use the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vExpr)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the expression changes, then simply change the variable definition. Note that this does not stop QV from recalculating the expression for each chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 07:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-output-of-one-chart-in-another/m-p/455987#M1151231</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-06-11T07:22:36Z</dc:date>
    </item>
  </channel>
</rss>

