<?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: Clause Where in a Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551133#M688166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;WHERE [Field0_] like '!&amp;nbsp;&amp;nbsp; ?' and not [Field0_] = '!&amp;nbsp;&amp;nbsp;&amp;nbsp; ';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 11:00:22 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-11-20T11:00:22Z</dc:date>
    <item>
      <title>Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551131#M688162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am a rookie in Qlikview and i need help for a point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load some lines from a table into another.&lt;/P&gt;&lt;P&gt;The lines i want to load in the new table must contain the char '!', then 3 spaces (like '&amp;nbsp;&amp;nbsp; ') and then 1 char which can't be a space&lt;/P&gt;&lt;P&gt;It must be something like '!&amp;nbsp;&amp;nbsp; ?' with ?&amp;lt;&amp;gt;' '&lt;/P&gt;&lt;P&gt;Can someone help me to write this correctly in the where clause of the load like i show below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load [Field0_] as Désignation,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field1_] as Emballage,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field2_] as Contenu,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field3_] as [Nb Cols],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field4_] as [Nb Pals],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field5_] as [Nb Litres]&lt;/P&gt;&lt;P&gt;resident previousTable&lt;/P&gt;&lt;P&gt;where [Field0_] = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551131#M688162</guid>
      <dc:creator />
      <dc:date>2013-11-20T10:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551132#M688164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Loic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the Wildmatch() function in the QlikView help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551132#M688164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-20T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551133#M688166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;WHERE [Field0_] like '!&amp;nbsp;&amp;nbsp; ?' and not [Field0_] = '!&amp;nbsp;&amp;nbsp;&amp;nbsp; ';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551133#M688166</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-20T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551134#M688168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried but there '?' can be a space so it doesn't help me.&lt;/P&gt;&lt;P&gt;Anyway thanks for your reply! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551134#M688168</guid>
      <dc:creator />
      <dc:date>2013-11-20T11:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551135#M688169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but the combination with &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;EM&gt;and not [Field0_] = '!&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;'&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;(! with four blanks) should check this case and remove these records, shouldn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551135#M688169</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-20T11:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551136#M688171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loic_dev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i have Understood you right way, this may help you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load [Field0_] as Désignation,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Field1_] as Emballage,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Field2_] as Contenu,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Field3_] as [Nb Cols],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Field4_] as [Nb Pals],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Field5_] as [Nb Litres]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident previousTable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em; color: #ff0000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;where WildMatch(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Field0_]&lt;/SPAN&gt;,'!&amp;nbsp; ?') and (mid(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Field0_]&lt;/SPAN&gt;,5)&amp;lt;&amp;gt;'');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I tried it with inline Data as follows,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load FiledName&lt;/P&gt;&lt;P&gt;where WildMatch(FiledName,'!&amp;nbsp; ?') and (mid(FiledName,5)&amp;lt;&amp;gt;'');&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;FiledName&lt;/P&gt;&lt;P&gt;!&amp;nbsp; @&lt;/P&gt;&lt;P&gt;Asia&lt;/P&gt;&lt;P&gt;!&amp;nbsp; &amp;lt;&lt;/P&gt;&lt;P&gt;!&amp;nbsp; &amp;gt;&lt;/P&gt;&lt;P&gt;!&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;Europe&lt;/P&gt;&lt;P&gt;!&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ravikant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551136#M688171</guid>
      <dc:creator />
      <dc:date>2013-11-20T11:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551137#M688173</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 like this&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;load [Field0_] as Désignation,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field1_] as Emballage,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field2_] as Contenu,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field3_] as [Nb Cols],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field4_] as [Nb Pals],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Field5_] as [Nb Litres]&lt;/P&gt;&lt;P&gt;resident previousTable&lt;/P&gt;&lt;P&gt;where [Field0_] like '!&amp;nbsp;&amp;nbsp; ?' AND Len(Keepchar(Mid([Field0_], 5, 1), 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ')) &amp;gt; 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551137#M688173</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-11-20T11:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Clause Where in a Load</title>
      <link>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551138#M688175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh thanks man, you just solved my question!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clause-Where-in-a-Load/m-p/551138#M688175</guid>
      <dc:creator />
      <dc:date>2013-11-20T11:45:14Z</dc:date>
    </item>
  </channel>
</rss>

