<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119315#M18387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr. Wunderlich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply - such a simple solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2018 06:57:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-13T06:57:40Z</dc:date>
    <item>
      <title>Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119313#M18385</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;Consider the following data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WWW&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 98px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;&lt;P&gt;google.com&lt;/P&gt;&lt;P&gt;bing.com&lt;/P&gt;&lt;P&gt;facebook.com&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.de&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.fr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.co.uk&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.es&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;bing.it&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.ca&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;bing.nl&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.se&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;google.pl&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get the domain ? In fact I want the resulting field to return:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DOMAIN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.com&lt;/P&gt;&lt;P&gt;.de&lt;/P&gt;&lt;P&gt;.fr&lt;/P&gt;&lt;P&gt;.uk&lt;/P&gt;&lt;P&gt;.es&lt;/P&gt;&lt;P&gt;.it&lt;/P&gt;&lt;P&gt;.ca&lt;/P&gt;&lt;P&gt;.nl&lt;/P&gt;&lt;P&gt;.se&lt;/P&gt;&lt;P&gt;.pl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to accomplish that in the script using for instance subfield ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 08:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119313#M18385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-12T08:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119314#M18386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;subfield(WWW, '.', -1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 17:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119314#M18386</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-09-12T17:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119315#M18387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mr. Wunderlich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply - such a simple solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 06:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119315#M18387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-13T06:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119316#M18388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Mr. Wunderlich,&lt;/P&gt;&lt;P&gt;Sorry to bother you but could you please have a look at my post regarding Google Static World Heat Map. I believe you have some good input - since the original post of the app was made by you way back in the days + plus you had some good examples in your cookbook (regarding Google static map API) which I can't find right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/313828"&gt;Google Static map sorting issue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Highly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 06:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/119316#M18388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T06:19:08Z</dc:date>
    </item>
  </channel>
</rss>

