<?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 Load numbers before letters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2465406#M99178</link>
    <description>&lt;P&gt;Hello there!&lt;/P&gt;
&lt;P&gt;I have a field called "System" that contains the following data: A01,A02,A03, A0x.&lt;/P&gt;
&lt;P&gt;No issues loading the data, however, when displaying it -say, a table- it gets displayed as A0x, A01, A02, A03.&lt;/P&gt;
&lt;P&gt;A0x should be the last to be shown, not the first. I understand that this is the normal ASCII sequence (letters first).&lt;/P&gt;
&lt;P&gt;How can I make the load script to load numbers first? Or at least to show them as required, with A0x at the last position?&lt;/P&gt;
&lt;P&gt;Note that A0x may be in whatever place in the list, not necessarily in the first or last position of the table.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 15:56:03 GMT</pubDate>
    <dc:creator>DEMONIO_AZUL</dc:creator>
    <dc:date>2024-06-25T15:56:03Z</dc:date>
    <item>
      <title>Load numbers before letters</title>
      <link>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2465406#M99178</link>
      <description>&lt;P&gt;Hello there!&lt;/P&gt;
&lt;P&gt;I have a field called "System" that contains the following data: A01,A02,A03, A0x.&lt;/P&gt;
&lt;P&gt;No issues loading the data, however, when displaying it -say, a table- it gets displayed as A0x, A01, A02, A03.&lt;/P&gt;
&lt;P&gt;A0x should be the last to be shown, not the first. I understand that this is the normal ASCII sequence (letters first).&lt;/P&gt;
&lt;P&gt;How can I make the load script to load numbers first? Or at least to show them as required, with A0x at the last position?&lt;/P&gt;
&lt;P&gt;Note that A0x may be in whatever place in the list, not necessarily in the first or last position of the table.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 15:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2465406#M99178</guid>
      <dc:creator>DEMONIO_AZUL</dc:creator>
      <dc:date>2024-06-25T15:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers before letters</title>
      <link>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2465444#M99181</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/295559"&gt;@DEMONIO_AZUL&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can try something like this. 99 is any high arbitrary number you can use that you know for sure no other will be higher than it.&lt;/P&gt;
&lt;PRE&gt;LOAD &lt;BR /&gt;Dual(System,If(Match('x',Right(System,1)),99,Num(Right(System,2)))) as System&lt;BR /&gt;INLINE [&lt;BR /&gt;System&lt;BR /&gt;A0x&lt;BR /&gt;A01&lt;BR /&gt;A02&lt;BR /&gt;A03&lt;BR /&gt;];&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 18:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2465444#M99181</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-25T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers before letters</title>
      <link>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2467937#M99418</link>
      <description>&lt;P&gt;You can perhaps sort them that you wish?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2467937#M99418</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-07-04T08:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load numbers before letters</title>
      <link>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2468015#M99426</link>
      <description>&lt;P&gt;Thanks, this works!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 12:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-numbers-before-letters/m-p/2468015#M99426</guid>
      <dc:creator>DEMONIO_AZUL</dc:creator>
      <dc:date>2024-07-04T12:42:03Z</dc:date>
    </item>
  </channel>
</rss>

