<?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 concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368565#M137008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, when I use the concatenate, it doesn't combine the fields. It shows Status1 and the name of the second loaded file. Here's a part of my script:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1343283794599668" jivemacro_uid="_1343283794599668"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status1:&lt;BR /&gt; LOAD @1 as mbyte,&lt;BR /&gt; @2 as typ,&lt;BR /&gt; @3 as menge&lt;BR /&gt; FROM&lt;BR /&gt; $(vfrom1)&lt;BR /&gt; (txt, codepage is 1252, no labels, delimiter is ';');&lt;BR /&gt; &lt;BR /&gt; concatenate (Status1)&lt;BR /&gt; LOAD @1 as mybte,&lt;BR /&gt; @2 as typ,&lt;BR /&gt; @3 as menge&lt;BR /&gt; FROM&lt;BR /&gt; $(vfrom2)&lt;BR /&gt; (txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5000;typ1;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every file has only one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards &lt;/P&gt;&lt;P&gt;Ingo Placzek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 06:29:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-26T06:29:09Z</dc:date>
    <item>
      <title>Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368565#M137008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, when I use the concatenate, it doesn't combine the fields. It shows Status1 and the name of the second loaded file. Here's a part of my script:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1343283794599668" jivemacro_uid="_1343283794599668"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status1:&lt;BR /&gt; LOAD @1 as mbyte,&lt;BR /&gt; @2 as typ,&lt;BR /&gt; @3 as menge&lt;BR /&gt; FROM&lt;BR /&gt; $(vfrom1)&lt;BR /&gt; (txt, codepage is 1252, no labels, delimiter is ';');&lt;BR /&gt; &lt;BR /&gt; concatenate (Status1)&lt;BR /&gt; LOAD @1 as mybte,&lt;BR /&gt; @2 as typ,&lt;BR /&gt; @3 as menge&lt;BR /&gt; FROM&lt;BR /&gt; $(vfrom2)&lt;BR /&gt; (txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5000;typ1;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every file has only one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards &lt;/P&gt;&lt;P&gt;Ingo Placzek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 06:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368565#M137008</guid>
      <dc:creator />
      <dc:date>2012-07-26T06:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368566#M137009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have the exact same field structure in the tables they will be automatically concatenated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 06:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368566#M137009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-26T06:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368567#M137010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Johannes Sunden schrieb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have the exact same field structure in the tables they will be automatically concatenated.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but when i leace the concatenate (Status1) it is seperated with the name of the textfile.&lt;/P&gt;&lt;P&gt;and when i rename it to Status1: the second load is shown as Status1-1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 07:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368567#M137010</guid>
      <dc:creator />
      <dc:date>2012-07-26T07:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368568#M137011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ingo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to enter in one of your load statement to enter a new field, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status1:&lt;/P&gt;&lt;P&gt; LOAD @1 as mbyte,&lt;/P&gt;&lt;P&gt; @2 as typ,&lt;/P&gt;&lt;P&gt; @3 as menge&lt;/P&gt;&lt;P&gt; FROM&lt;/P&gt;&lt;P&gt; $(vfrom1)&lt;/P&gt;&lt;P&gt; (txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; concatenate (Status1)&lt;/P&gt;&lt;P&gt; LOAD @1 as mybte,&lt;/P&gt;&lt;P&gt; @2 as typ,&lt;/P&gt;&lt;P&gt; @3 as menge,&lt;/P&gt;&lt;P&gt; '$(vfrom2) As Quelle&lt;/P&gt;&lt;P&gt; FROM&lt;/P&gt;&lt;P&gt; $(vfrom2)&lt;/P&gt;&lt;P&gt; (txt, codepage is 1252, no labels, delimiter is ';');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Munich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 07:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368568#M137011</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-07-26T07:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368569#M137012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i added @1 a second time as mbytex, but it is also seperated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 07:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368569#M137012</guid>
      <dc:creator />
      <dc:date>2012-07-26T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368570#M137013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, i solved it. I had&amp;nbsp; Qualify *; at the begin of my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Ingo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 07:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368570#M137013</guid>
      <dc:creator />
      <dc:date>2012-07-26T07:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368571#M137014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How Can I remove dublicate value when use two concate in expression.. 2 is getting time..&lt;BR /&gt;&lt;IMG alt="imp.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80859_imp.jpg" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-concatenate/m-p/368571#M137014</guid>
      <dc:creator />
      <dc:date>2015-03-16T14:35:07Z</dc:date>
    </item>
  </channel>
</rss>

