<?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 Interrogate URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186568#M50611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of Qv String functions that would be useful, as well as the preceding load. The example offered here allows you to expand to numerous "src=" values which I'm guessing your data may have.&lt;/P&gt;&lt;P&gt;SearchMap:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt;Src, Key&lt;BR /&gt;pack, s=&lt;BR /&gt;sheet, sc=&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt; Replace(TextBetween(Url, ApplyMap('SearchMap', Src, ''), '&amp;amp;'), '+', ' ') as Search&lt;BR /&gt;;&lt;BR /&gt;LOAD *,&lt;BR /&gt; TextBetween(Url, 'src=', '&amp;amp;') as Src&lt;BR /&gt;;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Url&lt;BR /&gt;&lt;A href="http://Server/Application/Search.aspx?src=pack&amp;amp;d=false&amp;amp;s=ASHA-KD&amp;amp;v"&gt;http://Server/Application/Search.aspx?src=pack&amp;amp;d=false&amp;amp;s=ASHA-KD&amp;amp;v&lt;/A&gt;=&amp;amp;&lt;BR /&gt;&lt;A href="http://Server/Application/Search.aspx?src=sheet&amp;amp;mc=Veneered+MDF&amp;amp;cert=&amp;amp;sc=Ash+-+White&amp;amp;t=&amp;amp;t1"&gt;http://Server/Application/Search.aspx?src=sheet&amp;amp;mc=Veneered+MDF&amp;amp;cert=&amp;amp;sc=Ash+-+White&amp;amp;t=&amp;amp;t1&lt;/A&gt;=&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2009 15:46:03 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2009-12-15T15:46:03Z</dc:date>
    <item>
      <title>Interrogate URL</title>
      <link>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186567#M50610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have built an internal web site and we want to analyse what our users are searching on....&lt;/P&gt;&lt;P&gt;We have the searched URL's stored in a field...examples below...&lt;/P&gt;&lt;P&gt;&lt;A href="http://Server/Application/Search.aspx?src=pack&amp;amp;d=false&amp;amp;s=ASHA-KD&amp;amp;v"&gt;http://Server/Application/Search.aspx?src=pack&amp;amp;d=false&amp;amp;s=ASHA-KD&amp;amp;v&lt;/A&gt;=&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://Server/Application/Search.aspx?src=sheet&amp;amp;mc=Veneered+MDF&amp;amp;cert=&amp;amp;sc=Ash+-+White&amp;amp;t=&amp;amp;t1"&gt;http://Server/Application/Search.aspx?src=sheet&amp;amp;mc=Veneered+MDF&amp;amp;cert=&amp;amp;sc=Ash+-+White&amp;amp;t=&amp;amp;t1&lt;/A&gt;=&lt;/P&gt;&lt;P&gt;What I would like to do is...&lt;/P&gt;&lt;P&gt;For src=pack, output the "s=" search - in the example above I would get "ASHA-KD"&lt;/P&gt;&lt;P&gt;For src=sheet, output the "sc=" search - in the example above I would get "Ash - White" (need to also filter out + signs)...&lt;/P&gt;&lt;P&gt;Any help greatly appreciated....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 20:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186567#M50610</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-12-14T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Interrogate URL</title>
      <link>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186568#M50611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of Qv String functions that would be useful, as well as the preceding load. The example offered here allows you to expand to numerous "src=" values which I'm guessing your data may have.&lt;/P&gt;&lt;P&gt;SearchMap:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt;Src, Key&lt;BR /&gt;pack, s=&lt;BR /&gt;sheet, sc=&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;BR /&gt; Replace(TextBetween(Url, ApplyMap('SearchMap', Src, ''), '&amp;amp;'), '+', ' ') as Search&lt;BR /&gt;;&lt;BR /&gt;LOAD *,&lt;BR /&gt; TextBetween(Url, 'src=', '&amp;amp;') as Src&lt;BR /&gt;;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Url&lt;BR /&gt;&lt;A href="http://Server/Application/Search.aspx?src=pack&amp;amp;d=false&amp;amp;s=ASHA-KD&amp;amp;v"&gt;http://Server/Application/Search.aspx?src=pack&amp;amp;d=false&amp;amp;s=ASHA-KD&amp;amp;v&lt;/A&gt;=&amp;amp;&lt;BR /&gt;&lt;A href="http://Server/Application/Search.aspx?src=sheet&amp;amp;mc=Veneered+MDF&amp;amp;cert=&amp;amp;sc=Ash+-+White&amp;amp;t=&amp;amp;t1"&gt;http://Server/Application/Search.aspx?src=sheet&amp;amp;mc=Veneered+MDF&amp;amp;cert=&amp;amp;sc=Ash+-+White&amp;amp;t=&amp;amp;t1&lt;/A&gt;=&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 15:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186568#M50611</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-12-15T15:46:03Z</dc:date>
    </item>
    <item>
      <title>Interrogate URL</title>
      <link>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186569#M50612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob...this did the trick...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 16:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interrogate-URL/m-p/186569#M50612</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2009-12-15T16:18:59Z</dc:date>
    </item>
  </channel>
</rss>

