<?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: Extracting Alphanumeric content from a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621664#M594389</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the below line of code to reflect the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;textbetween(SubField(Address,',',-1),' ',' ') as Pincode&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2019 14:48:16 GMT</pubDate>
    <dc:creator>QlikView_99</dc:creator>
    <dc:date>2019-09-09T14:48:16Z</dc:date>
    <item>
      <title>Extracting Alphanumeric content from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621640#M594386</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a address column where, it is mixed up with street, region, city, pincode. The data is not consistent in hierarchy of the address, sometimes the house number is mentioned and some cases only city and pincode are mentioned.&lt;/P&gt;&lt;P&gt;Now I need to extract only the pincode from this data, below is the type of data i have in the column "Address" and required format of output is in column "Required Pincode". Request you all to help me in sorting this situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Address&lt;/TD&gt;&lt;TD&gt;Required Pincode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;London, W4 1NJ&lt;/TD&gt;&lt;TD&gt;W4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Burney Avenue, Surbiton, EC4A 3HQ&lt;/TD&gt;&lt;TD&gt;EC4A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stanley Hill, Amersham, HP7 9ET&lt;/TD&gt;&lt;TD&gt;HP7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621640#M594386</guid>
      <dc:creator>QlikView_99</dc:creator>
      <dc:date>2019-09-09T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Alphanumeric content from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621644#M594387</link>
      <description>&lt;P&gt;One option is this&lt;/P&gt;&lt;P&gt;&lt;STRIKE&gt;TextBetween(Address, ', ', ' ')&lt;/STRIKE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TextBetween(', ' &amp;amp; SubField(Address, ', ', -1), ', ', ' ') as [Pincode]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621644#M594387</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-09T14:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Alphanumeric content from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621647#M594388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try in this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subfield(Trim(Subfield(Trim(Address),',',-1)),chr(32),1)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621647#M594388</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-09-09T14:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Alphanumeric content from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621664#M594389</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the below line of code to reflect the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;textbetween(SubField(Address,',',-1),' ',' ') as Pincode&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621664#M594389</guid>
      <dc:creator>QlikView_99</dc:creator>
      <dc:date>2019-09-09T14:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Alphanumeric content from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621671#M594390</link>
      <description>&lt;P&gt;But i do have one more challenge in extracting the pincode, where there is no pincode at all and there is some location in that, so i need to tag that location's pincode to the address column, added is the description in "Address" column for an airport.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Address&lt;/TD&gt;&lt;TD&gt;Required Pincode&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;London, W4 1NJ&lt;/TD&gt;&lt;TD&gt;W4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Burney Avenue, Surbiton, EC4A 3HQ&lt;/TD&gt;&lt;TD&gt;EC4A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stanley Hill, Amersham, HP7 9ET&lt;/TD&gt;&lt;TD&gt;HP7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Manchester Airport (&lt;FONT color="#FF0000"&gt;upon research&amp;nbsp;in internet pincode is M90&lt;/FONT&gt;)&lt;/TD&gt;&lt;TD&gt;M90&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621671#M594390</guid>
      <dc:creator>QlikView_99</dc:creator>
      <dc:date>2019-09-09T14:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Alphanumeric content from a string</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621677#M594391</link>
      <description>&lt;P&gt;But if it is not available, how can we magically create a value... You will need to bring this information from somewhere somehow&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-Alphanumeric-content-from-a-string/m-p/1621677#M594391</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-09-09T15:19:33Z</dc:date>
    </item>
  </channel>
</rss>

