<?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: Set Analysis or Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505978#M189198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close!&amp;nbsp; But the DORM value is returning the CBST value for that date.&amp;nbsp; Looks like they are all returning the CBST values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 17:11:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-22T17:11:53Z</dc:date>
    <item>
      <title>Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505973#M189193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1 has three fields, a Ticker, Price, and Reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2 has two fields, a Ticker and PickReference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to display in a Straight Table the Ticker, PickReference number, and the corresponding Price&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement works if only one Ticker is selected:&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Reference={$(=[PickReference])} &amp;gt;}Price) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change this statement to show the entire table, all tickers, all referenced prices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, would a Join during the load be a better solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 15:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505973#M189193</guid>
      <dc:creator />
      <dc:date>2013-10-22T15:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505974#M189194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If PickReference and Reference contain the same data then rename PickReference to Reference. You could then also join the two tables so you end up with only one. It's not necessary, but an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set expression calculates one set per chart, not a set per row. So it will very likely not do what you expect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505974#M189194</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-22T16:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505975#M189195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the expression.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;FieldValue('Price',&amp;nbsp; FieldIndex('Reference' ,PickReference) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ExampleCode.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47976_ExampleCode.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Please, see attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505975#M189195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-22T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505976#M189196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it has to be a sum, you can try something like:&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Reference=PickReference &amp;gt;}Price)&lt;/P&gt;&lt;P&gt;Problem is you lose the chart if you clear PickReference selections..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505976#M189196</guid>
      <dc:creator />
      <dc:date>2013-10-22T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505977#M189197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Reference&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PickReference&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 17:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505977#M189197</guid>
      <dc:creator>ronaldocarrijo</dc:creator>
      <dc:date>2013-10-22T17:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505978#M189198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close!&amp;nbsp; But the DORM value is returning the CBST value for that date.&amp;nbsp; Looks like they are all returning the CBST values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 17:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505978#M189198</guid>
      <dc:creator />
      <dc:date>2013-10-22T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505979#M189199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CBST is returning a value of 126, I don't know where that is coming from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula, close to what you suggested, works when only one Ticker is selected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Reference={$(=[PickReference])} &amp;gt;}Price) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 17:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505979#M189199</guid>
      <dc:creator />
      <dc:date>2013-10-22T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or Join</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505980#M189200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow!&amp;nbsp;&amp;nbsp; Simplicity!&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 17:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-Join/m-p/505980#M189200</guid>
      <dc:creator />
      <dc:date>2013-10-22T17:15:47Z</dc:date>
    </item>
  </channel>
</rss>

