<?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: LOAD RESIDENT | WHERE = MULTIPLE VALUES in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738675#M264030</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left(SH_CashSlipId,1) = 'C' OR left(SH_CashSlipId,1) 'D';&lt;/P&gt;&lt;P&gt;Drop Table SalesDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 14:17:39 GMT</pubDate>
    <dc:creator>maternmi</dc:creator>
    <dc:date>2014-10-16T14:17:39Z</dc:date>
    <item>
      <title>LOAD RESIDENT | WHERE = MULTIPLE VALUES</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738673#M264028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i'm just being a NOOB! But i need to know if there is a possibility to do a Resident load, specifying MULTIPLE parameter field values for the one specified field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident SalesDetails&lt;/P&gt;&lt;P&gt;WHERE left(SH_CashSlipId,1) = 'C' OR 'D';&lt;/P&gt;&lt;P&gt;Drop Table SalesDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does this work?&lt;/P&gt;&lt;P&gt;Because this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Resident SalesDetails&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;WHERE left(SH_CashSlipId,1) = 'C';&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Drop Table SalesDetails;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works fine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738673#M264028</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2014-10-16T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD RESIDENT | WHERE = MULTIPLE VALUES</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738674#M264029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the sysntax is:&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;"&gt;WHERE left(SH_CashSlipId,1) = 'C' OR &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; left(SH_CashSlipId,1) = &lt;/SPAN&gt;'D';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;or you can use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Where Wildmatch( left(SH_CashSlipId,1) ,'C','D')&amp;gt;0 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738674#M264029</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-16T14:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD RESIDENT | WHERE = MULTIPLE VALUES</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738675#M264030</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 this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left(SH_CashSlipId,1) = 'C' OR left(SH_CashSlipId,1) 'D';&lt;/P&gt;&lt;P&gt;Drop Table SalesDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738675#M264030</guid>
      <dc:creator>maternmi</dc:creator>
      <dc:date>2014-10-16T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD RESIDENT | WHERE = MULTIPLE VALUES</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738676#M264031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks brother! Worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-RESIDENT-WHERE-MULTIPLE-VALUES/m-p/738676#M264031</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2014-10-16T14:22:04Z</dc:date>
    </item>
  </channel>
</rss>

