<?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: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159806#M632188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remi, &lt;/P&gt;&lt;P&gt;Thank you, but I need to create a data of all the ID's existing in the sheets so It doesn't matter in how many periods the ID exists because I need the ID´s to do left join with the information of the clients. The next tables include a column with the Year-Month, so it will replicate the ID for every period. I think the problem it can be solve using distinct and saving a QVW with all the information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUTERO: &lt;/P&gt;&lt;P&gt;LOAD Distinct text(Rut) as Rut &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AÑOMES, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tipo Persona], &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cliente, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nombre, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sucursal, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ejecutivo, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clasificacion&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) where [Tipo Persona] = 'PN';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE RUTERO INTO &lt;I&gt;(QVD);&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me if I'm wrong, thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2016 20:22:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-04T20:22:06Z</dc:date>
    <item>
      <title>How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159802#M632184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="debito.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129841_debito.png" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I need to replicate in the table every Rut (ID) that exists in every sheet so in each year (AÑOMES) will be every ID to then use left Join and fill with nullasvalue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 13:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159802#M632184</guid>
      <dc:creator />
      <dc:date>2016-07-01T13:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159803#M632185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I not sure to understand what you want to do.&lt;/P&gt;&lt;P&gt;Can you provide a sample data set ?&lt;/P&gt;&lt;P&gt;Is it the sheets from an unique excel file you want to merge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Rémi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159803#M632185</guid>
      <dc:creator>remi_roland</dc:creator>
      <dc:date>2016-07-01T19:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159804#M632186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remy, the data is from different files of excel that use the same name and are read with *, but I understand that it can be useful the function Distinct, right? Do you need the script or the excel file to? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 14:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159804#M632186</guid>
      <dc:creator />
      <dc:date>2016-07-04T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159805#M632187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understand your issue, you have ID's in excel sheets.&lt;/P&gt;&lt;P&gt;Every excel is for a specific year and ID's can exist in multiples years, right?&lt;/P&gt;&lt;P&gt;And you issue is to figure from &lt;SPAN lang="en"&gt;which &lt;/SPAN&gt;year the ID belongs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's that, you can add a new field based on the year in filename to your Load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exemple: &lt;/EM&gt;&lt;EM&gt;If your excel file is named like this : "clasificacion 2016.xlsx"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;text&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RUT&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Rut&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;left&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;right&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;filename&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(),9),4) &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; clasificacion 2016.xlsx (....);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rémi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 16:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159805#M632187</guid>
      <dc:creator>remi_roland</dc:creator>
      <dc:date>2016-07-04T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159806#M632188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remi, &lt;/P&gt;&lt;P&gt;Thank you, but I need to create a data of all the ID's existing in the sheets so It doesn't matter in how many periods the ID exists because I need the ID´s to do left join with the information of the clients. The next tables include a column with the Year-Month, so it will replicate the ID for every period. I think the problem it can be solve using distinct and saving a QVW with all the information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUTERO: &lt;/P&gt;&lt;P&gt;LOAD Distinct text(Rut) as Rut &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AÑOMES, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tipo Persona], &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cliente, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nombre, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sucursal, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ejecutivo, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clasificacion&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) where [Tipo Persona] = 'PN';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE RUTERO INTO &lt;I&gt;(QVD);&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct me if I'm wrong, thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 20:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159806#M632188</guid>
      <dc:creator />
      <dc:date>2016-07-04T20:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159807#M632189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK I finally get it. You have 1 row in classification that match multiple row in clients table.&lt;/P&gt;&lt;P&gt;So even if you perform a distinct in classification, you will still have many rows as long as you do a left join on client table.&lt;/P&gt;&lt;P&gt;I suggest to perform a distinct to avoid lines duplications in classification and load your client table séparately.&lt;/P&gt;&lt;P&gt;Don't do any join just load the table and let qlikview perform the link on "RUT" column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it still not solve your issue, please post a sample of data and I'll have a look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Remi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159807#M632189</guid>
      <dc:creator>remi_roland</dc:creator>
      <dc:date>2016-07-05T07:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159808#M632190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally I use Distinct and store all the data in a QVD to then left joining the columns I need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUTERO: &lt;/P&gt;&lt;P&gt;LOAD Distinct text(Rut) as Rut &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AÑOMES, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Tipo Persona], &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cliente, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nombre, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sucursal, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ejecutivo, &lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clasificacion&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) where [Tipo Persona] = 'PN';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE RUTERO INTO &lt;I&gt;(QVD);&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Remi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 14:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159808#M632190</guid>
      <dc:creator />
      <dc:date>2016-07-06T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How I can replicate de ID from different sheets to then use left join and fill the values of other columns that are missing with NULLASVALUE?</title>
      <link>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159809#M632191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to fill all the ID for all the years ?. I mean let say if 2014 has 10 ID's and 2015 has 20 IDS do you want a output of 20 ID's in both 2014,2015?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 09:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-I-can-replicate-de-ID-from-different-sheets-to-then-use-left/m-p/1159809#M632191</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2016-07-07T09:04:15Z</dc:date>
    </item>
  </channel>
</rss>

