<?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: Problem with SQL join statement in LOAD statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337734#M703026</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;&amp;nbsp; In sql, there is ShipDateActFlash field? Please check that and run it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Aug 2012 19:20:31 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-08-03T19:20:31Z</dc:date>
    <item>
      <title>Problem with SQL join statement in LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337733#M703025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to load this into an already existing script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SoshipheaderFashion:&lt;/P&gt;&lt;P&gt;LOAD ShipDateActFash, CustIDFash, SlsperIDFash, totMerchFash, TotmerchFash as FashCuryTotMerch;&lt;/P&gt;&lt;P&gt;SQL SELECT Soshipheader.ShipDateAct, Soshipheader. CustID, Soshipheader.SlsperID, Soshipheader.Totmerch from DIGITALAPP.DBO.SoShipheader&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOIN DIGITALAPP.DBO.SoShipline on Soshipheader.shipperid = soshipline .shipperid and soshipheader.cpnyid = soshipline.cpnyid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOIN DIGITALAPP.DBO.inventory on Soshipline.invtid = inventory.invtid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where soshipheader.shipdateact &amp;gt; getdate() -1 and inventory.classid in ('SUNG','HAND','WALL','BKPK','CLOTH','CUFF','TRAV','TRAVEL','WATCH')&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the following error on reload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;ShipDateActFash&amp;gt; and then it lists the SQL query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337733#M703025</guid>
      <dc:creator />
      <dc:date>2012-08-03T19:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SQL join statement in LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337734#M703026</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;&amp;nbsp; In sql, there is ShipDateActFlash field? Please check that and run it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337734#M703026</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-03T19:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SQL join statement in LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337735#M703027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually...I seem my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically heres whats going on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table already exists in this script.&amp;nbsp; However- they want a 2ndary graph to show Sales for only certain categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that I think about it, I shouldnt be "reloading" that soshipheader table but in reality I should be loading Soshipline and Inventory on their own, and use my "where" statement in the actual graph....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337735#M703027</guid>
      <dc:creator />
      <dc:date>2012-08-03T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SQL join statement in LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337736#M703028</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;&amp;nbsp; You need load certain categories values alone means, use if condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You need certain categories for all related fields means, use where condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But you mentioned, already table exists then why you load once again use the same table, you can use condition in chart itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337736#M703028</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-03T19:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SQL join statement in LOAD statement</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337737#M703029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; I know what I have to do now.&amp;nbsp; Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 19:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-SQL-join-statement-in-LOAD-statement/m-p/337737#M703029</guid>
      <dc:creator />
      <dc:date>2012-08-03T19:44:23Z</dc:date>
    </item>
  </channel>
</rss>

