<?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 Sort Rows - Nulls at the end in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270333#M48272</link>
    <description>Hi&lt;BR /&gt;Can anyone please tell me how to achieve below scenario? Need to sort the rows making sure that the nulls comes at the end.&lt;BR /&gt;Input&lt;BR /&gt;ID&lt;BR /&gt;98&lt;BR /&gt;99&lt;BR /&gt;null&lt;BR /&gt;100&lt;BR /&gt;null&lt;BR /&gt;36&lt;BR /&gt;Output&lt;BR /&gt;ID&lt;BR /&gt;100&lt;BR /&gt;99&lt;BR /&gt;98&lt;BR /&gt;36&lt;BR /&gt;null&lt;BR /&gt;null&lt;BR /&gt;Thank you.</description>
    <pubDate>Fri, 26 Oct 2012 14:06:17 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-10-26T14:06:17Z</dc:date>
    <item>
      <title>Sort Rows - Nulls at the end</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270333#M48272</link>
      <description>Hi&lt;BR /&gt;Can anyone please tell me how to achieve below scenario? Need to sort the rows making sure that the nulls comes at the end.&lt;BR /&gt;Input&lt;BR /&gt;ID&lt;BR /&gt;98&lt;BR /&gt;99&lt;BR /&gt;null&lt;BR /&gt;100&lt;BR /&gt;null&lt;BR /&gt;36&lt;BR /&gt;Output&lt;BR /&gt;ID&lt;BR /&gt;100&lt;BR /&gt;99&lt;BR /&gt;98&lt;BR /&gt;36&lt;BR /&gt;null&lt;BR /&gt;null&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 26 Oct 2012 14:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270333#M48272</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-26T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Rows - Nulls at the end</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270334#M48273</link>
      <description>Use the tSortRow component you can sort by num descending</description>
      <pubDate>Fri, 26 Oct 2012 20:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270334#M48273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-26T20:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Rows - Nulls at the end</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270335#M48274</link>
      <description>Hi,&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;We can use tSortRow to sort the data. But it does have provision to handle the null values.&lt;BR /&gt;Regards,&lt;BR /&gt;Sangi</description>
      <pubDate>Tue, 30 Oct 2012 15:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270335#M48274</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-30T15:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Rows - Nulls at the end</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270336#M48275</link>
      <description>Hi,&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;We can use tSortRow to sort the data. But it does not have provision to handle the null values.&lt;BR /&gt;Regards,&lt;BR /&gt;Sangi</description>
      <pubDate>Tue, 30 Oct 2012 15:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270336#M48275</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-30T15:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Rows - Nulls at the end</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270337#M48276</link>
      <description>Hi
&lt;BR /&gt;Convert null value to 0 (or an other number) before sorting them, and then convert 0 to null value after sorting.</description>
      <pubDate>Tue, 30 Oct 2012 15:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270337#M48276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-30T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sort Rows - Nulls at the end</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270338#M48277</link>
      <description>Hi&lt;BR /&gt;Thank you. Its a good workaround.&lt;BR /&gt;However, it will be good to include an option in sort component to handle the nulls.&lt;BR /&gt;-&lt;BR /&gt;Sangi</description>
      <pubDate>Tue, 30 Oct 2012 16:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sort-Rows-Nulls-at-the-end/m-p/2270338#M48277</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-30T16:40:47Z</dc:date>
    </item>
  </channel>
</rss>

