<?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: Table not found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475987#M177758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wzssenaar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U for Ure answer ,Monthly i receive a wls File with a lot of information abour costmurs ,&amp;nbsp; so the goal is to set up a pivot table or reference table to add juste the new entries , to have a message like that : for example ( for octobre 4 customers&amp;nbsp; are be add , for septembre 5 cust are been added ...) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a concatenation of tables + qvd records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st stage: I load my table reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd stage: a month later, I reload the second example I have 2 new customers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd stage: a month later, I reload the table I get and I realize that I have 4 new customers , basically, he can not manage to save the last value, he&amp;nbsp; reload and show me all news entries &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have a idea&amp;nbsp; to solve my problem thank u &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Nov 2013 09:35:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-04T09:35:29Z</dc:date>
    <item>
      <title>Table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475984#M177755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this error&amp;nbsp; with my table someone have a idea&lt;/P&gt;&lt;P&gt;THANK U &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="48518" alt="eror.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/48518_eror.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Signalitique_reference:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref matricule],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref id ss],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ref nom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref prenom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [ref Créé le]&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;FROM $(FilePath)\QV_Dev\Signalitique_reference.QVD (qvd);&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;//Utile 1 fois pour iniatialiser le projet&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;//Signalitique_reference:&lt;/P&gt;
&lt;P&gt;//LOAD&lt;/P&gt;
&lt;P&gt;// @1 as [ref matricule],&lt;/P&gt;
&lt;P&gt;// @2 as [ref id ss],&lt;/P&gt;
&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [ref nom],&lt;/P&gt;
&lt;P&gt;// @7 as [ref prenom],&lt;/P&gt;
&lt;P&gt;// '$(ProcessTime)' as [ref Créé le]&lt;/P&gt;
&lt;P&gt;//FROM [$(FilePath)\data\Signalitique PS\24 - SIGNALETIQUE GROUPE*.xls]&lt;/P&gt;
&lt;P&gt;//(biff, no labels);&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;//&lt;/P&gt;
&lt;P&gt;//STORE Signalitique_reference INTO $(FilePath)\QV_Dev\Signalitique_reference.QVD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;NOCONCATENATE&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; @1 as [ref matricule],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; @2 as [ref id ss],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6 as [ref nom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; @7 as [ref prenom],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; '$(ProcessTime)' as [ref Créé le]&lt;/P&gt;
&lt;P&gt;FROM [$(FilePath)\data\Signalitique PS\24 - SIGNALETIQUE GROUPE*.xls] // pourquoi on refait ca alors qu'on a déja chargé les champs dans un siganlitique_ref.qvd&lt;/P&gt;
&lt;P&gt;(biff, no labels);&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;STORE RefSign INTO $(FilePath)\QV_Dev\RefSign.QVD;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;drop table RefSign ;&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;&lt;/P&gt;
&lt;P&gt;LET vOldRecords = QvdNoOfRecords('$(FilePath)\QV_Dev\Signalitique_reference.QVD');&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;save:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CONCATENATE (Signalitique_reference) LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; *&lt;/P&gt;
&lt;P&gt;FROM $(FilePath)\QV_Dev\RefSign.QVD (qvd)&lt;/P&gt;
&lt;P&gt;WHERE NOT Exists([ref matricule]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LET vNewRecords = NoOfRows('Signalitique_reference') - $(vOldRecords);&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;&lt;/P&gt;
&lt;P&gt;STORE save INTO $(FilePath)\Dev\Signalitique_reference.QVD;&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 08:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475984#M177755</guid>
      <dc:creator />
      <dc:date>2013-11-04T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475985#M177756</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 have this error becouse your table "save" did not existe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script : &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CONCATENATE (Signalitique_reference) LOAD Distinct&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM $(FilePath)\QV_Dev\RefSign.QVD (qvd)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE NOT Exists([ref matricule]);&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;concatenate the result of &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;LOAD Distinct&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM $(FilePath)\QV_Dev\RefSign.QVD (qvd)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE NOT Exists([ref matricule]);&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;to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Signalitique_reference&lt;/SPAN&gt;.&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;If you want to store the result of the contenation write that:&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Signalitique_reference&lt;/SPAN&gt; INTO $(FilePath)\Dev\Signalitique_reference.QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Ps: See this article about Distinct and concatenate:&amp;nbsp; &lt;A href="http://www.qlikfix.com/2013/07/30/distinct-can-be-deceiving/" title="http://www.qlikfix.com/2013/07/30/distinct-can-be-deceiving/"&gt;DISTINCT can be deceiving » The Qlik Fix! The Qlik Fix!&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Aurélien&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 08:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475985#M177756</guid>
      <dc:creator>Aurelien_Martinez</dc:creator>
      <dc:date>2013-11-04T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475986#M177757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no table named &lt;EM&gt;save&lt;/EM&gt; since that date was concatenated into Signalitique_reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 08:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475986#M177757</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-11-04T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table not found</title>
      <link>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475987#M177758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wzssenaar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank U for Ure answer ,Monthly i receive a wls File with a lot of information abour costmurs ,&amp;nbsp; so the goal is to set up a pivot table or reference table to add juste the new entries , to have a message like that : for example ( for octobre 4 customers&amp;nbsp; are be add , for septembre 5 cust are been added ...) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a concatenation of tables + qvd records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st stage: I load my table reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd stage: a month later, I reload the second example I have 2 new customers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3rd stage: a month later, I reload the table I get and I realize that I have 4 new customers , basically, he can not manage to save the last value, he&amp;nbsp; reload and show me all news entries &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have a idea&amp;nbsp; to solve my problem thank u &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 09:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-not-found/m-p/475987#M177758</guid>
      <dc:creator />
      <dc:date>2013-11-04T09:35:29Z</dc:date>
    </item>
  </channel>
</rss>

