<?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 Function Concatenate and Store in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280977#M104522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, first of all congratulations for this update, really is amazing the visualization of this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I fixed a problem with syntethics keys witn the "Concatenate "Function. Finally Qlikview only shows one single table &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. But now my problem is that I incluided into the script the Function "Store" and to do qvd files for incremental Charges. And Qlikview Shows a massage: Qlikview doesn't founfd the table. If I left under comment the concateate function the Script Works. The problem is Both Concatenate and Store working together they thrown this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you guys can help me.&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>Fri, 06 May 2011 15:51:09 GMT</pubDate>
    <dc:creator>pgalvezt</dc:creator>
    <dc:date>2011-05-06T15:51:09Z</dc:date>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280977#M104522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, first of all congratulations for this update, really is amazing the visualization of this page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I fixed a problem with syntethics keys witn the "Concatenate "Function. Finally Qlikview only shows one single table &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. But now my problem is that I incluided into the script the Function "Store" and to do qvd files for incremental Charges. And Qlikview Shows a massage: Qlikview doesn't founfd the table. If I left under comment the concateate function the Script Works. The problem is Both Concatenate and Store working together they thrown this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you guys can help me.&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>Fri, 06 May 2011 15:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280977#M104522</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-06T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280978#M104523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Could you upload a script example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 15:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280978#M104523</guid>
      <dc:creator />
      <dc:date>2011-05-06T15:55:21Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280979#M104524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_A:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;value 1,&lt;/P&gt;&lt;P&gt;value 2,&lt;/P&gt;&lt;P&gt;value 3&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(Table_A) //Works Perfectly alone. Join Table A and table B&lt;/P&gt;&lt;P&gt;Table_B:&lt;/P&gt;&lt;P&gt;value 1,&lt;/P&gt;&lt;P&gt;value 2,&lt;/P&gt;&lt;P&gt;value 3&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table_B Into QVD\Table_B.qvd; //Problem&lt;/P&gt;&lt;P&gt;//Store Table_B Into QVD\Table_B.qvd; //No Problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(Table_A) //Works Perfectly alone. Join Table A and table C&lt;/P&gt;&lt;P&gt;Table_C:&lt;/P&gt;&lt;P&gt;value 1,&lt;/P&gt;&lt;P&gt;value 2,&lt;/P&gt;&lt;P&gt;value 3&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table_C Into QVD\Table_C.qvd;//Problem&lt;/P&gt;&lt;P&gt;//Store Table_C Into QVD\Table_C.qvd;//No Problem&lt;/P&gt;&lt;P&gt;But if I add Store function Thrown the error table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 16:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280979#M104524</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-06T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280980#M104525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you use concanate, the name you give to the table you are concatenating (the second one) is just ignored.&lt;/P&gt;&lt;P&gt;Then at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_A: //you create this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&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;CONCATENATE(Table_A) //Works Perfectly alone. Join Table A and table B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_B: //QlikView will ignore this - only Table A exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you try Store Table B you get an error because it does not exist.&lt;/P&gt;&lt;P&gt;Use just Store Table A ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 16:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280980#M104525</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-06T16:13:33Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280981#M104526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; At first glance I can see you don't have the 'LOAD' string in the last two tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I understand that when you concatenate a table to another, the second one won't be created in memory as an independent table so if you try to store those ones QlikView won't be able to find them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you need to store Table_B and Table_C you must load those again without using Concatenate before the 'LOAD' string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 16:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280981#M104526</guid>
      <dc:creator />
      <dc:date>2011-05-06T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280982#M104527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both of you.&lt;/P&gt;&lt;P&gt; I'm sorry I forgot put the Load command in the second example table. But I understood the problem that I had. Now, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix the synthetics keys problem in another way? Of course my dashboard works fine, but in the table visor its shows many tables and many associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestions.&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>Fri, 06 May 2011 17:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280982#M104527</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-06T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280983#M104528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; How can you have synthetic keys if the above script only creates one table?&lt;/P&gt;&lt;P&gt;Do you have more tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 17:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280983#M104528</guid>
      <dc:creator />
      <dc:date>2011-05-06T17:27:26Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280984#M104529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have 13 Tables. The association is created with the Date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 17:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280984#M104529</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-06T17:32:02Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280985#M104530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I forgot my suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always rename the fields that are not keys, or try to create unique keys concatenating multiple fields into one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;Filed_1 &amp;amp; Field_2 &amp;amp; Field_3 &lt;STRONG&gt;as&lt;/STRONG&gt; Key_Fields&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 17:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280985#M104530</guid>
      <dc:creator />
      <dc:date>2011-05-06T17:35:52Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280986#M104531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Finally I did this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenated all and Store I put:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Table_A Into QVD\Table_B.qvd; &lt;/P&gt;&lt;P&gt;Store Table_A Into QVD\Table_C.qvd; &lt;/P&gt;&lt;P&gt;Store Table_A Into QVD\Table_D.qvd; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table visor shows Now: Only One Table. And I have now 13 files qvds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks both of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 18:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280986#M104531</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-06T18:22:15Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280987#M104532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check your QVDs? Aren't they all the same? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 18:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280987#M104532</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-06T18:24:25Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280988#M104533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I was on it, you´re right all the qvd's files are the same. mmm I think I'm ging to eliminate the Store Function.&lt;/P&gt;&lt;P&gt;If you have another alternative please let me know thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 18:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280988#M104533</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-05-06T18:50:09Z</dc:date>
    </item>
    <item>
      <title>Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280989#M104534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since all your fields are called the same I think you could You could also concatenate the latest tables with a flag so that after you store table A, you can do resident loads from it using where and looking for the flags you set before. That way you'll store only the records that belong to each different table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_A:&lt;/P&gt;&lt;P&gt;Load *, '1' AS FLAG&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table_A into QVD\Table_A.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (Table_A)&lt;/P&gt;&lt;P&gt;LOAD *, , '2' AS FLAG&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (Table_A)&lt;/P&gt;&lt;P&gt;LOAD * , '3' AS FLAG&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_B:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT Table_A&lt;/P&gt;&lt;P&gt;WHERE FLAG='2';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table_B into QVD\Table_B.qvd;&lt;/P&gt;&lt;P&gt;Drop TABLE Table_B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table_C:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT Table_A&lt;/P&gt;&lt;P&gt;WHERE FLAG='3';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Table_C into QVD\Table_C.qvd;&lt;/P&gt;&lt;P&gt;Drop TABLE Table_C;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 19:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280989#M104534</guid>
      <dc:creator />
      <dc:date>2011-05-06T19:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function Concatenate and Store</title>
      <link>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280990#M104535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will probably work.&lt;/P&gt;&lt;P&gt;Just include a noconcatenate before creating Table_B from table A. Since&lt;/P&gt;&lt;P&gt;they have the same fields, QlikView will auto-concatenate them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adjust your code to something like this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/code"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;Table_B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Table_A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE FLAG='2';&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 Table_B into QVD\Table_B.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop TABLE Table_B;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/code"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(reply by email!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 19:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-Concatenate-and-Store/m-p/280990#M104535</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-05-06T19:15:13Z</dc:date>
    </item>
  </channel>
</rss>

