<?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: Where condition with delimiter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82479#M789222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where field1 &lt;STRONG style=": ; color: #ff0000;"&gt;like&lt;/STRONG&gt; '/*/*/' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2018 19:39:46 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2018-02-09T19:39:46Z</dc:date>
    <item>
      <title>Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82473#M789216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i put a where condition in the load statement to pull out all the records between the delimiter '/'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/AAAAA/BBBBB/&lt;/P&gt;&lt;P&gt;/CCCC/DDDDD/&lt;/P&gt;&lt;P&gt;/EEEE/FFFFFF/&lt;/P&gt;&lt;P&gt;/GGGG/HHHHH/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything like /*/*/ something that can work ? which can pull out all the records irrespective what string lies between the delimiters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;where field1='/*/*/' or field1='/*/*/*/*/';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* pulling all records irrespective of which string is between the delimiters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82473#M789216</guid>
      <dc:creator>remo0017</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82474#M789217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;SubField("YourColumn", '/' ,1) as FirstSet,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;SubField("YourColumn", '/' ,2) as SecondSet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;You can use any of this in your where clause.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="Code" data-mc-conditions="Targets.NotToTranslate"&gt;Hope this is what you are looking for.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 18:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82474#M789217</guid>
      <dc:creator>siddharth_s3</dc:creator>
      <dc:date>2018-02-09T18:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82475#M789218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Siddharth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my data set is like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;/AAAAA/BBBBB/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/EEEE/FFFFFF/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and if i use this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubField("YourColumn", '/' ,1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I would get firstset as AAAAA and second set as BBBBB right ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I want to use any wildcads so i can get all the records irrespective of strings within the delimiters something like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD * from &amp;lt;table&amp;gt; where field1='/*/*/' or field1='/?/?/';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/*/*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/AAAAA/BBBBB/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82475#M789218</guid>
      <dc:creator>remo0017</dc:creator>
      <dc:date>2018-02-09T19:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82476#M789219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so there is a mixed magic special character search you are looking for&lt;/P&gt;&lt;P&gt;You have to replace your delimiters to a single one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like: Replace(Replace(YourColumn, '?', '*'), '*', '/')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically this replaces all your Question Marks to * and Star to backslash&lt;/P&gt;&lt;P&gt;Then you can use your subfield like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBFIELD(Replace(Replace(YourColumn, '?', '*'), '*', '/'), '/',1) as Firstset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your iterations of replace will increase with the number of keywords you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82476#M789219</guid>
      <dc:creator>siddharth_s3</dc:creator>
      <dc:date>2018-02-09T19:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82477#M789220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To put it simple &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&amp;nbsp; *&amp;nbsp; from dept &lt;SPAN style="font-size: 10pt;"&gt;where dept='/IT/SOFTWARE/';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For the above query i will get all the records for the department /IT/SOFTWARE/ only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if there are any departments similar to like this, lets say /IT/HARDWARE/&amp;nbsp; than I would like to see them too without hardcoding the values like how i did in the SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82477#M789220</guid>
      <dc:creator>remo0017</dc:creator>
      <dc:date>2018-02-09T19:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82478#M789221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use like or wildmatch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Test&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '/*/*/';&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Test&lt;BR /&gt; /AAAAA/BBBBB/&lt;BR /&gt; /CCCC/DDDDD/&lt;BR /&gt; /EEEE/FFFFFF/&lt;BR /&gt; /GGGG/HHHHH/&lt;BR /&gt; Test123&lt;BR /&gt; Test/321&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Test&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'/*/*/');&amp;nbsp; &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82478#M789221</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2018-02-09T19:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82479#M789222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where field1 &lt;STRONG style=": ; color: #ff0000;"&gt;like&lt;/STRONG&gt; '/*/*/' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82479#M789222</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-02-09T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82480#M789223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For more details of Marco's solution, see: &lt;A href="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/Operators/StringOperators.htm" title="http://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/Operators/StringOperators.htm"&gt;String operators ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82480#M789223</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-02-09T19:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82481#M789224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this and it doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82481#M789224</guid>
      <dc:creator>remo0017</dc:creator>
      <dc:date>2018-02-09T19:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82482#M789225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working for me. are you getting any error? or how your data exactly looks like?&lt;/P&gt;&lt;P&gt;can you provide the script what you have tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82482#M789225</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2018-02-09T19:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82483#M789226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nopes that doesn't work too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82483#M789226</guid>
      <dc:creator>remo0017</dc:creator>
      <dc:date>2018-02-09T19:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82484#M789227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it gives all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/aaa/bbb/&lt;/P&gt;&lt;P&gt;/aaa/bbb/ccc/&lt;/P&gt;&lt;P&gt;/aaa/bbb/ccc/ddd/&lt;/P&gt;&lt;P&gt;/kkk/hhh/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/kkk/hhh/&lt;/P&gt;&lt;P&gt;/aaa/bbb/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 20:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82484#M789227</guid>
      <dc:creator>remo0017</dc:creator>
      <dc:date>2018-02-09T20:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82485#M789228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: blue; font-size: 12pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Test&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;like&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt; '/*/*/' &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: blue;"&gt;SubStringCount&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: maroon;"&gt;Test&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;,'/')=3;&lt;/SPAN&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; Test&lt;BR /&gt; /aaa/bbb/&lt;BR /&gt; /aaa/bbb/ccc/&lt;BR /&gt; /aaa/bbb/ccc/ddd/&lt;BR /&gt; /kkk/hhh/&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 20:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82485#M789228</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2018-02-09T20:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82486#M789229</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;Please try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[Field&lt;/P&gt;&lt;P&gt;/AAAAA/BBBBB/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/CCCC/DDDDD/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/EEEE/FFFFFF/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/GGGG/HHHHH/];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;W:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load PurgeChar(Field,'/') as Field1&lt;/P&gt;&lt;P&gt;Resident T;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 02:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82486#M789229</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-10T02:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition with delimiter</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82487#M789230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use wildmatch() for it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;from &amp;lt;filename&amp;gt;&lt;/P&gt;&lt;P&gt;where wildmatch(field1, '/*/*/', '/*/*/*/*/');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 06:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-with-delimiter/m-p/82487#M789230</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-10T06:26:56Z</dc:date>
    </item>
  </channel>
</rss>

