<?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: left join error syntax related in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672128#M244121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this way store value after &amp;gt;= in any variable then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCurrVal = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;year(CURRENT) - 2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Master:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from sometable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where (a='s' or a='p')&amp;nbsp;&amp;nbsp; and year(n) &amp;gt;= $(vCurrVal);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left join (Master)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 21:10:00 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-12T21:10:00Z</dc:date>
    <item>
      <title>left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672125#M244118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I have a query like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/P&gt;&lt;P&gt;from sometable&lt;/P&gt;&lt;P&gt;where (a='s' or a='p')&amp;nbsp;&amp;nbsp; and year(n) &amp;gt;= year(CURRENT) -2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (Master)&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem I am facing is that left join does not work it says table 'Master' not found. What I have realized is that error is comming from where statement after 'and' part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i cake out year(n) &amp;gt;= year(CURRENT) -2&amp;nbsp; then the left join works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could cause this?, how can i rewrite that statement so it wont thru error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 20:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672125#M244118</guid>
      <dc:creator />
      <dc:date>2014-06-12T20:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672126#M244119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is CURRENT?&amp;nbsp; Is it a field in the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672126#M244119</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-06-12T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672127#M244120</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;You ar trying to combine two kinds of script, the first where you tip where function belong to SQL and the second is Qlikview Script (left join (Master)). You can try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master_temp:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/P&gt;&lt;P&gt;from sometable&lt;/P&gt;&lt;P&gt;where (a='s' or a='p')&amp;nbsp;&amp;nbsp; and year(n) &amp;gt;= year(CURRENT) -2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no concatenate&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;Load * resident Master_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (Master)&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * from mitable2.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Master_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672127#M244120</guid>
      <dc:creator />
      <dc:date>2014-06-12T21:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672128#M244121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this way store value after &amp;gt;= in any variable then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vCurrVal = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;year(CURRENT) - 2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Master:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from sometable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where (a='s' or a='p')&amp;nbsp;&amp;nbsp; and year(n) &amp;gt;= $(vCurrVal);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left join (Master)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672128#M244121</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-12T21:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672129#M244122</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;If you want to deal in your conditions with &lt;SPAN style="background: yellow;"&gt;today’s year&amp;nbsp; –&amp;nbsp; 2&lt;/SPAN&gt;, you could play in&amp;nbsp; your condition with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),-24)))&amp;nbsp; will return 2012&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),0)))&amp;nbsp; will return 2014&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),-24))&amp;nbsp; will return&amp;nbsp; 01-01 -2012&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;YearStart&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(),0))) will return 01-01-2014&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672129#M244122</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2014-06-12T21:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672130#M244123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand your solution did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Puzzling part is thing recently change exact code worked before. Not sure how.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672130#M244123</guid>
      <dc:creator />
      <dc:date>2014-06-12T21:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672131#M244124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CURRENT condition is not comming from qlikview it is comming from SQL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672131#M244124</guid>
      <dc:creator />
      <dc:date>2014-06-12T21:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672132#M244125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that you need named a second table for left join...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Master:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from sometable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where (a='s' or a='p')&amp;nbsp;&amp;nbsp; and year(n) &amp;gt;= year(CURRENT) -2;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table 2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left join (Master)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I hope to help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 21:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672132#M244125</guid>
      <dc:creator />
      <dc:date>2014-06-12T21:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672133#M244126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nancy creating new table did not work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the sql part to &lt;/P&gt;&lt;P&gt;and year(n) &amp;gt;= year(GetDate())-2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 14:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672133#M244126</guid>
      <dc:creator />
      <dc:date>2014-06-13T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672134#M244127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks for sharing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 14:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672134#M244127</guid>
      <dc:creator />
      <dc:date>2014-06-13T14:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: left join error syntax related</title>
      <link>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672135#M244128</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;Initially go with simple loading sql statement then create New Table using existing table and apply your condition on that and then apply left join on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;SQL_Master:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c,&lt;/P&gt;&lt;P&gt;Current&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //ift this is field coming from SQL.&lt;/P&gt;&lt;P&gt;from sometable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QLIK_MASTER&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident SQL_Master&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&amp;nbsp; wildmatch(a,'s','p')&amp;nbsp; and year(n) &amp;gt;= year(AddMonths(CURRENT) -24);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //(a='s' or a='p') use wildmatch()&lt;/P&gt;&lt;P&gt;Drop table SQL_Master;&lt;/P&gt;&lt;P&gt;Left Join(Qlik_MASTER)&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 09:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-join-error-syntax-related/m-p/672135#M244128</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-06-14T09:19:31Z</dc:date>
    </item>
  </channel>
</rss>

