<?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: Extraction of Location in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2428057#M96320</link>
    <description>&lt;P&gt;load *,&lt;/P&gt;
&lt;P&gt;subfield(column,'_',2)&amp;amp;'_'&amp;amp;left(keepchar(column,'0123456789'),2) as newfield;&lt;/P&gt;
&lt;P&gt;load * inline [&lt;/P&gt;
&lt;P&gt;column&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.&amp;nbsp;IND_BHU_SHU_01A_04_CCTV007&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.IND_BLR_06F_04_VAV&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 06:36:07 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2024-03-07T06:36:07Z</dc:date>
    <item>
      <title>Extraction of Location</title>
      <link>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2427912#M96307</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I am having difficult situation to extract the numeric from Incident Name for the below cases.&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;IND_BHU_SHU_01A_04_CCTV007&lt;/P&gt;
&lt;P&gt;2.IND_BLR_06F_04_VAV&lt;BR /&gt;as mentioned above it has two different catageories , I am able to extract the BLR_06 from second case with expression bewlow but first case its not able to get.&lt;/P&gt;
&lt;P&gt;SubField(Mid(Incident_Name &amp;amp;'-'&amp;amp; Incident_description, Len(SubField(Incident_Name &amp;amp;'-'&amp;amp; Incident_description, 'IND_', 1)) + 1), '_', 3)).&lt;/P&gt;
&lt;P&gt;any Suggestion on this.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 17:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2427912#M96307</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2024-03-06T17:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extraction of Location</title>
      <link>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2427965#M96308</link>
      <description>&lt;P&gt;please describe properly what your required result would look like, maybe also using additional examples.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 20:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2427965#M96308</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2024-03-06T20:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extraction of Location</title>
      <link>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2428048#M96319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;the expected ouput is like below&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;IND_BHU_SHU_01A_04_CCTV007 - output (BHU_01)&lt;/P&gt;
&lt;P&gt;2.IND_BLR_06F_04_VAV-output (BLR_06)&lt;/P&gt;
&lt;P&gt;the above two rows are from Incident name field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 05:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2428048#M96319</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2024-03-07T05:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extraction of Location</title>
      <link>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2428057#M96320</link>
      <description>&lt;P&gt;load *,&lt;/P&gt;
&lt;P&gt;subfield(column,'_',2)&amp;amp;'_'&amp;amp;left(keepchar(column,'0123456789'),2) as newfield;&lt;/P&gt;
&lt;P&gt;load * inline [&lt;/P&gt;
&lt;P&gt;column&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1.&amp;nbsp;IND_BHU_SHU_01A_04_CCTV007&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2.IND_BLR_06F_04_VAV&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 06:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Extraction-of-Location/m-p/2428057#M96320</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-03-07T06:36:07Z</dc:date>
    </item>
  </channel>
</rss>

