<?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: Problem with dates in selections for script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130986#M634722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ThousandSep='.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DecimalSep=',';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyThousandSep='.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyDecimalSep=',';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET TimeFormat='hh:mm:ss';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DateFormat='DD.MM.YYYY';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MonthNames='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DayForSelection = &lt;SPAN style="color: #ff0000;"&gt;Num(MakeDate(2016, 5, 23));&lt;/SPAN&gt;&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;BR /&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Personalnr as Personalnummer, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// [Gültig bis], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// [Gültig ab], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; [ID/Nummer] as UserID&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PA0105.xls&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(txt, unicode, embedded labels, delimiter is '\t', msq, header is 3 lines, no eof) where [Gültig ab] &amp;lt; $(DayForSelection)&amp;nbsp; and&amp;nbsp; $(DayForSelection) &amp;lt;=&amp;nbsp; [Gültig bis];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 12:43:56 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-16T12:43:56Z</dc:date>
    <item>
      <title>Problem with dates in selections for script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130984#M634717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions why below scripts fails with message "Garbage after statement"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;SET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;=',';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;MoneyThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='.';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;MoneyDecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;=',';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='#.##0,00 €;-#.##0,00 €';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='hh:mm:ss';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD.MM.YYYY';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;='Mo;Di;Mi;Do;Fr;Sa;So';&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;set&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;DayForSelection&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; = 23.05.2016; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;Directory&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Personalnr&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Personalnummer&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// [Gültig bis], &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// [Gültig ab], &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[ID/Nummer]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;UserID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; PA0105.xls&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;unicode&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; '\t', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;msq&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;header&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 3 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;eof&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Gültig ab]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &amp;lt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(DayForSelection)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;$(DayForSelection)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &amp;lt;=&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Gültig bis]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130984#M634717</guid>
      <dc:creator />
      <dc:date>2016-06-16T12:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates in selections for script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130985#M634719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you 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;&lt;STRONG&gt;SET ThousandSep='.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DecimalSep=',';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyThousandSep='.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyDecimalSep=',';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET TimeFormat='hh:mm:ss';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DateFormat='DD.MM.YYYY';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MonthNames='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DayForSelection = 23.05.2016;&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;BR /&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Personalnr as Personalnummer, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// [Gültig bis], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// [Gültig ab], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; [ID/Nummer] as UserID&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PA0105.xls&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(txt, unicode, embedded labels, delimiter is '\t', msq, header is 3 lines, no eof) where [Gültig ab] &amp;lt; &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;$(DayForSelection)&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt; &lt;/STRONG&gt;&amp;nbsp; and&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;$(DayForSelection)&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt; &amp;lt;=&amp;nbsp; [Gültig bis];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130985#M634719</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T12:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates in selections for script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130986#M634722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET ThousandSep='.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DecimalSep=',';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyThousandSep='.';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyDecimalSep=',';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET TimeFormat='hh:mm:ss';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DateFormat='DD.MM.YYYY';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET MonthNames='Jan;Feb;Mrz;Apr;Mai;Jun;Jul;Aug;Sep;Okt;Nov;Dez';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;SET DayNames='Mo;Di;Mi;Do;Fr;Sa;So';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DayForSelection = &lt;SPAN style="color: #ff0000;"&gt;Num(MakeDate(2016, 5, 23));&lt;/SPAN&gt;&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;BR /&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Personalnr as Personalnummer, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// [Gültig bis], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// [Gültig ab], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; [ID/Nummer] as UserID&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PA0105.xls&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(txt, unicode, embedded labels, delimiter is '\t', msq, header is 3 lines, no eof) where [Gültig ab] &amp;lt; $(DayForSelection)&amp;nbsp; and&amp;nbsp; $(DayForSelection) &amp;lt;=&amp;nbsp; [Gültig bis];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130986#M634722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T12:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with dates in selections for script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130987#M634726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-dates-in-selections-for-script/m-p/1130987#M634726</guid>
      <dc:creator />
      <dc:date>2016-06-16T12:47:20Z</dc:date>
    </item>
  </channel>
</rss>

