<?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 Concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/1848643#M1215538</link>
    <description>&lt;P&gt;Hi i have this problem with my project, i think it DUPLICATE values, i think the problem is in CONCATENATE, using my QVD files:&lt;/P&gt;
&lt;P&gt;IF filetime('.\DataStores\TABLE_YEAR_OLD_CDG_GAS.qvd') &amp;gt; 0 then&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO from '.\DataStores\TABLE_YEAR_OLD_CDG_GAS.qvd' (qvd);&lt;BR /&gt;ELSE&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ***:OLD;&lt;BR /&gt;STORE CDG_Gas INTO '.\DataStores\TABLE_YEAR_OLD_CDG_GAS.qvd' (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;IF filetime('.\DataStores\V_FATTURATO_CDG_GAS_19.qvd') &amp;gt; 0 then&lt;BR /&gt;Concatenate:&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO from '.\DataStores\V_FATTURATO_CDG_GAS_19.qvd' (qvd);&lt;BR /&gt;ELSE&lt;BR /&gt;Concatenate:&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ***:19;&lt;BR /&gt;STORE CDG_Gas INTO '.\DataStores\V_FATTURATO_CDG_GAS_19.qvd' (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;Concatenate:&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ***_20;&lt;BR /&gt;STORE CDG_Gas INTO '.\DataStores\V_FATTURATO_CDG_GAS_20.qvd' (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;Whei i go in my project if i look values in my Table all is ok, CONSUMO is with right value (25.000).&lt;/P&gt;
&lt;P&gt;But when i see in the straight table chart the Sum(Consumo) make me values like are duplicate or similar (51.000)&lt;/P&gt;
&lt;P&gt;If i delete all my QVD so it take values from database with SELECT all is ok, but when the second time i reload and it will take the rows from my QVD.... so now i have this problem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 08:44:42 GMT</pubDate>
    <dc:creator>danosoft</dc:creator>
    <dc:date>2021-10-19T08:44:42Z</dc:date>
    <item>
      <title>Concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate/m-p/1848643#M1215538</link>
      <description>&lt;P&gt;Hi i have this problem with my project, i think it DUPLICATE values, i think the problem is in CONCATENATE, using my QVD files:&lt;/P&gt;
&lt;P&gt;IF filetime('.\DataStores\TABLE_YEAR_OLD_CDG_GAS.qvd') &amp;gt; 0 then&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO from '.\DataStores\TABLE_YEAR_OLD_CDG_GAS.qvd' (qvd);&lt;BR /&gt;ELSE&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ***:OLD;&lt;BR /&gt;STORE CDG_Gas INTO '.\DataStores\TABLE_YEAR_OLD_CDG_GAS.qvd' (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;IF filetime('.\DataStores\V_FATTURATO_CDG_GAS_19.qvd') &amp;gt; 0 then&lt;BR /&gt;Concatenate:&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO from '.\DataStores\V_FATTURATO_CDG_GAS_19.qvd' (qvd);&lt;BR /&gt;ELSE&lt;BR /&gt;Concatenate:&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ***:19;&lt;BR /&gt;STORE CDG_Gas INTO '.\DataStores\V_FATTURATO_CDG_GAS_19.qvd' (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;Concatenate:&lt;BR /&gt;CDG_Gas:&lt;BR /&gt;LOAD&lt;BR /&gt;NOME,&lt;BR /&gt;CONSUMO;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM ***_20;&lt;BR /&gt;STORE CDG_Gas INTO '.\DataStores\V_FATTURATO_CDG_GAS_20.qvd' (qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;
&lt;P&gt;Whei i go in my project if i look values in my Table all is ok, CONSUMO is with right value (25.000).&lt;/P&gt;
&lt;P&gt;But when i see in the straight table chart the Sum(Consumo) make me values like are duplicate or similar (51.000)&lt;/P&gt;
&lt;P&gt;If i delete all my QVD so it take values from database with SELECT all is ok, but when the second time i reload and it will take the rows from my QVD.... so now i have this problem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 08:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate/m-p/1848643#M1215538</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2021-10-19T08:44:42Z</dc:date>
    </item>
  </channel>
</rss>

