<?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 Problem with Concat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364032#M135437</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've data in my column as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="235"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="235"&gt;Image&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053645_981.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053645_649.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053645_314.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053644_981.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053636_338.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053636_009.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053635_666.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053635_332.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt; soon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Around 1million rows of data. What i want is, in single variable i want to store this data seperating with comma. I'm trying with Concat function it won't works for me. this is the code i'm using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is: in v1= Concat(Image,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script &lt;/P&gt;&lt;P&gt;ResImage:&lt;/P&gt;&lt;P&gt;LOAD Concat(Image,',') as Image1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPkImage=Peek('Image1',0,'ResImage');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Want i'm getting the variable is .bmp, ,.bmp i mean wrong data. What is the issue? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2012 10:09:23 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2012-06-22T10:09:23Z</dc:date>
    <item>
      <title>Problem with Concat</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364032#M135437</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've data in my column as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="235"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="235"&gt;Image&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053645_981.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053645_649.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053645_314.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053644_981.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053636_338.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053636_009.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053635_666.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;2011_1129_053635_332.bmp&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt; soon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Around 1million rows of data. What i want is, in single variable i want to store this data seperating with comma. I'm trying with Concat function it won't works for me. this is the code i'm using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is: in v1= Concat(Image,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script &lt;/P&gt;&lt;P&gt;ResImage:&lt;/P&gt;&lt;P&gt;LOAD Concat(Image,',') as Image1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vPkImage=Peek('Image1',0,'ResImage');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Want i'm getting the variable is .bmp, ,.bmp i mean wrong data. What is the issue? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 10:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364032#M135437</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-06-22T10:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Concat</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364033#M135438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it works using only a subset of your data (first 1000 rows), right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of any exact number for a size limit, but I assume that your problem might be due to just the large number of rows you want to concatenate and store in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you really need to concatenate all these data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 10:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364033#M135438</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-22T10:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Concat</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364034#M135439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly , I need to concat all the data in single variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;2011_1129_053645_981.bmp,2011_1129_053645_649.bmp,2011_1129_053645_314.bmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Why i need this b'coz i'm runing the macro code to copy all this images to another folder. I tried with getfieldselection but when i select All values it gives me ALL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 11:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Concat/m-p/364034#M135439</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-06-22T11:26:45Z</dc:date>
    </item>
  </channel>
</rss>

