<?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 how to use where function for excel data source in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577868#M214876</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;Till now i am using &lt;STRONG&gt;oledb data source&lt;/STRONG&gt; as&lt;/P&gt;&lt;P&gt;LOAD Name,Empid,date,transid;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM ebc.dbo."AggregateTable"&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;EmpID in (3,28,55) and transid in (1,2,3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am getting data in excel source with same columns how to use &lt;STRONG&gt;where and in condition&lt;/STRONG&gt; for excel source?&lt;/P&gt;&lt;P&gt;Could you please help me ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 08:53:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-15T08:53:41Z</dc:date>
    <item>
      <title>how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577868#M214876</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;Till now i am using &lt;STRONG&gt;oledb data source&lt;/STRONG&gt; as&lt;/P&gt;&lt;P&gt;LOAD Name,Empid,date,transid;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM ebc.dbo."AggregateTable"&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;EmpID in (3,28,55) and transid in (1,2,3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am getting data in excel source with same columns how to use &lt;STRONG&gt;where and in condition&lt;/STRONG&gt; for excel source?&lt;/P&gt;&lt;P&gt;Could you please help me ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577868#M214876</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577869#M214877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;place where exactly as in sql sysntax, sunstitute in with wildmatch(myField, 'TestVal1', Testval2 ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577869#M214877</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-15T08:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577870#M214878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; [*****.xls]&lt;/P&gt;&lt;P&gt;&amp;nbsp; (biff, embedded labels, table is [Sheet1$])&lt;/P&gt;&lt;P&gt;WHERE Match(Name,'a','b','c')&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577870#M214878</guid>
      <dc:creator />
      <dc:date>2014-04-15T08:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577871#M214879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use where also for&amp;nbsp; excel data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you have to input&lt;/P&gt;&lt;P&gt;where (EmpID = 3 or EmpID = 28&amp;nbsp; or EmpID =55) and (transid = 1 or Transid=2 or transid=3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Bumin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 08:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577871#M214879</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2014-04-15T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577872#M214880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * From&lt;/P&gt;&lt;P&gt;ABC.xlsx&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$])&lt;/P&gt;&lt;P&gt;where EmpID in (3,28,55) and transid in (1,2,3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From&lt;/P&gt;&lt;P&gt;ABC.xlsx&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$])&lt;/P&gt;&lt;P&gt;where match(EmpID,'3','28','55') and match(transid,'1','2','3');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577872#M214880</guid>
      <dc:creator>arsal_90</dc:creator>
      <dc:date>2014-04-15T09:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577873#M214881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match(EmpID,'3','28','55')&amp;gt;0 and match(transid,'1','2','3')&amp;gt;0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577873#M214881</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2014-04-15T09:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577874#M214882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For excel you have to use QlikView syntax/functions&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Name,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Empid,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transid&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;FROM&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;[Source]&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 M&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;atch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Empid&lt;/SPAN&gt;, 3, 28, 55) AND Match(transid,1, 2, 3);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577874#M214882</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-04-15T09:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to use where function for excel data source</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577875#M214883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where match(EmpID,'3','28','55') and match(transid,'1','2','3');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the right syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-use-where-function-for-excel-data-source/m-p/577875#M214883</guid>
      <dc:creator>bumin</dc:creator>
      <dc:date>2014-04-15T09:36:59Z</dc:date>
    </item>
  </channel>
</rss>

