<?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: Help with dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279075#M854705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this to estimate the 2nd working day for the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LastWorkDate(MonthStart(Today()), 2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure what the comparison needs to be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2017 10:56:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-15T10:56:12Z</dc:date>
    <item>
      <title>Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279072#M854702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a table that has a timestamp and a flag, the flag is set to 'Y' for the 2nd working day of every month. &lt;/P&gt;&lt;P&gt;what i am trying to achieve is an expression with an IF statement to say..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Date(Today())&amp;lt;Date(timestamp),'TRUE','FALSE')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression would need to use the dates relevant to the current month and then use the date that is flagged as 'Y'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example, any help would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279072#M854702</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279073#M854703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Date(Today())&amp;lt;Timestamp(Field),'TRUE','FALSE')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;if(Date(Today())&amp;lt;Timestamp#(Field),'TRUE','FALSE')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279073#M854703</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-02-15T10:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279074#M854704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the reply, but i don't think you're understanding my requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to only take into account the dates related to the current month, thats what i don't know how to achieve. &lt;/P&gt;&lt;P&gt;the table of dates and flags have 7 years of data in it, therefore 84 'Y' flags, i only need it to use the 'Y' flag related to the current month, then i need to compare todays date with the date related to that 'Y' flag. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279074#M854704</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279075#M854705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this to estimate the 2nd working day for the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LastWorkDate(MonthStart(Today()), 2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure what the comparison needs to be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 10:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279075#M854705</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T10:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279076#M854706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, thanks for the reply. i need to use the flags in the data model unfortunately, this is a requirement from the business. &lt;/P&gt;&lt;P&gt;so for the current month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need an IF statement to look at the dates in the table but only look at the current month dates (01/02/2017-28/02/2017) then compare todays date with the date from the table that is flagged as 'Y' in the WorkingDay_2 field and if today is less than that date then 'True','False'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 11:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279076#M854706</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279077#M854707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WorkingDay_2 = 'Y' and MonthStart(Date) = MonthStart(Today()) and Today() &amp;lt; Date, 'TRUE', 'FALSE') as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 11:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279077#M854707</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T11:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279078#M854708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Today() &amp;lt;&lt;/P&gt;&lt;P&gt;max({&amp;lt;WorkingDay_2={'Y'},&lt;/P&gt;&lt;P&gt; Date={'&amp;gt;=$(=date#(timestamp(monthstart(Today())))) &amp;lt;=$(=date#timestamp(monthend(Today()))))'}&amp;gt;}Date),&lt;/P&gt;&lt;P&gt;'FALSE', 'TRUE')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression comparess today with the second workday of the current month. The set analysis used in Max(Date) only takes the max date where WorkingDay2 = Y and the Date must be between the first and last date of the current month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 11:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279078#M854708</guid>
      <dc:creator />
      <dc:date>2017-02-15T11:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279079#M854709</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;&lt;/P&gt;&lt;P&gt;what you have suggested makes sense but i can not get it to work, see an updated example, could you see if you can get it to work please?&lt;/P&gt;&lt;P&gt;i have changed today to be today()-14 which would make today the 01/02/2017 therefor it is less than the date linked to the 'Y' flag for this month, therefor the result should be TRUE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 11:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279079#M854709</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T11:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279080#M854710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 11:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279080#M854710</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T11:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279081#M854711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279081#M854711</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279082#M854712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one Y in Feb, but today is not less than the date. Where would you want to see TRUE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153150_Capture.PNG" style="height: 450px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 12:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279082#M854712</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T12:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279083#M854713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats correct, as there is only 1 working day no2 in each month. &lt;/P&gt;&lt;P&gt;for todays date everything would be false as todays date is greater than all of the days in feb (that is set at Y).&lt;/P&gt;&lt;P&gt;but if todays date was 01/02/2017 then i would expect to see TRUE on the 01/02/2017.&lt;/P&gt;&lt;P&gt;so if you change the expression for today to be today-14 then that would mimic 01/02/2017.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically i just want to extract all of the dates relating to the 'Y' flag which would give me 12 dates per year then compare todays date with the date from todays month if that makes sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 12:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279083#M854713</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279084#M854714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use Today() - 14, I do see a true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dates:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Year(Date) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Month(Date) as Month, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkingDay_2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WorkingDay_2 = 'Y' and MonthStart(Date) = MonthStart(Today()) and &lt;SPAN style="color: #ff0000;"&gt;Today()-14&lt;/SPAN&gt; &amp;lt; Date, 'TRUE', 'FALSE') as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153185_Capture.PNG" style="height: 364px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't that what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 12:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279084#M854714</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-15T12:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279085#M854715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Menno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this part of your suggestion doesn't work as expected..&lt;/P&gt;&lt;P&gt;max({&amp;lt;WorkingDay_2={'Y'},&lt;/P&gt;&lt;P&gt;Date={'&amp;gt;=$(=date#(timestamp(monthstart(Today())))) &amp;lt;=$(=date#timestamp(monthend(Today()))))'}&amp;gt;}Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this returns 02/06/2017 - this is the last date with the Y flag set against. it needs to only take into account the current month, so it should only be looking at Feb 2017. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 12:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279085#M854715</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T12:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279086#M854716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Please see New textbox in attached qvw file.&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;The set analyses only looks at the dates between the beginning and ending of current month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 12:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279086#M854716</guid>
      <dc:creator />
      <dc:date>2017-02-15T12:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279087#M854717</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;&lt;/P&gt;&lt;P&gt;I am getting a bit confused myself now, i can see that i get a TRUE for the 02/02/2017, but this isnt going to work in my real application. let me try and explain my requirements again, let me know if its still unclear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This requirement is to set a trigger to make a selection on a 'Period' field.&lt;/P&gt;&lt;P&gt;the correct Period will depend on the date, if the date is less than the workingday_2 date then the previous period would need to be selected. if the date is &amp;gt;= the workingday_2 date then the selection would be the current period. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i want is to either..&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;have a variable that works out what period to select, by comparing the date relating to the Y flag for the current monthYear with today's date.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;create a new field or variable in the script that is populated with a single date. this would be done by looking at the current month within the Date field where WorkingDay_2='Y'.&lt;/P&gt;&lt;P&gt;i can then use this new field or variable in set analysis or an IF statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Does that make sense? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 13:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279087#M854717</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T13:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279088#M854718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi both,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much for your efforts, i have decided to create&amp;nbsp; anew field in the script containing the single date relating to the current month workingday_2 flag as below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vfrom = date#(monthstart(Today()-16));&lt;/P&gt;&lt;P&gt;Let vend = date#(monthend(Today()-16));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dates:&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(Date) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(Date) as Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkingDay_2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sample.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test:&lt;/P&gt;&lt;P&gt;Load Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(WorkingDay_2 = 'Y',Date) as WorkingDay2_Date&lt;/P&gt;&lt;P&gt;Resident Dates&lt;/P&gt;&lt;P&gt;where date(Date)&amp;gt;= '$(vfrom)' and Date(Date)&amp;lt;='$(vend)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unless you can see why this would cause problems?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 13:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279088#M854718</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2017-02-15T13:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279089#M854719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dates:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Text(Date(Date#(Date,'MM/DD/YYYY h:mm'),'YYYY-MM')) as DatePeriod,&lt;/P&gt;&lt;P&gt;WorkingDay_2,&lt;/P&gt;&lt;P&gt;if(WorkingDay_2='Y' and (Floor(Date#(Date,'MM/DD/YYYY h:mm') )=Floor(Today())),'TRUE','FALSE') as x&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Sample.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 13:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-dates/m-p/1279089#M854719</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-02-15T13:42:39Z</dc:date>
    </item>
  </channel>
</rss>

