<?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: while joining  table is not found in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965625#M13860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be the problem of auto-concatenation. Use a NoConcatenate before the load statement of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INV_SALES_TEMP and it should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 12:17:37 GMT</pubDate>
    <dc:creator>reddy-s</dc:creator>
    <dc:date>2015-12-22T12:17:37Z</dc:date>
    <item>
      <title>while joining  table is not found</title>
      <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965621#M13856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey everyone ,&lt;/P&gt;&lt;P&gt;i am getting the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table not found: LEFT JOIN(INV_SALES_TEMP) LOAD ACC_COSTFLAG AS INV_ACC_COSTFLAG, DATE((NUM(MAX(ACC_COSTDATE)))/60/24+32143,'DD/MM/YYYY') AS MAXACC_COSTDATE RESIDENT ACCDATES WHERE ACC_COSTDATE&amp;lt;&amp;gt;0 GROUP BY ACC_COSTFLAG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the thing is this that this table &lt;SPAN style="text-decoration: underline;"&gt;does&lt;/SPAN&gt; exsist!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCDATES:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CURDATE AS ACC_CURDATE,&lt;/P&gt;&lt;P&gt;COSTFLAG AS ACC_COSTFLAG,&lt;/P&gt;&lt;P&gt;COSTDATE AS ACC_COSTDATE&lt;/P&gt;&lt;P&gt;FROM [lib://Clinton key/Accdates.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am adding a link to the real file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0B2IfmXahIOnoMEx5MXFNSDZFM0k/view?usp=sharing" title="https://drive.google.com/file/d/0B2IfmXahIOnoMEx5MXFNSDZFM0k/view?usp=sharing"&gt;clinton 21.12.2015.qvf - Google Drive&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since it is a join i can't do a " No concatanate" action over here....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 14:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965621#M13856</guid>
      <dc:creator />
      <dc:date>2015-12-21T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: while joining  table is not found</title>
      <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965622#M13857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't enough time for dwelve into your qvf, but I have some tips for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check, If &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INV_SALES_TEMP and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACCDATES tables are really&lt;/SPAN&gt; exist&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; Comment out your code until this block and check in data manager or in hub.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Check your code load order&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yeah, the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;No concatanate statement would be my 3rd advice &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;,&amp;nbsp; but not in join section, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but at the loading the basic tables (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INV_SALES_TEMP and &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACCDATES). You'll see that after the first point.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With column aliases you can prevent concatenate as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I hope, I was helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;G.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 23:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965622#M13857</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-12-21T23:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: while joining  table is not found</title>
      <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965623#M13858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;The file seems to be too big &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;My initial doubt is the table "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACCDATES" is not getting created whereas it is getting concatenated to another table during the script execution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 05:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965623#M13858</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2015-12-22T05:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: while joining  table is not found</title>
      <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965624#M13859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see a field ORD in the load statement of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INV_SALES_TEMP which is getting highlighted. Its a Qlik function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this'll not be an issue but make sure that it is not the culprit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 05:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965624#M13859</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2015-12-22T05:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: while joining  table is not found</title>
      <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965625#M13860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be the problem of auto-concatenation. Use a NoConcatenate before the load statement of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INV_SALES_TEMP and it should work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 12:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965625#M13860</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-22T12:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: while joining  table is not found</title>
      <link>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965626#M13861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey for some reason the thing that made the error is this varailable :&lt;/P&gt;&lt;P&gt;IF(EnCurrency='NIS',Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; NIS_TRANS_TOTPRICE&amp;nbsp; )* -1,&lt;/P&gt;&lt;P&gt;IF(EnCurrency='$',Num(sum( {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; DOLLAR_TRANS_TOTPRICE )* -1,&lt;/P&gt;&lt;P&gt;IF(EnCurrency='EUR',Num(sum(&amp;nbsp; {$&amp;lt; TRANS_TYPE = {N}&amp;gt;}&amp;nbsp; CURRENCY_TRANS_TOTPRICE)* -1 ))))&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess it made &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;concatanate ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 12:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/while-joining-table-is-not-found/m-p/965626#M13861</guid>
      <dc:creator />
      <dc:date>2015-12-23T12:13:18Z</dc:date>
    </item>
  </channel>
</rss>

