<?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: Extrange result on Resident Load ordered by in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510438#M601660</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;Thanks for your reply&lt;/P&gt;&lt;P&gt;I think i do...&lt;/P&gt;&lt;P&gt;I have changed my script to this:&lt;/P&gt;&lt;P&gt;Recursos_tmp1:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;// load date(if(Previous(DNI)=DNI,Previous("Fecha Desde")-1,today())) as Hasta, *;&lt;BR /&gt;Load * Resident Recursos_tmp where not IsNull(DNI) order by DNI asc, "Fecha Desde" desc;&lt;BR /&gt;drop table Recursos_tmp;&lt;/P&gt;&lt;P&gt;That gives my a correct content of "DNI" field.&lt;/P&gt;&lt;P&gt;I think the fact of having some null values in that field kind of "break" things...&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 13:47:27 GMT</pubDate>
    <dc:creator>marcosadlercreutz</dc:creator>
    <dc:date>2018-11-21T13:47:27Z</dc:date>
    <item>
      <title>Extrange result on Resident Load ordered by</title>
      <link>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510345#M601658</link>
      <description>&lt;P&gt;Dear all, i´ll go right into a extrange thing it´s hapenning.&lt;/P&gt;&lt;P&gt;A simple load it´s giving me a headache...&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;// First Load&lt;/P&gt;&lt;P&gt;Recursos_tmp:&lt;BR /&gt;Load *&lt;BR /&gt;FROM [lib://Datos/AMB Maestros\ABM Recursos Humanos*.xls*]&lt;BR /&gt;(ooxml, embedded labels, header is 1 lines, table is [ABM Personal]);&lt;/P&gt;&lt;P&gt;// Second load&lt;/P&gt;&lt;P&gt;Recursos_tmp1:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Load * Resident Recursos_tmp order by DNI asc, "Fecha Desde" desc;&lt;BR /&gt;drop table Recursos_tmp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This script returns null values on field called "DNI"... When i try the same thing without "order by..." the DNI part returns true values...&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After "First Load"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura1.JPG" style="width: 419px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/740iBE8757A3455808F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura1.JPG" alt="Captura1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After Second Load&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.JPG" style="width: 549px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/738i5C79C212506829E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.JPG" alt="Captura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510345#M601658</guid>
      <dc:creator>marcosadlercreutz</dc:creator>
      <dc:date>2024-11-16T05:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extrange result on Resident Load ordered by</title>
      <link>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510390#M601659</link>
      <description>&lt;P&gt;Are you sure that you compares the same records?&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 12:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510390#M601659</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-11-21T12:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extrange result on Resident Load ordered by</title>
      <link>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510438#M601660</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;Thanks for your reply&lt;/P&gt;&lt;P&gt;I think i do...&lt;/P&gt;&lt;P&gt;I have changed my script to this:&lt;/P&gt;&lt;P&gt;Recursos_tmp1:&lt;BR /&gt;NoConcatenate&lt;BR /&gt;// load date(if(Previous(DNI)=DNI,Previous("Fecha Desde")-1,today())) as Hasta, *;&lt;BR /&gt;Load * Resident Recursos_tmp where not IsNull(DNI) order by DNI asc, "Fecha Desde" desc;&lt;BR /&gt;drop table Recursos_tmp;&lt;/P&gt;&lt;P&gt;That gives my a correct content of "DNI" field.&lt;/P&gt;&lt;P&gt;I think the fact of having some null values in that field kind of "break" things...&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 13:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extrange-result-on-Resident-Load-ordered-by/m-p/1510438#M601660</guid>
      <dc:creator>marcosadlercreutz</dc:creator>
      <dc:date>2018-11-21T13:47:27Z</dc:date>
    </item>
  </channel>
</rss>

