<?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 String Function similar to subfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535542#M200110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the following values in a field call "Document"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\april13 month end report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\december12 month end report r5.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\june13 month end report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\june13 reconciliation report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\reloading monitor.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\variance report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\monitors\qv10systemmonitor.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\qv10systemmonitor.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the following as a dimension in a chart to get just the filename and not the full path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(Document,'\',10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for all the Documents with the following path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....but not the others. Is there a similar function I can use to extract the file name from right to left (instead of left to right) picking anything to the right of the "\" on the far right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 14:45:52 GMT</pubDate>
    <dc:creator>shane_spencer</dc:creator>
    <dc:date>2013-07-29T14:45:52Z</dc:date>
    <item>
      <title>String Function similar to subfield</title>
      <link>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535542#M200110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the following values in a field call "Document"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\april13 month end report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\december12 month end report r5.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\june13 month end report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\june13 reconciliation report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\reloading monitor.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\variance report r7a.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\monitors\qv10systemmonitor.qvw&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\qv10systemmonitor.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the following as a dimension in a chart to get just the filename and not the full path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=subfield(Document,'\',10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works for all the Documents with the following path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\hbeu.adroot.hsbc\dfsroot\gb002\corep_mi_qlikview\qlikview files\fermat\fermatqlikviewapp\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....but not the others. Is there a similar function I can use to extract the file name from right to left (instead of left to right) picking anything to the right of the "\" on the far right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 14:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535542#M200110</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2013-07-29T14:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: String Function similar to subfield</title>
      <link>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535543#M200111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Document, '\', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;substringcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Document, '\') + 1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 15:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535543#M200111</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2013-07-29T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: String Function similar to subfield</title>
      <link>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535544#M200112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: 'courier new', courier; background-color: #ffffff; font-size: 12pt;"&gt;=subfield(Document,'\',&lt;STRONG&gt;-1&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The negative value counts from the right. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: 'courier new', courier; background-color: #ffffff;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 16:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Function-similar-to-subfield/m-p/535544#M200112</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-07-29T16:58:15Z</dc:date>
    </item>
  </channel>
</rss>

