<?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: Function that deterministically transforms a text to a number? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123258#M604149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope this will you &lt;A href="https://community.qlik.com/thread/57910"&gt;substring in qlikview?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2018 08:44:06 GMT</pubDate>
    <dc:creator>raviityou</dc:creator>
    <dc:date>2018-07-25T08:44:06Z</dc:date>
    <item>
      <title>Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123252#M604141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking to know if there's a function that does something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input&amp;nbsp; -&amp;gt; Output&lt;/P&gt;&lt;P&gt;ABC&amp;nbsp; -&amp;gt; 123&lt;/P&gt;&lt;P&gt;AND&amp;nbsp; -&amp;gt; 1144&lt;/P&gt;&lt;P&gt;BTIO -&amp;gt; 220915&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 02:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123252#M604141</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2018-07-25T02:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123253#M604142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that I would recommend the autonumber function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/CounterFunctions/autonumber.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/CounterFunctions/autonumber.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/CounterFunctions/autonumber.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 05:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123253#M604142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123254#M604143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well there is an &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/StringFunctions/Ord.htm"&gt;ord()&lt;/A&gt; functioncn, but it only interprets the first character, so you have to use it several times for the first, the second, the third etc. character.&lt;/P&gt;&lt;P&gt;I used it to sort alphanumeric values in a chart.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="208741" alt="" class="jive-image image-1" height="203" src="https://community.qlik.com/legacyfs/online/208741_pastedImage_0.png" style="width: 699.222px; height: 203px;" width="699" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 06:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123254#M604143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-25T06:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123255#M604145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the MapSubstring Function to convert alphabetic letters to numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;CharMap:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Mapping LOAD * Inline&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;[&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Text,Number&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;A,1&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;B,2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;C,3&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;D,4&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;E,5&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;F,6&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;G,7&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;H,8&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;I,9&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;J,10&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;K,11&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;L,12&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;M,13&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;N,14&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;O,15&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;P,16&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Q,17&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;R,18&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;S,19&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;T,20&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;U,21&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;V,22&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;W,23&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;X,24&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Y,25&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Z,26&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MapSubString('CharMap', Input) AS Output&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;INLINE [&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Input&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;BTIO&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;AAA&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;ZA&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-align: center; font-size: 10pt;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-align: center; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;IMG alt="Alpha to Number.PNG" class="jive-image image-1" src="/legacyfs/online/208748_Alpha to Number.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-align: center; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-align: center; font-size: 10pt;"&gt;&lt;STRONG&gt;find the attached sample application for the same,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-align: center; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="text-align: center; font-size: 10pt;"&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 06:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123255#M604145</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2018-07-25T06:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123256#M604146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/MappingFunctions/MapSubstring.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 07:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123256#M604146</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-25T07:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123257#M604148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/172356"&gt;Apply Map on Substring&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 07:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123257#M604148</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-25T07:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123258#M604149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope this will you &lt;A href="https://community.qlik.com/thread/57910"&gt;substring in qlikview?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 08:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123258#M604149</guid>
      <dc:creator>raviityou</dc:creator>
      <dc:date>2018-07-25T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123259#M604151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid that function does a different thing as it assigns a number as the the script is reading the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 20:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123259#M604151</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2018-07-26T20:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function that deterministically transforms a text to a number?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123260#M604153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the solution proposal, but I think the downside is that the script ends quite convoluted, doesn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 20:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-that-deterministically-transforms-a-text-to-a-number/m-p/123260#M604153</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2018-07-26T20:03:17Z</dc:date>
    </item>
  </channel>
</rss>

