<?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: Subfield function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696639#M1065254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can extract the part you want with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField('\\becpsn.com\power\projects\j3-cpp\ndh\','\',5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, is this a one off thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 08:25:49 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2014-09-15T08:25:49Z</dc:date>
    <item>
      <title>Subfield function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696635#M1065250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field format like&amp;nbsp; \\becpsn.com\power\&lt;STRONG&gt;projects&lt;/STRONG&gt;\j3-cpp\ndh\&amp;nbsp; in an column Name..&lt;/P&gt;&lt;P&gt;And i have to take Bold letter in that column using subfield function .&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="47" style="width: 303px; height: 49px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 07:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696635#M1065250</guid>
      <dc:creator />
      <dc:date>2014-09-15T07:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696636#M1065251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to get bold letter, while reading in Qlikview it is not possible to identify this.&amp;nbsp; If you have fixed position then you give in SubField().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 07:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696636#M1065251</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-15T07:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696637#M1065252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield('\\becpsn.com\power\projects\j3-cpp\ndh\&amp;nbsp; in an column Name..','\',5)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 07:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696637#M1065252</guid>
      <dc:creator />
      <dc:date>2014-09-15T07:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696638#M1065253</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;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Try like this&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Subfield('\\becpsn.com\power\projects\j3-cpp\ndh\','\',5) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;If its always comes in that place,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 07:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696638#M1065253</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-09-15T07:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield function</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696639#M1065254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can extract the part you want with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubField('\\becpsn.com\power\projects\j3-cpp\ndh\','\',5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, is this a one off thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 08:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function/m-p/696639#M1065254</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2014-09-15T08:25:49Z</dc:date>
    </item>
  </channel>
</rss>

