<?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 call field from previous loaded table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238426#M89308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a small scenario. Below is my code and example&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;First:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From table ABC.xlsx;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Second:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;X,&lt;/P&gt;&lt;P&gt;If(B=X, A) as Y, // i want to bring &lt;STRONG&gt;B&lt;/STRONG&gt; from above loaded script to table"&lt;STRONG&gt;Second&lt;/STRONG&gt;" with a condition&lt;/P&gt;&lt;P&gt;From table XYZ.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i achive this.?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;REn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Oct 2010 11:52:56 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2010-10-15T11:52:56Z</dc:date>
    <item>
      <title>call field from previous loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238426#M89308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a small scenario. Below is my code and example&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;First:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From table ABC.xlsx;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Second:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;X,&lt;/P&gt;&lt;P&gt;If(B=X, A) as Y, // i want to bring &lt;STRONG&gt;B&lt;/STRONG&gt; from above loaded script to table"&lt;STRONG&gt;Second&lt;/STRONG&gt;" with a condition&lt;/P&gt;&lt;P&gt;From table XYZ.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i achive this.?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;REn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 11:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238426#M89308</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-15T11:52:56Z</dc:date>
    </item>
    <item>
      <title>call field from previous loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238427#M89309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Hi Ranjit,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;below is the sollution:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;check if it works and let me know&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;First:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From table ABC.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Second:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;From table XYZ.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;If(B=X, A) as Y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident First;&lt;/P&gt;&lt;P&gt;Drop table First;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 11:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238427#M89309</guid>
      <dc:creator />
      <dc:date>2010-10-15T11:57:26Z</dc:date>
    </item>
    <item>
      <title>call field from previous loaded table</title>
      <link>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238428#M89310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot, dude. it worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 12:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/call-field-from-previous-loaded-table/m-p/238428#M89310</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-15T12:08:15Z</dc:date>
    </item>
  </channel>
</rss>

