<?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 Nvarchar datatype in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526098#M196599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attched excel .I want to sort based on the hard disk size. Could you please help in getting the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jul 2013 08:58:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-01T08:58:56Z</dc:date>
    <item>
      <title>Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526098#M196599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attched excel .I want to sort based on the hard disk size. Could you please help in getting the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 08:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526098#M196599</guid>
      <dc:creator />
      <dc:date>2013-07-01T08:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526099#M196600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD @1 as Capacity,&lt;/P&gt;&lt;P&gt;Num#(Replace(@1, 'GB', ''), '#.#', '.', ',') as NCapacity&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;HD.xls&lt;/P&gt;&lt;P&gt;(biff, no labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and order by field NCapacity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 12:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526099#M196600</guid>
      <dc:creator />
      <dc:date>2013-07-01T12:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526100#M196601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to perform the sort in Expressor or QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a dedicated Sort operator in Expressor that allows you to specify the sort key(s) and then allows you to subsequently process the data accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 21:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526100#M196601</guid>
      <dc:creator>Hugo_Sheng</dc:creator>
      <dc:date>2013-07-02T21:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526101#M196602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Opps! I think I didn't read the discussion group name and I thought I was in a QlikView discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Hugo says, you can use the Sort operator. I have created a Dataflow to test the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43546" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/43546_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43551" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/43551_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43552" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/43552_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 10:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526101#M196602</guid>
      <dc:creator />
      <dc:date>2013-07-03T10:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526102#M196603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 11:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526102#M196603</guid>
      <dc:creator />
      <dc:date>2013-07-03T11:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526103#M196604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Atatched QVW for reference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;test:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD left(@1,len(@1)-1) as col1,@1 as col2 from c:\HD.XLS&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;( &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Sheet1$]&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;Noconcatenate&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;test2:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;load * resident test order by col1:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;﻿&lt;/STRONG&gt;&lt;/STRONG&gt;drop table test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 11:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526103#M196604</guid>
      <dc:creator />
      <dc:date>2013-07-03T11:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Nvarchar datatype</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526104#M196605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving this to the proper discussion area&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 14:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Nvarchar-datatype/m-p/526104#M196605</guid>
      <dc:creator>Hugo_Sheng</dc:creator>
      <dc:date>2013-07-03T14:41:13Z</dc:date>
    </item>
  </channel>
</rss>

