<?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: Extracting from a big line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849125#M657052</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(BigLine, 'OU=', ',', &lt;STRONG&gt;3&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 3 points to the 3rd occurrence of 'OU='&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 14:24:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-08T14:24:07Z</dc:date>
    <item>
      <title>Extracting from a big line</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849124#M657051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 869px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="869"&gt;CN=Vijay Kumar,OU=Standard,OU=Users,OU=Madras,OU=Sites,OU=iWay,DC=ap,DC=corp&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above line we multiple OU= &lt;/P&gt;&lt;P&gt;I would like to extract Madras from OU=Madras.&lt;/P&gt;&lt;P&gt;How can I do this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849124#M657051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting from a big line</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849125#M657052</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(BigLine, 'OU=', ',', &lt;STRONG&gt;3&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 3 points to the 3rd occurrence of 'OU='&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849125#M657052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting from a big line</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849126#M657053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it just madras you can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=mid('CN=Vijay Kumar,OU=Standard,OU=Users,OU=Madras,OU=Sites,OU=iWay,DC=ap,DC=corp' ,index('CN=Vijay Kumar,OU=Standard,OU=Users,OU=Madras,OU=Sites,OU=iWay,DC=ap,DC=corp','OU',3)+3,6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may need to apply other string function if you have other states name here . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849126#M657053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting from a big line</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849127#M657054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PS : the expression is in single line &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 14:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849127#M657054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting from a big line</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849128#M657055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="92" style="height: 92px; width: 693px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="478"&gt;CN=vk1234,OU=Restricted,OU=Users,OU=ABC,OU=Sites,OU=Norm,DC=mx,DC=net&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;CN=Tony,OU=Admins,OU=Administration,OU=Norm,DC=ru,DC=org&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Michael, I am getting the result for the second line but not for the first line. What might be the Issue. I have the column name as adstate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849128#M657055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T15:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting from a big line</title>
      <link>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849129#M657056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me, returns ABC...&amp;nbsp; Here is the exact expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('CN=vk1234,OU=Restricted,OU=Users,OU=ABC,OU=Sites,OU=Norm,DC=mx,DC=net', 'OU=', ',', 3) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extracting-from-a-big-line/m-p/849129#M657056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-08T15:27:21Z</dc:date>
    </item>
  </channel>
</rss>

