<?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: record for single date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901653#M1012197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to filter the date in load script itself.&lt;/P&gt;&lt;P&gt;any suggestions please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 11:59:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-24T11:59:52Z</dc:date>
    <item>
      <title>record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901650#M1012191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sales records for april month in a qvd.&lt;/P&gt;&lt;P&gt;I want to pick up the sales data for a single date.&lt;/P&gt;&lt;P&gt;for example, the qvd has date field starting from 01/04/2015 to 24/04/2015. Now i have to pick up sales records only for 22/04/2015.&lt;/P&gt;&lt;P&gt;How can i do that.&lt;/P&gt;&lt;P&gt;I have tried using match(), wildmatch(). but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give some suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901650#M1012191</guid>
      <dc:creator />
      <dc:date>2015-04-24T11:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901651#M1012193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does your data looks like?&lt;/P&gt;&lt;P&gt;If you choose the Date from Listbox what is happening?&lt;/P&gt;&lt;P&gt;Do you need to pick the day in front end or in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901651#M1012193</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-24T11:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901652#M1012195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-04-2015, 96&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 02-04-2015, 98&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03-04-2015, 17&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04-04-2015, 43&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05-04-2015, 60&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06-04-2015, 23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07-04-2015, 94&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08-04-2015, 47&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09-04-2015, 96&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10-04-2015, 39&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11-04-2015, 70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12-04-2015, 54&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13-04-2015, 24&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14-04-2015, 69&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15-04-2015, 83&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16-04-2015, 68&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17-04-2015, 68&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18-04-2015, 77&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19-04-2015, 42&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20-04-2015, 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21-04-2015, 21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22-04-2015, 31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23-04-2015, 98&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24-04-2015, 73&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store T1 into path\T1.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[path\T1.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;where Date(Date,'DD/MM/YYYY')='22/04/2015';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901652#M1012195</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T11:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901653#M1012197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to filter the date in load script itself.&lt;/P&gt;&lt;P&gt;any suggestions please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901653#M1012197</guid>
      <dc:creator />
      <dc:date>2015-04-24T11:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901654#M1012200</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;Please try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[path\T1.qvd]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date(Date,'DD/MM/YYYY')='22/04/2015';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901654#M1012200</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T12:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901655#M1012202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;Its working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901655#M1012202</guid>
      <dc:creator />
      <dc:date>2015-04-24T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901656#M1012203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just use where condition in ur script load table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date#(urdatefield,'DD/MM/YYYY')='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;24/04/2015';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901656#M1012203</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-24T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901657#M1012204</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 Using one of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Datefieldname = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'22/04/2015';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;where &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Datefieldname&amp;nbsp; &amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'21/04/2015' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Datefieldname&lt;/SPAN&gt;&lt;/SPAN&gt; &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'23/04/2015'; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where Date(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Datefieldname&lt;/SPAN&gt;,'DD/MM/YYYY')='22/04/2015';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901657#M1012204</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2015-04-24T12:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901658#M1012205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I"m missing something, but it doesn't work for me.&amp;nbsp; There are two problems:&lt;BR /&gt;1. Tables T1 and T2 have the same exact structure.&amp;nbsp; That means that T2 will be autoconcatenated to T1, so all the rows will be in the final table.&lt;BR /&gt;2. Date format is 'DD-MM-YYYY' in T1 (and qvd), but 'DD/MM/YYYY' in T2 "where" clause.&amp;nbsp; Nothing will be returned by T2 alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The working solution is:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;T1:&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Store T1 into path\T1.qvd (qvd);&lt;/P&gt;&lt;P&gt;T2:&lt;BR /&gt;&lt;STRONG&gt;NOCONCATENATE&lt;/STRONG&gt;&lt;BR /&gt;LOAD Date, &lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where Date#(Date,'DD-MM-YYYY')='22-04-2015';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP TABLE T1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901658#M1012205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901659#M1012206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;T1; should be written at the last of the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed that while copying the script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901659#M1012206</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: record for single date</title>
      <link>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901660#M1012207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Speaking of "drop" - it makes sense to drop table right after "store".&amp;nbsp; First, it is removed from memory sooner, and second - no need for noconcatenate.&lt;/P&gt;&lt;P&gt;Small things but helpful when there data is large.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 13:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/record-for-single-date/m-p/901660#M1012207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T13:18:22Z</dc:date>
    </item>
  </channel>
</rss>

