<?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: Find a string of a specific format within a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676532#M245536</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;if I have found a string matching that format - it begins with the letter S - how can I find out whether this is the 1st, 2nd or 3rd iteration of the letter S - so that I can cut that out of the field?&lt;/P&gt;&lt;P&gt;In the field I am currently working on to test, it is the 3rd - but near everything in that field is unsure - it might be the 1st occurence of that letter.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 12:39:24 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-10-22T12:39:24Z</dc:date>
    <item>
      <title>Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676527#M245531</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;how can I search in a field for a string constituting an order_number which I need - to split it out and then see if the rest is usable.&lt;/P&gt;&lt;P&gt;The format is&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; &lt;STRONG&gt;S########&lt;/STRONG&gt; &amp;lt;&amp;lt; (the letter S and 8 numbers)&lt;/P&gt;&lt;P&gt;There may be no BLANK inbetween or it might be something else - just this string.&lt;/P&gt;&lt;P&gt;It is in a field together with a lot of other stuff, the whole looks like this&lt;/P&gt;&lt;P&gt;SN 8638294 / 4 Stück / S80140915&lt;/P&gt;&lt;P&gt;Can anyone tell me how I could do this?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676527#M245531</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-22T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676528#M245532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Index function for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QV Help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1282"&gt;&lt;/A&gt;&lt;A name="index"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;index(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;s1 , s2[ , n]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Position of a substring. This function gives the starting position of the &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt;:th occurrence of substring &lt;SPAN class="Italic"&gt;s2&lt;/SPAN&gt; in string &lt;SPAN class="Italic"&gt;s1&lt;/SPAN&gt;. If &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; is omitted, the first occurrence is assumed. If &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; is negative, the search is made starting from the end of string &lt;SPAN class="Italic"&gt;s1&lt;/SPAN&gt;. The result is an integer. The positions in the string are numbered from &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; and up. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;index( 'abcdefg', 'cd' )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;index( 'abcdabcd', 'b', 2 )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;index( 'abcdabcd', 'b', -2 )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676528#M245532</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-22T11:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676529#M245533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;If(Index(FieldName,'S########'),1,0) as FieldFlag&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If having any sample file then provide that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676529#M245533</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-22T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676530#M245534</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;try with ? instead&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;S????????&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676530#M245534</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-22T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676531#M245535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the Wildcard for &lt;STRONG&gt;one numeric character&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;I guess I could use that to specify the format of the string I am looking for.&lt;/P&gt;&lt;P&gt;I have to split that out of the field and see what remains and how I can process that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676531#M245535</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-22T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676532#M245536</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;if I have found a string matching that format - it begins with the letter S - how can I find out whether this is the 1st, 2nd or 3rd iteration of the letter S - so that I can cut that out of the field?&lt;/P&gt;&lt;P&gt;In the field I am currently working on to test, it is the 3rd - but near everything in that field is unsure - it might be the 1st occurence of that letter.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676532#M245536</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-22T12:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676533#M245537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Load&lt;BR /&gt; String,&lt;BR /&gt; SeparatedString,&lt;BR /&gt; If(Left(SeparatedString,1)='S',If(IsNum(Mid(SeparatedString,2)) and Len(SeparatedString)=9, SeparatedString)) as Found;&lt;/P&gt;
