<?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: How to Restrict values in excel in load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522259#M1126019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match([Month],'Jan','Feb','Mar',Apr','May')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Dec 2013 07:30:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-24T07:30:06Z</dc:date>
    <item>
      <title>How to Restrict values in excel in load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522258#M1126018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am having one excel file that has a month field from Jan to Dec but I need to load only 5 months (i.e Jan,Feb,Mar,Apr,May) how I will over come this . in SQL we will use 'IN' function but Qlik view how we will manage this..&lt;/P&gt;&lt;P&gt;if I try like this in the way as I shown below&amp;nbsp; it is showing expected exception );&amp;nbsp; error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AGENT],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES AS SALES,&lt;/P&gt;&lt;P&gt;[Month] ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;F&gt;&lt;/F&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//(biff, embedded labels) where [Month]=('Jan','Feb','Mar',Apr); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 07:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522258#M1126018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T07:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict values in excel in load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522259#M1126019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match([Month],'Jan','Feb','Mar',Apr','May')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 07:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522259#M1126019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T07:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict values in excel in load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522260#M1126020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13878703003594846" jivemacro_uid="_13878703003594846"&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&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; [AGENT],&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; SALES AS SALES,&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; [Month] ,&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;F&gt;&lt;/F&gt;&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(biff, embedded labels)&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;WHERE match([Month],'Jan','Feb','Mar','Apr')&lt;/STRONG&gt;;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 07:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522260#M1126020</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-24T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Restrict values in excel in load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522261#M1126021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks u soo much nitin it is working&amp;nbsp; .. thanks a lot for ur support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 07:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Restrict-values-in-excel-in-load/m-p/522261#M1126021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-24T07:34:55Z</dc:date>
    </item>
  </channel>
</rss>

