<?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: Text String extraction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820634#M1018334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've copied and pasted from the notepad so it is exactly as it appears but doesnt work. It will work if I use ,'[','['&lt;/P&gt;&lt;P&gt;Seems to be struggling with the full "Meeting 1' but i do not know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've formatted the field as text to try to make sure that isn't the issue and it doesn't change the outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sensitive information so can't post my example, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 14:49:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-30T14:49:07Z</dc:date>
    <item>
      <title>Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820628#M1018325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text string that is rather large - it captures all activity associated to one company. It does however have some rules set against it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the text associated with "Meeting 1" which can occur at any point in the string. It will be captured as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Date Time] Name - Meeting 1 - blah blah blah&lt;/P&gt;&lt;P&gt;[Date Time] Name - Another activity - blah blah blah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i would like to do is capture the "blah blah blah" in a sepertate text box &amp;amp; then, if possible, capture the next meeting in another box (the second occurance of "Meeting 1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(TEXT FIELD, findoneof(TEXT FIELD, 'Meeting 1')) as a start but this isn't working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find the text after "Meeting 1" and before the next "["&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820628#M1018325</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820629#M1018328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;textbetween(FieldName, 'Meeting 1','[')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820629#M1018328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820630#M1018330</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="font-family: 'courier new', courier;"&gt;TextBetween(FieldName, 'Meeting 1 - ', '[')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't need the hyphen and whitespace...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820630#M1018330</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-30T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820631#M1018331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That returns a null value - there could be various times when this would occur within the text field.... maybe that is causing the trouble?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820631#M1018331</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820632#M1018332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Various times is not a problem it should return the 1st occurrence.&amp;nbsp; Unless you tell to return another one&lt;/P&gt;&lt;P&gt;textbetween(FieldName, 'Meeting 1','[', &lt;STRONG&gt;2&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Check the spelling and case, and number of spaces if you use them.&amp;nbsp; Try in a text box first.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820632#M1018332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820633#M1018333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...or post few examples...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820633#M1018333</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-30T14:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820634#M1018334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've copied and pasted from the notepad so it is exactly as it appears but doesnt work. It will work if I use ,'[','['&lt;/P&gt;&lt;P&gt;Seems to be struggling with the full "Meeting 1' but i do not know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've formatted the field as text to try to make sure that isn't the issue and it doesn't change the outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sensitive information so can't post my example, sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820634#M1018334</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820635#M1018335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;function works in Excel - must be a formatting thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820635#M1018335</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820636#M1018336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820636#M1018336</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-30T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820637#M1018337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was being thick, sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820637#M1018337</guid>
      <dc:creator />
      <dc:date>2015-03-30T14:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Text String extraction</title>
      <link>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820638#M1018338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works fine in a text box:&lt;/P&gt;&lt;P&gt;=trim(TextBetween('any text Meeting 1 text to select [ more of any text','Meeting 1','['))&lt;/P&gt;&lt;P&gt;(I added trim() to remove leading and trailing spaces)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-String-extraction/m-p/820638#M1018338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T15:03:50Z</dc:date>
    </item>
  </channel>
</rss>