&lt;P&gt;Load String, &lt;BR /&gt;&amp;nbsp; Trim(SubField(String, '/')) as SeparatedString Inline [&lt;BR /&gt;String&lt;BR /&gt;'SN 8638294 / 4 Stück / S80140915']&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676533#M245537</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-22T12:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676534#M245538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share any sample file my concern is if your string is in between the string as you say need to search what is the iteration 1st or 2nd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676534#M245538</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-22T12:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676535#M245539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that might help.&lt;/P&gt;&lt;P&gt;I guess SeparatedString is not a function, but just a term that you use.&lt;/P&gt;&lt;P&gt;Still - I can find out if there is a piece consisting of a letter S, followed by 8 digits of any kind - there is no wildcard for numerics that won't find alphanumeric characters, is there?&lt;/P&gt;&lt;P&gt;I can then check if the next digit after that is numeric - that would rule out BLANKs and all kinds of separators - and then cut it out.&lt;/P&gt;&lt;P&gt;I'll try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676535#M245539</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-22T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676536#M245540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No such function. Try looping through the string like:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;DataNibbler wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Load&lt;BR /&gt; String,&lt;BR /&gt; If(Mid(String,iterno(),1)='S',If(IsNum(Mid(String,IterNo()+1,IterNo()+8)), Mid(String,IterNo(),IterNo()+9))) as Found&lt;BR /&gt; &lt;BR /&gt;While iterno()&amp;lt;=Len(String);&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;BR /&gt;String&lt;BR /&gt;'SN 8638294 / 4 Stück / S80140915']&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;




&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 13:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676536#M245540</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-22T13:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676537#M245541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think now I understand what you were proposing to do.&lt;/P&gt;&lt;P&gt;I guess I don't even have to loop through all the positions in the field if I change the order of those steps a little bit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- First I will determine, by using the LEN() and Keepchar() functions, how often the letter S is in that field - the&lt;BR /&gt;&amp;nbsp; order_number always begins with an S.&lt;/P&gt;&lt;P&gt;- Then I will loop through those positions and&lt;/P&gt;&lt;P&gt;&amp;nbsp; - cut out 9 digits from each of those positions in turn&lt;/P&gt;&lt;P&gt;&amp;nbsp; - check whether the 2nd and 3rd digit in one of those cuts is numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I just have to find a way to reduce the field_to_be_processed_further by just those 9 digits in case I have found something looking like the order_nr.&lt;/P&gt;&lt;P&gt;That is another issue, however, and issues are there to be solved ...&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 13:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676537#M245541</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-22T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676538#M245542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load String,Mid(String,Index(NewStr,'S00000000'),9);&lt;/P&gt;&lt;P&gt;Load *,Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(Replace(String,'1','0'),'2','0'),'3','0'),'4','0'),'5','0'),'6','0'),'7','0'),'8','0'),'9','0') As NewStr&lt;/P&gt;&lt;P&gt; Inline [&lt;/P&gt;&lt;P&gt;String&lt;/P&gt;&lt;P&gt;'SN 8638294 / 4 Stück / S80140915']&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 14:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676538#M245542</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-22T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676539#M245543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now found a way: Like I said, what I do is&lt;/P&gt;&lt;P&gt;- I find out how many times I have the letter "S" in that field&lt;/P&gt;&lt;P&gt;- I find out the positions of that letter&lt;/P&gt;&lt;P&gt;- From each of those positions in turn, I cut out a nine-digit-segment&lt;/P&gt;&lt;P&gt;- I check whether there are 8 numbers in that segment&lt;/P&gt;&lt;P&gt;&amp;nbsp; =&amp;gt; In that case, there is an order_number in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next logical step would be to cut that order_number from that field so that only the remainder&lt;/P&gt;&lt;P&gt;of the field is moved on to further processing.&lt;/P&gt;&lt;P&gt;=&amp;gt; Can that be done? (I know the exact starting_position and length of the segment to cut out)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 08:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676539#M245543</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-23T08:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676540#M245544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;Left(Category,n-1)&amp;amp;Mid(Category,n+len)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n=starting_position&lt;/P&gt;&lt;P&gt;len=length of the segment to be cut off&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 08:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676540#M245544</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-23T08:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Find a string of a specific format within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676541#M245545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a good one.&lt;/P&gt;&lt;P&gt;I will try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 08:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-a-string-of-a-specific-format-within-a-field/m-p/676541#M245545</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-23T08:18:24Z</dc:date>
    </item>
  </channel>
</rss>

