<?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: load qvd and resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426714#M1154935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;where not exists(value=1 or value=2);&lt;/P&gt;&lt;P&gt;or in your syntax might be remove the single quote in match function &lt;/P&gt;&lt;P&gt;where not match(value,1,2);&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 05:40:08 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-03-11T05:40:08Z</dc:date>
    <item>
      <title>load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426713#M1154934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, still pretty new to qlikview and need someone who can tell me the best way to the joins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main:&lt;/P&gt;&lt;P&gt;load key,&lt;/P&gt;&lt;P&gt;field&lt;/P&gt;&lt;P&gt;from 123.qvd (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (main)&lt;/P&gt;&lt;P&gt;load key,&lt;/P&gt;&lt;P&gt;value&lt;/P&gt;&lt;P&gt;from 456.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;final_tbl:&lt;/P&gt;&lt;P&gt;noconcatinate load &lt;/P&gt;&lt;P&gt;key,&lt;/P&gt;&lt;P&gt;field,&lt;/P&gt;&lt;P&gt;value &lt;/P&gt;&lt;P&gt;resident main&lt;/P&gt;&lt;P&gt;where not match(value, '1', '2');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will get no values at all in final tbl. Why? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load main--&amp;gt;left join the value --&amp;gt; store main into a qvd and drop it --&amp;gt; pull that qvd again in final_tbl and do the where statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will get the results i what. how is these 2 methods different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 03:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426713#M1154934</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-03-11T03:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426714#M1154935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;where not exists(value=1 or value=2);&lt;/P&gt;&lt;P&gt;or in your syntax might be remove the single quote in match function &lt;/P&gt;&lt;P&gt;where not match(value,1,2);&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 05:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426714#M1154935</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-03-11T05:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426715#M1154936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;main:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; key, field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, b&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(main)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; key, value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;final_tbl:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;key,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;field,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident main&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where not match(value, '1', '2');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table main;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 05:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426715#M1154936</guid>
      <dc:creator />
      <dc:date>2013-03-11T05:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426716#M1154937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input guys, I don't think the problem is the where statement. because when i take out where statement, my value is still blank. meaning from main to final_tbl, only key and field survived, but value didn't get in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 06:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426716#M1154937</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-03-11T06:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426717#M1154938</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try below script.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;main:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; key, field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, b&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(main)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; key, value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;final_tbl:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;key as KEY,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;field,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident main&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where not match(value, '1', '2');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table main;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 06:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426717#M1154938</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-11T06:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426718#M1154939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;im trying to left join the table with values to main table. they have common keys. i actually couldn't figure out how is this different from what i had&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 06:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426718#M1154939</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-03-11T06:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426719#M1154940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so if i don't rename my key, i can't use resident table? i rather not rename my key if i don't have to. i find this kind of silly and trying to understand the logic behind this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used noconcatenate without where statement meaning i just want to see if it will pull in anything, but it doesn't. so everyone can ignore where statement for now, and focus on why it's not getting 'value' while using noconcatenate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 06:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426719#M1154940</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-03-11T06:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426720#M1154941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Yelin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is not silly at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The logic behind renaming field is that, in QlikView if both tables have same fields it concatenates automatically and thus i suggested you to use the renaming of field instead of noconcatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But anyway's your noconcatenate script is giving proper values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 06:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426720#M1154941</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-11T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: load qvd and resident table</title>
      <link>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426721#M1154942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i fixed my problem, it turns out i need to put noconcatenate in front of the 'final_tbl' name.... interesting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 07:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-qvd-and-resident-table/m-p/426721#M1154942</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-03-11T07:14:30Z</dc:date>
    </item>
  </channel>
</rss>

