<?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: Problem with condition in Where Clause when using a primary key (Field) subject to an alias in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127784#M913362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1: You do not use the ALIAS name.&lt;/P&gt;&lt;P&gt;2: You apparently did not test it or pulled the wrong conclusion as the name change takes place in the preceding load (in other words, after the data is pulled in memory). So you should use EmployID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What mainly goes wrong in your piece of script is the 1 too many semi-colon:&lt;/P&gt;&lt;P&gt;FROM Employee&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="font-size: 24pt;"&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;Where ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jun 2016 09:20:32 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2016-06-05T09:20:32Z</dc:date>
    <item>
      <title>Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127783#M913361</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;I have to select only employee that have( EmployID &amp;gt;120) , data is loaded from Access database and this is my load :&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EmployID as BusEmployID,// alias&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;LastName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Employee;Where BusEmployID &amp;gt; 120;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/ When I use the alias name (BusEmployID) the load didn't take the condition on considiration and return all the employee even those how have a BusEmployID &amp;gt; 120 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/ When I use the 'EmployID' , it didn't work because this fiels has already changed with the alias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/when I delete the alias it work well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This alias is mondatory for the concatination betwwen tables so I have to work with it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you have explanation for that and how can I resolve it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;​&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/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127783#M913361</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127784#M913362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1: You do not use the ALIAS name.&lt;/P&gt;&lt;P&gt;2: You apparently did not test it or pulled the wrong conclusion as the name change takes place in the preceding load (in other words, after the data is pulled in memory). So you should use EmployID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What mainly goes wrong in your piece of script is the 1 too many semi-colon:&lt;/P&gt;&lt;P&gt;FROM Employee&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG style="font-size: 24pt;"&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;Where ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 09:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127784#M913362</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-05T09:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127785#M913363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry it was a&amp;nbsp; wrong typing but my load is&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EmployID as BusEmployID,// alias&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;LastName &lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Employee&lt;/P&gt;&lt;P&gt;Where BusEmployID &amp;gt; 120 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested these three precedent cases , is worked well only when I tested without alias (case 3 ) .&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 09:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127785#M913363</guid>
      <dc:creator />
      <dc:date>2016-06-05T09:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127786#M913364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load :&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EmployID as BusEmployID,// alias&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;LastName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Employee;Where &lt;STRONG&gt;EmployID&lt;/STRONG&gt;&amp;gt; 120;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are doing preceding load, first SQL statement executes, so BusEmployID in Where clause will not work and it will throw the error. So you should use actual Fieldname from SQL table which is &lt;STRONG&gt;EmployID. &lt;/STRONG&gt;Then using preceding load you can give alias to &lt;STRONG&gt;EmployID&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 11:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127786#M913364</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-05T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127787#M913365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Tested it but it returned all the EmployID (it Didn't take in consideration the condition) ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 13:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127787#M913365</guid>
      <dc:creator />
      <dc:date>2016-06-05T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127788#M913366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;EmployID&lt;/STRONG&gt; in your where condition as 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; line-height: 1.5em;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EmployID as BusEmployID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LastName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Employee Where EmployID &amp;gt; 120;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Also l&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ike mentioned by &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Onno van&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, I suspect your issue is with multiple semicolon only (as you mentioned in #2 that u have tried using EmployID.).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 13:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127788#M913366</guid>
      <dc:creator>karthickv</dc:creator>
      <dc:date>2016-06-05T13:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127789#M913367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still the same comment as I did on your initial code:&lt;/P&gt;&lt;P&gt;You apparently did not test it or pulled the wrong conclusion as the name change takes place in the preceding load (in other words, after the data is pulled in memory). So you should use EmployID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in different words:&lt;/P&gt;&lt;P&gt;BusEmployID does not exist until AFTER this complete piece of code is finished, so you can NOT user it in the where clause. You need to use the initial field name, in this case EmployID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 15:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127789#M913367</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-05T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127790#M913368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the resalt with the 'EmployID' as you see the system return 1,2,3 ?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126889_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 15:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127790#M913368</guid>
      <dc:creator />
      <dc:date>2016-06-05T15:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127791#M913369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it was a wrong typing ,&lt;/P&gt;&lt;P&gt;and for 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;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EmployID as BusEmployID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LastName &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Employee Where EmployID &amp;gt; 120;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it return this result and as you see 1,2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3,4.... shouldn't be exist,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126893_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 15:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127791#M913369</guid>
      <dc:creator />
      <dc:date>2016-06-05T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127792#M913370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you do some research about that column. I think it contains spaces or other (not visible) symbols. The aligning of the values shows that they are not all considered "numbers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if you can load the field like this:&lt;/P&gt;&lt;P&gt;'|' &amp;amp; EmployID &amp;amp; '|' as BusEmployID&lt;/P&gt;&lt;P&gt;Analyze the field after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 15:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127792#M913370</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-05T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127793#M913371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you do some research about that column. I think it contains spaces or other (not visible) symbols. The aligning of the values shows that they are not all considered "numbers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if you can load the field like this:&lt;/P&gt;&lt;P&gt;'|' &amp;amp; EmployID &amp;amp; '|' as BusEmployID&lt;/P&gt;&lt;P&gt;Analyze the field after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 15:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127793#M913371</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-06-05T15:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with condition in Where Clause when using a primary key (Field) subject to an alias</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127794#M913372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notify that and I verify the type in the load and it is an Integer I try even to cast it with Num() function but it didn't return any thing ????&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126894_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jun 2016 16:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-condition-in-Where-Clause-when-using-a-primary-key/m-p/1127794#M913372</guid>
      <dc:creator />
      <dc:date>2016-06-05T16:06:34Z</dc:date>
    </item>
  </channel>
</rss>

