<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816949#M1027455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SaelsOrder_ID,&lt;/P&gt;&lt;P&gt;SalesOrder_BP,&lt;/P&gt;&lt;P&gt;SalesOrder_Text,&lt;/P&gt;&lt;P&gt;mapsubstring('map1',SalesOrder_Text) as Changed&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[152744.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where SaelsOrder_ID= 'Amazon.com'&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="78288" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78288_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 22:33:52 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-02-16T22:33:52Z</dc:date>
    <item>
      <title>Where Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816948#M1027454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can I write values like 'Amazon's.com' in where condition?&lt;/P&gt;&lt;P&gt;Usually I write the where condition as follows:&lt;/P&gt;&lt;P&gt;where Name='&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ABC'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 22:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816948#M1027454</guid>
      <dc:creator />
      <dc:date>2015-02-16T22:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816949#M1027455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SaelsOrder_ID,&lt;/P&gt;&lt;P&gt;SalesOrder_BP,&lt;/P&gt;&lt;P&gt;SalesOrder_Text,&lt;/P&gt;&lt;P&gt;mapsubstring('map1',SalesOrder_Text) as Changed&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[152744.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where SaelsOrder_ID= 'Amazon.com'&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="78288" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78288_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 22:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816949#M1027455</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-02-16T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816950#M1027456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;t:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;str&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Virgilio&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Google&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Yahoo&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Amazon's.com&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;set v='Amazon' &amp;amp; chr(39) &amp;amp; 's.com';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;v:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load str, str as str2 Resident t&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where str = $(v);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78291_1.jpg" style="height: auto; width: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 22:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816950#M1027456</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-16T22:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816951#M1027457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , this works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 22:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Condition/m-p/816951#M1027457</guid>
      <dc:creator />
      <dc:date>2015-02-16T22:48:46Z</dc:date>
    </item>
  </channel>
</rss>

