<?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: concatenation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/concatenation/m-p/1568519#M441894</link>
    <description>&lt;P&gt;Please close the thread my marking the correct answer, if you have found &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 05:31:09 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2019-04-12T05:31:09Z</dc:date>
    <item>
      <title>concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/concatenation/m-p/1567434#M441820</link>
      <description>&lt;P&gt;Hey Community ,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a little Probleme here.&amp;nbsp; First i'll show u my code .&amp;nbsp;&lt;/P&gt;&lt;P&gt;========================================&lt;/P&gt;&lt;P&gt;Base_Tiers:&lt;/P&gt;&lt;P&gt;LOAD Code_client as Code FROM&lt;BR /&gt;[D:\Base_Tiers_DIM.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;store Base_Tiers into D:\D.qvd(qvd);&lt;/P&gt;&lt;P&gt;DQvd:&lt;BR /&gt;LOAD Code as CodeFromDQvd&lt;BR /&gt;FROM&lt;BR /&gt;[D:\D.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;TempCodeFromDQvd:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;chr(39) &amp;amp; Concat(CodeFromDQvd, chr(39) &amp;amp; ',' &amp;amp; chr(39), CodeFromDQvd) &amp;amp; chr(39) as TempCodeFromDQvd&lt;BR /&gt;Resident DQvd&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LET vGAIDs = peek('TempCodeFromDQvd');&lt;/P&gt;&lt;P&gt;DROP TABLE TempCodeFromDQvd;&lt;/P&gt;&lt;P&gt;Variables_table:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;CodeIte,&lt;BR /&gt;$(vGAIDs)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Store Variables_table into D:\TableCode.qvd (qvd) ;&lt;/P&gt;&lt;P&gt;============================================&lt;/P&gt;&lt;P&gt;the problem is that the informations&amp;nbsp; in the variable vGAIDs are like : '123','7988','1345'&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i want to store them in the TableCode.qvd, so that when i load the TableCode. Qvd&amp;nbsp;&lt;/P&gt;&lt;P&gt;i should get my Code separatly.&lt;/P&gt;&lt;P&gt;Thankyou So much for your help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 08:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concatenation/m-p/1567434#M441820</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-10T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/concatenation/m-p/1567547#M441829</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Variables_table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'$(vGAIDs)' as CodeIte&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Autogenerate (1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Store Variables_table into D:\TableCode.qvd (qvd) ;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 11:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concatenation/m-p/1567547#M441829</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-10T11:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/concatenation/m-p/1567548#M441830</link>
      <description>&lt;P&gt;Replace the above with your inline table&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 11:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concatenation/m-p/1567548#M441830</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-10T11:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/concatenation/m-p/1568519#M441894</link>
      <description>&lt;P&gt;Please close the thread my marking the correct answer, if you have found &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 05:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/concatenation/m-p/1568519#M441894</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-04-12T05:31:09Z</dc:date>
    </item>
  </channel>
</rss>

