<?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: Match with numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744796#M1053482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just change the where condition to the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where MATCH(date(Id),date('13/05/2007'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 13:16:32 GMT</pubDate>
    <dc:creator>maleksafa</dc:creator>
    <dc:date>2014-10-31T13:16:32Z</dc:date>
    <item>
      <title>Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744794#M1053480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the function match with numbers(or dates) and not respond, if i try using text work ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to load information only for some specific dates that i will pass in a .txt later&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you a lot , i attached a qvw and an excel where i try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744794#M1053480</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-10-31T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744795#M1053481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Compra 1] as Compra, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Gastos - Copy.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where Match(Date(Id),Date('13/05/2007'),'DD/MM/YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744795#M1053481</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-31T13:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744796#M1053482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just change the where condition to the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where MATCH(date(Id),date('13/05/2007'));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744796#M1053482</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-10-31T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744797#M1053483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you Malek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i wan to put more than one value? or a list that i have in a variable?&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 MATCH(date(Id),date('13/05/2007',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'14/05/2007'&lt;/SPAN&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;&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;how would be? thank you a lot!&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;&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744797#M1053483</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-10-31T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744798#M1053484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you Manish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i wan to put more than one value? or a list that i have in a variable?&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 MATCH(date(Id),date('13/05/2007',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'14/05/2007'&lt;/SPAN&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;&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;how would be? thank you a lot!&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744798#M1053484</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-10-31T13:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744799#M1053485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simply add them like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where MATCH(date(Id),date('13/05/2007'),date('14/05/2007'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the match function the first parameter is the lookup value and all the other parameters from 1 to N are the values to search for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744799#M1053485</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-10-31T13:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Match with numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744800#M1053486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Compra 1] as Compra, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Gastos - Copy.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Where Match(Date(Id),Date('13/05/2007'),'DD/MM/YYYY',Date('14/05/2007'),'DD/MM/YYYY');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-with-numbers/m-p/744800#M1053486</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-31T13:44:49Z</dc:date>
    </item>
  </channel>
</rss>

