<?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: Script: checking whether a text string is between other text strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085738#M641766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the space is a mistake. Otherwise we'll have to overload some operators. Does QlikView script language support that? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 23:56:22 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-01-27T23:56:22Z</dc:date>
    <item>
      <title>Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085726#M641754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text string 'SE38' is between strings 'SE16O*' and ' Z*'. Is there a script function to check for this?&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;Leonardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085726#M641754</guid>
      <dc:creator />
      <dc:date>2016-01-27T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085727#M641755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand your requirement? Can you elaborate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085727#M641755</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T17:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085728#M641756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;I would need a function that can check if 'SE38' is between 'SE16O*' and ' Z*', which the case. A similar check would be if 'SE38' is between 'SEF*' and ' Z*', which is not the case.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 17:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085728#M641756</guid>
      <dc:creator />
      <dc:date>2016-01-27T17:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085729#M641757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still not sure what exactly you are trying to do. Can you share few lines of data with expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 18:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085729#M641757</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T18:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085730#M641758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'SE38' &amp;gt; 'SE16O' and 'SE38' &amp;lt; 'Z',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'SE38' &amp;gt; 'SEF' and 'SE38' &amp;lt; 'Z'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 1; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 18:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085730#M641758</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-01-27T18:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085731#M641759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Wildmatch( Textbetween(TEXTFIELD,'SE160',' Z'),'*SE38*')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 19:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085731#M641759</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-27T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085732#M641760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe using the relational operators precedes/follows.&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>Wed, 27 Jan 2016 20:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085732#M641760</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-01-27T20:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085733#M641761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_203243_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112749_QlikCommunity_Thread_203243_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14539277377463374 jive_text_macro" jivemacro_uid="_14539277377463374"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; string follows 'SE16O' and string precedes 'Z' as Flag&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;string&lt;/P&gt;
&lt;P&gt;SE38&lt;/P&gt;
&lt;P&gt;68HC11&lt;/P&gt;
&lt;P&gt;TI35&lt;/P&gt;
&lt;P&gt;SN7400&lt;/P&gt;
&lt;P&gt;QV12&lt;/P&gt;
&lt;P&gt;_SE38&lt;/P&gt;
&lt;P&gt;\SE38&lt;/P&gt;
&lt;P&gt;+SE38&lt;/P&gt;
&lt;P&gt;SE5&lt;/P&gt;
&lt;P&gt;SE05&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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>Wed, 27 Jan 2016 20:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085733#M641761</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-01-27T20:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085734#M641762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, learned something new. And you beat a few high-profiles along the way &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Maybe there is an advantage to being a foreign language-speaker after all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 23:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085734#M641762</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-27T23:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085735#M641763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand the requirement &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 23:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085735#M641763</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T23:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085736#M641764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must admit I haven't understood the requirement neither, but&amp;nbsp; isn't there a space before Z in the OP's post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string follows 'SE16O' and string precedes&lt;STRONG&gt; ' Z'&lt;/STRONG&gt; as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this fulfill the requirement then &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 23:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085736#M641764</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-27T23:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085737#M641765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess (and Marco did too) that in his second post, Leonardo explained that he was looking for a test that decides whether the ASCII value of a particular field falls between two text strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE160 &amp;lt; SE38 &amp;lt; Z* = true&lt;/P&gt;&lt;P&gt;SEF &amp;lt; SE38 &amp;lt; Z* = false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't do that with normal relational operators because they work on numbers. Precedes &amp;amp; Follows work on strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 23:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085737#M641765</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-27T23:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085738#M641766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the space is a mistake. Otherwise we'll have to overload some operators. Does QlikView script language support that? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 23:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085738#M641766</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-27T23:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script: checking whether a text string is between other text strings</title>
      <link>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085739#M641767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it. I would have never understood this by my own. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 00:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-checking-whether-a-text-string-is-between-other-text/m-p/1085739#M641767</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-28T00:19:16Z</dc:date>
    </item>
  </channel>
</rss>

