<?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: inYearToDate documentation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318180#M117271</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;Qlikview is corrct............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic is '2006-01-25' lies in 2006 year but it is bigger than '2006-01-01' that is the reason it is showing false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 15:30:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-03T15:30:39Z</dc:date>
    <item>
      <title>inYearToDate documentation</title>
      <link>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318176#M117267</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;I found this in the documentation : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;InYearToDate &lt;/STRONG&gt;( date, basedate , shift [, first_month_of_year = 1] )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;returns true if date lies inside the part of year containing basedate up until and including the last millisecond of basedate. The year can be offset by shift. Shift is an integer, where the value 0 indicates the year which contains basedate. Negative values in shift indicate preceding years and positive values indicate succeeding years. If you want to work with (fiscal) years not starting in January, you may indicate a value between 2 and 12 in first_month_of_year.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inyeartodate ( '2006-01-25', '2006-02-01', 0 ) returns true&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;inyeartodate ( '2006-01-25', '2006-01-01', 0 ) returns false&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inyeartodate ( '2005-01-25', '2006-02-01', -1 ) returns true&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why the second example (bolded) returns false. Does someone understand why ? It looks like an error to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318176#M117267</guid>
      <dc:creator />
      <dc:date>2011-07-29T13:30:01Z</dc:date>
    </item>
    <item>
      <title>inYearToDate documentation</title>
      <link>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318177#M117268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i believe that bold thing has no meaning .if u see the same function qlikview help u will find same thing which is not in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318177#M117268</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-07-29T13:36:49Z</dc:date>
    </item>
    <item>
      <title>inYearToDate documentation</title>
      <link>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318178#M117269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you agree it should return true (or... that means 1st january 2006 is not in 2006.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318178#M117269</guid>
      <dc:creator />
      <dc:date>2011-07-29T13:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: inYearToDate documentation</title>
      <link>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318179#M117270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it's one year late...&lt;/P&gt;&lt;P&gt;This is correct.&amp;nbsp; The bold line returns &lt;STRONG&gt;false &lt;/STRONG&gt;because '2006-01-25' is not in the range between the start of the year of the base date ('2006-01-01') and the base date itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2012 23:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318179#M117270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-11T23:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: inYearToDate documentation</title>
      <link>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318180#M117271</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;Qlikview is corrct............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic is '2006-01-25' lies in 2006 year but it is bigger than '2006-01-01' that is the reason it is showing false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 15:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inYearToDate-documentation/m-p/318180#M117271</guid>
      <dc:creator />
      <dc:date>2013-01-03T15:30:39Z</dc:date>
    </item>
  </channel>
</rss>

