<?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: Convert ASCII text type to integer in qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454204#M98268</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;,&lt;BR /&gt;&lt;SPAN&gt;The below code helps in replacing characters with ASCII codes in a string in Load scrip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;MapTable:&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;Chr(RecNo() - 1) AS Char,&lt;BR /&gt;RecNo() - 1 AS Asciicode&lt;BR /&gt;AutoGenerate 256;&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;SPAN&gt;Num&lt;/SPAN&gt;,&lt;BR /&gt;MapSubString('MapTable', &lt;SPAN&gt;Num&lt;/SPAN&gt;) as IntegerField&lt;BR /&gt;FROM DataSource;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="dark:!bg-background w-full overflow-x-auto rounded-b !bg-zinc-100 p-2"&gt;** When applicable please mark the correct/appropriate replies as "solution".Please LIKE threads if the provided solution is helpful to. **&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 May 2024 12:55:17 GMT</pubDate>
    <dc:creator>TauseefKhan</dc:creator>
    <dc:date>2024-05-20T12:55:17Z</dc:date>
    <item>
      <title>Convert ASCII text type to integer in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454175#M98260</link>
      <description>&lt;P&gt;Hello All ,&lt;/P&gt;
&lt;P&gt;I have below fields:-&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1716206633860.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166419iB7F2039EF0251AD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1716206633860.png" alt="Aspiring_Developer_0-1716206633860.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1716206668530.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166420i9266C66A8BABFF4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1716206668530.png" alt="Aspiring_Developer_1-1716206668530.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am trying to convert Build_UPRN into integer but it not populating . I tried below :- Floor(num(Build_UPRN)) as Num_Build_UPRN ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It didn't worked . I am trying to convert this field into num as i need to join these two tables on this field and since the data type of both the field in different, it is creating error . Can anyone please help me with this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454175#M98260</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2024-11-15T20:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Convert ASCII text type to integer in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454197#M98261</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I also tried&amp;nbsp; Floor(num#(Build_UPRN)) as Num_Build_UPRN&amp;nbsp; but still it does not work&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 12:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454197#M98261</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2024-05-20T12:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert ASCII text type to integer in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454204#M98268</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/103918"&gt;@Aspiring_Developer&lt;/a&gt;,&lt;BR /&gt;&lt;SPAN&gt;The below code helps in replacing characters with ASCII codes in a string in Load scrip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;MapTable:&lt;BR /&gt;Mapping LOAD&lt;BR /&gt;Chr(RecNo() - 1) AS Char,&lt;BR /&gt;RecNo() - 1 AS Asciicode&lt;BR /&gt;AutoGenerate 256;&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;SPAN&gt;Num&lt;/SPAN&gt;,&lt;BR /&gt;MapSubString('MapTable', &lt;SPAN&gt;Num&lt;/SPAN&gt;) as IntegerField&lt;BR /&gt;FROM DataSource;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE class="dark:!bg-background w-full overflow-x-auto rounded-b !bg-zinc-100 p-2"&gt;** When applicable please mark the correct/appropriate replies as "solution".Please LIKE threads if the provided solution is helpful to. **&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 12:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454204#M98268</guid>
      <dc:creator>TauseefKhan</dc:creator>
      <dc:date>2024-05-20T12:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert ASCII text type to integer in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454221#M98274</link>
      <description>&lt;P&gt;Try &lt;BR /&gt;&lt;SPAN&gt;1.Floor(num#(&lt;STRONG&gt;Trim&lt;/STRONG&gt;(Build_UPRN)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;or&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;2.Floor(num#(Trim(&lt;STRONG&gt;Replace&lt;/STRONG&gt;(Build_UPRN,' ',''))))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 13:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-ASCII-text-type-to-integer-in-qliksense/m-p/2454221#M98274</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2024-05-20T13:32:57Z</dc:date>
    </item>
  </channel>
</rss>

