<?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 Can you use data from one chart object in another chart object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229203#M81156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The overall winner above should say = Y+G+W+R,&lt;/P&gt;&lt;P&gt;but when I have added it as code with square brackets it has turned them into pictures. &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Oct 2010 10:59:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-06T10:59:27Z</dc:date>
    <item>
      <title>Can you use data from one chart object in another chart object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229200#M81153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use a result expression from one chart object as an input for another chart object?&lt;/P&gt;&lt;P&gt;I know you can reference to different fields within the same object&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;SALES=Sum(Sales);&lt;/P&gt;&lt;P&gt;BUDGET=Sum(Budget);&lt;/P&gt;&lt;P&gt;SalesVsBudget= [SALES]/[BUDGET]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but can you link to something like this:&lt;/P&gt;&lt;P&gt;SalesVsBudget= [ CH01 'SALES' ] / [ CH01 'BUDGET' ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the answer to this is a NO, but I was wondering if anyone has a better suggestion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 10:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229200#M81153</guid>
      <dc:creator />
      <dc:date>2010-10-06T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Can you use data from one chart object in another chart object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229201#M81154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you wish to achieve?&lt;BR /&gt;If you use the formula for SALES also in Ch01, it should give always the same results.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 10:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229201#M81154</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-10-06T10:40:47Z</dc:date>
    </item>
    <item>
      <title>Can you use data from one chart object in another chart object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229202#M81155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example I am working with is more complicated that this.&lt;/P&gt;&lt;P&gt;It takes sellers and ranks them based on 4 calculation (eg Sales vs Budget, Meetings vs target,e tc).&lt;/P&gt;&lt;P&gt;I then add points based on a rank, and sum these points to show which seller has the most points.&lt;/P&gt;&lt;P&gt;I then want to remove the seller variable and group the data by Team (group of seller), but then the earlier Rank function does not work correctly.&lt;/P&gt;&lt;P&gt;eg Dimensions = Seller &amp;amp; Team&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;YELLOW_WINNER =&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Rank( TOTAL Sum(Sales) / Sum(Target) )&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;(Rank sellers by sales vs target)&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;...&lt;/P&gt;&lt;P&gt;Y =&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;B&gt;If&lt;/B&gt;(&lt;B&gt;[YELLOW_WINNER]&lt;/B&gt;=1,4,0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;(give 4 points to the top seller)&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OVERALLWINNER=&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;+&lt;IMG alt="Wilted Flower" src="http://community.qlik.com/emoticons/emotion-52.gif" /&gt;+&lt;IMG alt="Gift" src="http://community.qlik.com/emoticons/emotion-51.gif" /&gt;+&lt;R&gt;&lt;/R&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;(add points from 4 variables to find a complete score)&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;This calculates an overall winner based on 4 variables. I then want to group this and sum by Team, not seller, to show the top "team".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aside to this problem, It is also an interesting question, is it possible to link charts or not!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 10:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229202#M81155</guid>
      <dc:creator />
      <dc:date>2010-10-06T10:56:57Z</dc:date>
    </item>
    <item>
      <title>Can you use data from one chart object in another chart object?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229203#M81156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The overall winner above should say = Y+G+W+R,&lt;/P&gt;&lt;P&gt;but when I have added it as code with square brackets it has turned them into pictures. &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 10:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-use-data-from-one-chart-object-in-another-chart-object/m-p/229203#M81156</guid>
      <dc:creator />
      <dc:date>2010-10-06T10:59:27Z</dc:date>
    </item>
  </channel>
</rss>

