<?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: DATE EXPRESSIONS? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652107#M1081418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The expression calculates the expression until less than 2008 for the expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;year(date(dated,'DD/MM/YYYY'))&lt;/SPAN&gt; but meaning less why convert dated to 'DD/MM/YYYY' if you directely convert it in to year another one if it is not in proper date format then use as it is but you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date# to convert on proper date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Second expression gives you '-' because num is meaning less here. If you use it with date# like&lt;/P&gt;&lt;P&gt;=Num(date#('31/12/2009','DD/MM/YYYY')) then it will gives you Num value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 11:28:03 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-25T11:28:03Z</dc:date>
    <item>
      <title>DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652102#M1081413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)&amp;nbsp; year(date(dated,'DD/MM/YYYY')) &amp;lt; '2008'&amp;nbsp;&amp;nbsp; ?&amp;nbsp; WHAT IT MEANS&amp;nbsp; HERE?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)num(date('31/12/2009'));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ?&amp;nbsp;&amp;nbsp; PLS EXPLAIN ME ABOUT THESE 2 EXPRESSIONS&amp;nbsp; I AM NEW TO THIS&amp;nbsp; PLS............................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652102#M1081413</guid>
      <dc:creator />
      <dc:date>2014-06-25T11:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652103#M1081414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;date() function converts the date into the specified format&lt;/P&gt;&lt;P&gt;year() function calculates the year of that date and checks weather it is &amp;lt;'2008' or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;2) i dont think that it is a meaning ful exp&lt;/P&gt;&lt;P&gt;usally left(), mid(),right() functions used here to derive YEAR,MONTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652103#M1081414</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-25T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652104#M1081415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its so simple any one can easily understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;year(date(dated,'DD/MM/YYYY')) &amp;lt; '2008' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;calculatimg year aftermaking date in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MM/YYYY&lt;/SPAN&gt; and comparing for less than 2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second one is making number of given date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652104#M1081415</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-06-25T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652105#M1081416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Date(dated,DD/MM/YYYY)&lt;/P&gt;&lt;P&gt;Give the date in the above date format(DD/MM/YYYY) eg. 24/04/2014.&lt;/P&gt;&lt;P&gt;Year(Date(dated,DD/MM/YYYY)) gives 2014&lt;/P&gt;&lt;P&gt;Year(Date(dated,DD/MM/YYYY)) &amp;lt; 2008 means the year of that date is less than 2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 gives number for that date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652105#M1081416</guid>
      <dc:creator />
      <dc:date>2014-06-25T11:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652106#M1081417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HERE WHAT&amp;nbsp; DATED&amp;nbsp; GIVES&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652106#M1081417</guid>
      <dc:creator />
      <dc:date>2014-06-25T11:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652107#M1081418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The expression calculates the expression until less than 2008 for the expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;year(date(dated,'DD/MM/YYYY'))&lt;/SPAN&gt; but meaning less why convert dated to 'DD/MM/YYYY' if you directely convert it in to year another one if it is not in proper date format then use as it is but you can use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date# to convert on proper date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Second expression gives you '-' because num is meaning less here. If you use it with date# like&lt;/P&gt;&lt;P&gt;=Num(date#('31/12/2009','DD/MM/YYYY')) then it will gives you Num value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652107#M1081418</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-25T11:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652108#M1081419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;1.Extracting the year&amp;nbsp; and comparing with 2008&lt;/P&gt;&lt;P&gt;2.just changing the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DD/MM/YYYY&lt;/SPAN&gt; to number format (XXXXXXXX)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652108#M1081419</guid>
      <dc:creator />
      <dc:date>2014-06-25T11:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: DATE EXPRESSIONS?</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652109#M1081420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dated is a dimension like column name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 11:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-EXPRESSIONS/m-p/652109#M1081420</guid>
      <dc:creator />
      <dc:date>2014-06-25T11:40:29Z</dc:date>
    </item>
  </channel>
</rss>

