<?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 Sorting a Column in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Sorting-a-Column/m-p/1526001#M7867</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want sort a column.&amp;nbsp; Below is screen shot. I want the '-' to be at top and sorted&amp;nbsp; by A_Z . I want to see the number portion&amp;nbsp; like 13-11-26-218-53, on bottom. The _ should be at Top followed&amp;nbsp; by&amp;nbsp; CAM0002, etc. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2963i926B00197A5DED8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 18:27:35 GMT</pubDate>
    <dc:creator>niharika1234</dc:creator>
    <dc:date>2019-01-03T18:27:35Z</dc:date>
    <item>
      <title>Sorting a Column</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Sorting-a-Column/m-p/1526001#M7867</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want sort a column.&amp;nbsp; Below is screen shot. I want the '-' to be at top and sorted&amp;nbsp; by A_Z . I want to see the number portion&amp;nbsp; like 13-11-26-218-53, on bottom. The _ should be at Top followed&amp;nbsp; by&amp;nbsp; CAM0002, etc. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2963i926B00197A5DED8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 18:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Sorting-a-Column/m-p/1526001#M7867</guid>
      <dc:creator>niharika1234</dc:creator>
      <dc:date>2019-01-03T18:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting a Column</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Sorting-a-Column/m-p/1526048#M7868</link>
      <description>&lt;P&gt;My guess is '-' is a value, not missing data. So, use Dual function during the load and apply &amp;nbsp; 'Sort Numerically' option&lt;/P&gt;&lt;P&gt;TempData:&lt;BR /&gt;Load * Inline&lt;BR /&gt;[&lt;BR /&gt;Product, Date, Price&lt;BR /&gt;-,43404,15&lt;BR /&gt;12-Apple,43404,15&lt;BR /&gt;22_Banana,42404,100&lt;BR /&gt;Apple,43404,15&lt;BR /&gt;Apple,43403,15&lt;BR /&gt;Apple,43402,20&lt;BR /&gt;Apple,43401,14&lt;BR /&gt;Banana,42404,100&lt;BR /&gt;11-Apple,43404,15&lt;BR /&gt;21_Banana,42404,100&lt;BR /&gt;Banana,42404,150&lt;BR /&gt;Banana,42402,170&lt;BR /&gt;32-Banana,42402,270&lt;BR /&gt;Banana,42400,70&lt;BR /&gt;Banana,42339,50&lt;BR /&gt;]&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;Data:&lt;BR /&gt;NoConcatenate Load&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Dual(Product,If(Product='-', NoOfRows('TempData'), RowNo())) AS Product,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Date,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Price&lt;BR /&gt;Resident TempData&lt;BR /&gt;Order By Product&lt;BR /&gt;;&lt;BR /&gt;drop Tables TempData;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 20:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Sorting-a-Column/m-p/1526048#M7868</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2019-01-03T20:59:18Z</dc:date>
    </item>
  </channel>
</rss>

