<?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: Problem concatenating in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294879#M828876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2017 16:42:17 GMT</pubDate>
    <dc:creator>bernhard2760</dc:creator>
    <dc:date>2017-06-29T16:42:17Z</dc:date>
    <item>
      <title>Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294874#M828871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlik and have a problem with a caption. Basically I want to to delete a zero in the column costobject of one specific data record. Therefore I made a scrpit which obviously does not work. I am pretty sure you know why in an instance. I thought Qlik would auto concatenate but after droping the source file and renaming the concatenated one the desired table is not there. Please let me know what I did wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and kind regards&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Temp1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;*,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;S_KoTraeger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;where %S_KoTraeger_KEY &amp;lt;&amp;gt; '100-11';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Temp2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;%S_KoTraeger_Key,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;%S_KoTraeger_DELETED,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Replace(CostObject, '0','') as CostObject,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectArt,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectSelection,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectSuchbegriff,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectEndTermin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectStartTermin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectVerantwortlicher,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectDescription,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CostObjectDesc,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;S_KoTraeger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;where %S_KoTraeger_KEY = '100-11'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Drop Table S_KoTraeger;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Rename Table Temp1 to S_KoTraeger;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294874#M828871</guid>
      <dc:creator>bernhard2760</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294875#M828872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the source of these two tables? Same qvd? and why do you have LOAD * + a field name for your Temp1? What is the reason to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;STRONG&gt;Temp1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: inherit;"&gt;*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: inherit;"&gt;S_KoTraeger&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;STRONG&gt;where %S_KoTraeger_KEY &amp;lt;&amp;gt; '100-11';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 17:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294875#M828872</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-28T17:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294876#M828873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your end goal here?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Are you trying to remove the lead in zeros from the CostObject field?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Are you trying to not load records that have a zero value in the CostObject field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 17:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294876#M828873</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-06-28T17:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294877#M828874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to erase the zero from the data record with the Key 100-11 only. Therefore I select this particular record and replace the zero with nothing and then I would like to concatenate the same table excluding this particular record to get all of my records and the particular one modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it more clear now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 18:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294877#M828874</guid>
      <dc:creator>bernhard2760</dc:creator>
      <dc:date>2017-06-28T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294878#M828875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I believe you are trying to accomplish the removal of lead in zeros for this particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="265885.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168488_265885.PNG" style="height: 85px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I've loaded you table for all rows except the one in question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;S_KoTraeger.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&amp;nbsp; %S_KoTraeger_KEY &amp;lt;&amp;gt; '100-11'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I concatenate the row in question and transform the field in question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; %S_KoTraeger_KEY, &lt;/P&gt;&lt;P&gt;&amp;nbsp; %S_KoTraeger_DELETED, &lt;/P&gt;&lt;P&gt;&amp;nbsp; Text(Num(CostObject)) as CostObject, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjektArt, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjectSelektion, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjectSuchbegriff, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjectEndTermin, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjectStartTermin, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjectVerantwortlicher, &lt;/P&gt;&lt;P&gt;&amp;nbsp; CostObjectDescription&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;S_KoTraeger.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where&lt;/P&gt;&lt;P&gt;&amp;nbsp; %S_KoTraeger_KEY = '100-11'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 19:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294878#M828875</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-06-28T19:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294879#M828876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 16:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294879#M828876</guid>
      <dc:creator>bernhard2760</dc:creator>
      <dc:date>2017-06-29T16:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem concatenating</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294880#M828877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bernhard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If you've found the advice helpful or correct please close the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #3778c7;"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 17:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-concatenating/m-p/1294880#M828877</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-06-29T17:22:15Z</dc:date>
    </item>
  </channel>
</rss>

