<?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: Restrict a data set based on date: What am I doing wrong? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963514#M647596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your data If you just Put below code also works same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; URNUM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [date Start Tx]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)Where&amp;nbsp; location&amp;lt;&amp;gt;'East' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 05:27:19 GMT</pubDate>
    <dc:creator>nagarjuna_kotha</dc:creator>
    <dc:date>2015-09-30T05:27:19Z</dc:date>
    <item>
      <title>Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963507#M647589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what is happening is:&lt;/P&gt;&lt;P&gt;[date Start Tx] is working ok&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;DateFull - which I want because it is related to a Calendar - this is giving me ALL rows in the spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I restrict the values of DateFull?&amp;nbsp; It must have something to do with being read into memory before the restriction takes place???&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tableUse:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;[date Start Tx],&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;[date Start Tx] as DateFull,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;location&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;[..\spreadsheet files\tableUse.xls]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sheet1$)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[date Start Tx]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= '01/04/2015' &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// and [date Start Tx] &amp;gt;= 42095&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;location&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&amp;gt; 'East'&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Josephine Tedesco&#xD;
I have attached the file, the date is unchanged but I have removed other columns and changed the ids&#xD;
Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 00:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963507#M647589</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-09-30T00:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963508#M647590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;tableUse:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;LOAD&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[date Start Tx], &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[date Start Tx] as DateFull,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;location&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-style: inherit;"&gt;[..\spreadsheet files\tableUse.xls]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; Sheet1$)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[date Start Tx]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &amp;gt;= &lt;SPAN style="color: #ff0000;"&gt;Date#(&lt;/SPAN&gt;'01/04/2015'&lt;SPAN style="color: #ff0000;"&gt;, 'DD/MM/YYYY')&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;//Assuming that your date is in DD/MM/YYYY format&lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;// and [date Start Tx] &amp;gt;= 42095&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;location&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt; &amp;lt;&amp;gt; 'East'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 01:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963508#M647590</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-30T01:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963509#M647591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;thank you for your help&lt;/P&gt;&lt;P&gt;This ended up working&lt;/P&gt;&lt;P&gt; [date Start Tx]&amp;gt;= 01/04/2015 &lt;/P&gt;&lt;P&gt;but the DateFull still gives me all the values in the Calendar (but not thankfully all the values in the spreadsheet) - so that is good,&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 03:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963509#M647591</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-09-30T03:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963510#M647592</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;Can you share your xls sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963510#M647592</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-09-30T04:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963511#M647593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max&lt;/P&gt;&lt;P&gt;I have uploaded the file ... (I think)&amp;nbsp; let me know if you cannot see it.&lt;/P&gt;&lt;P&gt;jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963511#M647593</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-09-30T04:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963512#M647594</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;Your date format is M/D/YYYY&lt;/P&gt;&lt;P&gt;therefore you try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[date Start Tx] &amp;gt;= date#('4/1/2015','M/D/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 04:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963512#M647594</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-09-30T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963513#M647595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you this works ☺&lt;/P&gt;&lt;P&gt;How did you know what the format was???&lt;/P&gt;&lt;P&gt;Also – I only see “correct answer sometimes … how should I be opening the files – is the correct sequence:&lt;/P&gt;&lt;P&gt;Log in – find my inbox – then hit reply (and actions such as select “correct answer” will be available?&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 05:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963513#M647595</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-09-30T05:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict a data set based on date: What am I doing wrong?</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963514#M647596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your data If you just Put below code also works same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD location, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; URNUM, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [date Start Tx]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)Where&amp;nbsp; location&amp;lt;&amp;gt;'East' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 05:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-a-data-set-based-on-date-What-am-I-doing-wrong/m-p/963514#M647596</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-09-30T05:27:19Z</dc:date>
    </item>
  </channel>
</rss>

