<?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 Help with Mid/Index function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186083#M50336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm struggling with an expression in which I want to trim and only bring in certain text from a field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example, I have : The Dog Walked into the room. I only want to bring in 'Walked into the room'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Sep 2010 13:46:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-02T13:46:47Z</dc:date>
    <item>
      <title>Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186083#M50336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm struggling with an expression in which I want to trim and only bring in certain text from a field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example, I have : The Dog Walked into the room. I only want to bring in 'Walked into the room'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 13:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186083#M50336</guid>
      <dc:creator />
      <dc:date>2010-09-02T13:46:47Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186084#M50337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to better specify for us what you want to do.&lt;/P&gt;&lt;P&gt;For your specified example you could use:&lt;/P&gt;&lt;P&gt;Right(text,20)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 13:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186084#M50337</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2010-09-02T13:52:09Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186085#M50338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically, I'd like to return all the text to the right of the end of 'The Dog '&lt;/P&gt;&lt;P&gt;So, if the text is 'The Dog jumped into the pool', I always want to return all text to the right of 'The Dog '. ie. 'jumped into the pool'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is more clear.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186085#M50338</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:10:33Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186086#M50339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;F1&lt;/P&gt;&lt;P&gt;The Dog jumped into the pool&lt;/P&gt;&lt;P&gt;The Dog Walked into the room&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(F1,'The Dog',-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186086#M50339</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2010-09-02T15:16:05Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186087#M50340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think something like this!!!!!&lt;/P&gt;&lt;P&gt;RIGHT('The Dog jumped into the pool' , index( 'The Dog jumped into the pool', 'The Dog' ) + len(The Dog))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186087#M50340</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:16:55Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186088#M50341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;index( 'The Dog jumped into the pool', 'The Dog' ) - First you find the start position....&lt;/P&gt;&lt;P&gt;Len('The Dog') - Second you find size of what you whant remove&lt;/P&gt;&lt;P&gt;ADD two expression to find where you start in the right function&lt;/P&gt;&lt;P&gt;and after you get a phrase without The Dog!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186088#M50341</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:19:47Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186089#M50342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field = 'The Dog walked into the room. The Dog did something else.'&lt;/P&gt;&lt;P&gt;mid(Field,len('The Dog ')) = 'walked into the room. The Dog did something else.'&lt;BR /&gt;subfield(Field,'The Dog ',2) = 'walked into the room. '&lt;BR /&gt;subfield(Field,'The Dog ',-1) = 'did something else.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 23:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186089#M50342</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-09-02T23:13:51Z</dc:date>
    </item>
    <item>
      <title>SV:Help with Mid/Index function</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186090#M50343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;saffatwist wrote:&lt;BR /&gt;Basically, I'd like to return all the text to the right of the end of 'The Dog '&lt;BR /&gt;So, if the text is 'The Dog jumped into the pool', I always want to return all text to the right of 'The Dog '. ie. 'jumped into the pool'&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;TextBetween(Field, 'The Dog', '')&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 05:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Mid-Index-function/m-p/186090#M50343</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-09-03T05:22:13Z</dc:date>
    </item>
  </channel>
</rss>

