<?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: How to get a word into a text string field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165729#M379520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;glad it helped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 23:32:00 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-06-09T23:32:00Z</dc:date>
    <item>
      <title>How to get a word into a text string field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165725#M379516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody! Could guide to me in this question please? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The case is: &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;I have&lt;/SPAN&gt; a field with the number and description of the department.&lt;BR /&gt;&lt;SPAN&gt;But&lt;/SPAN&gt; &lt;SPAN&gt;I require&lt;/SPAN&gt; only show the first word of the department without their number.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;The issue is when the departmet has 1 word, it solution can't do it, because the delimiter isn't a space or any other.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;I tried it with the following function:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;MID(Departamento,4,Index(Departamento,' ',2)-4) as TestMidIndex&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127476_pastedImage_7.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;BR /&gt;Also attach an excel and &lt;SPAN&gt;qvd examples&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I will appreciate your support.&lt;BR /&gt;Thanks for advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 21:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165725#M379516</guid>
      <dc:creator />
      <dc:date>2016-06-09T21:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a word into a text string field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165726#M379517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(MID(Departamento,5),' ',1) as TestMidIndex&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 21:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165726#M379517</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-06-09T21:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a word into a text string field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165727#M379518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Subfield(Departamento,' ',2) as TestMidIndex&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 21:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165727#M379518</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-06-09T21:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a word into a text string field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165728#M379519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marco, &lt;/P&gt;&lt;P&gt;It is fixing good!&lt;/P&gt;&lt;P&gt;Thanks a lot for your quik answear, i appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 22:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165728#M379519</guid>
      <dc:creator />
      <dc:date>2016-06-09T22:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a word into a text string field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165729#M379520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;glad it helped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 23:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-word-into-a-text-string-field/m-p/1165729#M379520</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-06-09T23:32:00Z</dc:date>
    </item>
  </channel>
</rss>

