<?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 substring formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150953#M28888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;check this attached application.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 19:04:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-03T19:04:50Z</dc:date>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150946#M28881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;From Address field, i have to extract the pincode written in it. But there is no specific position where it can start in the Address field.&lt;/P&gt;&lt;P&gt;What my idea is start from position 1 till the end of the Address value, take 6 char everytime and check whether it is Num.&lt;/P&gt;&lt;P&gt;i am writing VB macro for it.&lt;/P&gt;&lt;P&gt;Is there any QV function to do so?&lt;/P&gt;&lt;P&gt;Also pls suggest if there is any other way to do the same.&lt;/P&gt;&lt;P&gt;Its urgent.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Arun Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 16:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150946#M28881</guid>
      <dc:creator />
      <dc:date>2009-08-03T16:17:13Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150947#M28882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Sql equilvalent substring function in qv is mid&lt;/P&gt;&lt;P&gt;for e.g string&lt;/P&gt;&lt;P&gt;address1 = "Mumbai - 400092"&lt;/P&gt;&lt;P&gt;mid(address1,1,6) will return '400092'&lt;/P&gt;&lt;P&gt;mid(address2,10,6) will return '400092'&lt;/P&gt;&lt;P&gt;You can use the left function also if the PIN number starts from position 1 .&lt;/P&gt;&lt;P&gt;for e.g.&lt;/P&gt;&lt;P&gt;left(address1,6) will also return '400092'&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;tapas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 16:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150947#M28882</guid>
      <dc:creator />
      <dc:date>2009-08-03T16:44:35Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150948#M28883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you post the sample of your data.?&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 16:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150948#M28883</guid>
      <dc:creator />
      <dc:date>2009-08-03T16:49:21Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150949#M28884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank for the reply tapas.&lt;/P&gt;&lt;P&gt;But, as i clearly mentioned in the post that position for Pincode value is not fixed in my Address Field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 16:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150949#M28884</guid>
      <dc:creator />
      <dc:date>2009-08-03T16:50:23Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150950#M28885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HDFC Bank Ltd., Kolkatta - 700 001, WB&lt;/P&gt;&lt;P&gt;HDFC Bank Ltd., 700 001 Kolkatta WB&lt;/P&gt;&lt;P&gt;HDFC Bank Ltd., Kolkatta, WB - 700 001&lt;/P&gt;&lt;P&gt;As u can see, in above three records, position of pincode is different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 16:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150950#M28885</guid>
      <dc:creator />
      <dc:date>2009-08-03T16:52:56Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150951#M28886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;check this attached application.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 17:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150951#M28886</guid>
      <dc:creator />
      <dc:date>2009-08-03T17:01:54Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150952#M28887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:528pt;border-collapse:collapse;" width="704"&gt;&lt;COLGROUP&gt;&lt;COL style="width:528pt;mso-width-source:userset;mso-width-alt:25746;mso-outline-parent:collapsed;" width="704" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl22" height="17" style="width:528pt;height:12.75pt;background-color:white;border:gainsboro 0.5pt solid;" width="704"&gt;&lt;P&gt;Thanks a lot for the reply. But what happened if the data is like below:&lt;/P&gt;&lt;P&gt;1st Floor, K.B.Road, Near National Insurance Co, Jorhat-785001&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl22" height="17" style="border-right:gainsboro 0.5pt solid;border-top:gainsboro;border-left:gainsboro 0.5pt solid;border-bottom:gainsboro 0.5pt solid;height:12.75pt;background-color:white;"&gt;2nd Floor, President Tower, Thana Road, Jorhat, Assam - 785001&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl22" height="17" style="border-right:gainsboro 0.5pt solid;border-top:gainsboro;border-left:gainsboro 0.5pt solid;border-bottom:gainsboro 0.5pt solid;height:12.75pt;background-color:white;"&gt;Deepali Medical Complex, 2 nd floor, A.T.Road, Jorhat - 785001&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl22" height="17" style="border-right:gainsboro 0.5pt solid;border-top:gainsboro;border-left:gainsboro 0.5pt solid;border-bottom:gainsboro 0.5pt solid;height:12.75pt;background-color:white;"&gt;Ground Floor,Shop No1, Laxmi Narayan Avenue, G.T.Road,Murgasol,Asansol,Dist- Burdwan,West Bengal-713303.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;if string contains some other numeric chars also, result will be concatenation of all those like for first record it will be - 1785001...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 17:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150952#M28887</guid>
      <dc:creator />
      <dc:date>2009-08-03T17:12:36Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150953#M28888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;check this attached application.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 19:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150953#M28888</guid>
      <dc:creator />
      <dc:date>2009-08-03T19:04:50Z</dc:date>
    </item>
    <item>
      <title>substring formula</title>
      <link>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150954#M28889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Let me check whether this will be applicable for my scenerio. Will catch u if any other required&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 20:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/substring-formula/m-p/150954#M28889</guid>
      <dc:creator />
      <dc:date>2009-08-03T20:39:18Z</dc:date>
    </item>
  </channel>
</rss>

