<?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 INDEX, substring, mid , trim ,left , right in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391215#M145903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I need to represent TOTAL NO oF VIEWS for a WEBPAGE as dimension. Since the webpage name is a &lt;STRONG&gt;Http:// ....................................................&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;type of string, it takes a lot of space on teh chart and does not display properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use correct string function to display only the last part of the page link??&lt;/P&gt;&lt;P&gt;e.g if i have a page link as &lt;A href="https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx"&gt;https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and . &lt;A class="loading" href="https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx"&gt;https://portal.abcd/strategy/pages/depot/abcd/page/webcommunication.aspx&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which i want to display as only &lt;STRONG&gt;Home&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;only as w&lt;STRONG&gt;ebCommunication respectively &lt;/STRONG&gt;on my chart x axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how a correct string function can be applied on the field Page during Load.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 07:11:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-26T07:11:13Z</dc:date>
    <item>
      <title>INDEX, substring, mid , trim ,left , right</title>
      <link>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391215#M145903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I need to represent TOTAL NO oF VIEWS for a WEBPAGE as dimension. Since the webpage name is a &lt;STRONG&gt;Http:// ....................................................&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;type of string, it takes a lot of space on teh chart and does not display properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use correct string function to display only the last part of the page link??&lt;/P&gt;&lt;P&gt;e.g if i have a page link as &lt;A href="https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx"&gt;https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and . &lt;A class="loading" href="https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx"&gt;https://portal.abcd/strategy/pages/depot/abcd/page/webcommunication.aspx&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which i want to display as only &lt;STRONG&gt;Home&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;only as w&lt;STRONG&gt;ebCommunication respectively &lt;/STRONG&gt;on my chart x axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how a correct string function can be applied on the field Page during Load.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 07:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391215#M145903</guid>
      <dc:creator />
      <dc:date>2013-03-26T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: INDEX, substring, mid , trim ,left , right</title>
      <link>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391216#M145904</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load Page,mid(Page,Index(Page,'/',len(KeepChar(Page,'/')))+1,Len(Page)-Index(Page,'/',len(KeepChar(Page,'/')))-5) as ABC inline [&lt;BR /&gt;Page&lt;BR /&gt;&lt;A href="https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx"&gt;https://portal.abcd/strategy/pages/depot/abcd/page/home.aspx&lt;/A&gt; &lt;BR /&gt;&lt;A href="https://portal.abcd/strategy/pages/depot/abcd/page/webcommunication.aspx"&gt;https://portal.abcd/strategy/pages/depot/abcd/page/webcommunication.aspx&lt;/A&gt; &lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attched example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 07:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391216#M145904</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2013-03-26T07:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: INDEX, substring, mid , trim ,left , right</title>
      <link>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391217#M145905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp; Kaushik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 09:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INDEX-substring-mid-trim-left-right/m-p/391217#M145905</guid>
      <dc:creator />
      <dc:date>2013-03-26T09:34:44Z</dc:date>
    </item>
  </channel>
</rss>

