<?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: Listbox Sorting Alphanumerical - Word1,Word10,Word2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1705220#M451432</link>
    <description>&lt;P&gt;here's an example:&lt;/P&gt;&lt;P&gt;load&lt;BR /&gt;dual(Word,Wordnum) as Word;&lt;/P&gt;&lt;P&gt;load Word,&lt;BR /&gt;keepchar(Word,0123456789) as Wordnum&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Word&lt;BR /&gt;Line1&lt;BR /&gt;Line2&lt;BR /&gt;Line11&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;keep only numbers in second field, make field to dual field so you can see alphanumeric but sort by numeric&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 13:10:37 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2020-05-26T13:10:37Z</dc:date>
    <item>
      <title>Listbox Sorting Alphanumerical - Word1,Word10,Word2</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1698021#M451048</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have problem getting the right sort for alphanumeric data, so I have like this:&lt;/P&gt;&lt;P&gt;Word1&lt;/P&gt;&lt;P&gt;Word10&lt;/P&gt;&lt;P&gt;Word11&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Word2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i try to solve it?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1698021#M451048</guid>
      <dc:creator>retko1985</dc:creator>
      <dc:date>2020-04-30T08:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Sorting Alphanumerical - Word1,Word10,Word2</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1698166#M451057</link>
      <description>&lt;P&gt;Let us assume your FieldName is Field. Before the actual data load from file, please load a dummy values which are expected expected.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD 'Word'&amp;amp;RowNo() As Field
AutoGenerate 20;&lt;/LI-CODE&gt;&lt;P&gt;In the ListBox-&amp;gt;Sort, select 'Load Order'.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV31.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/32751i98435AFD1B6DDBE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV31.PNG" alt="commQV31.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1698166#M451057</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-04-30T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Sorting Alphanumerical - Word1,Word10,Word2</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1705195#M451431</link>
      <description>&lt;P&gt;The best thing would be a sample application/QVW file, so folks can see directly what you have setup, little difficult to determine exactly where the problem lies otherwise.&amp;nbsp; Saran's idea could potentially work if you perform the steps in the load script to Order by when loading:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Load.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Load.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I believe what you are currently seeing is working as expected though from what I recall.&amp;nbsp; Cannot find anything further in the Help other than it is per the ASCII rules.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.ecisolutions.com/doc-ddms/help/reportsmenu/ascii_sort_order_chart.htm" target="_blank"&gt;http://support.ecisolutions.com/doc-ddms/help/reportsmenu/ascii_sort_order_chart.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Sorry I do not have anything better for you.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 12:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1705195#M451431</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-26T12:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox Sorting Alphanumerical - Word1,Word10,Word2</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1705220#M451432</link>
      <description>&lt;P&gt;here's an example:&lt;/P&gt;&lt;P&gt;load&lt;BR /&gt;dual(Word,Wordnum) as Word;&lt;/P&gt;&lt;P&gt;load Word,&lt;BR /&gt;keepchar(Word,0123456789) as Wordnum&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Word&lt;BR /&gt;Line1&lt;BR /&gt;Line2&lt;BR /&gt;Line11&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;keep only numbers in second field, make field to dual field so you can see alphanumeric but sort by numeric&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 13:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-Sorting-Alphanumerical-Word1-Word10-Word2/m-p/1705220#M451432</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-05-26T13:10:37Z</dc:date>
    </item>
  </channel>
</rss>

