<?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 date calculation from today in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340340#M125662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am looking for equation that will do following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;ServicePurchaseDate&lt;/P&gt;&lt;P&gt;hours purchase&lt;/P&gt;&lt;P&gt;hours worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ServicePurchasedate is less then 12 months (from current selection) (or from today)&amp;nbsp; then hours purchase - hours worked. if not then show 0. If hours worked acceds hours purchase then show negative number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 14:00:42 GMT</pubDate>
    <dc:creator>userid128223</dc:creator>
    <dc:date>2012-06-06T14:00:42Z</dc:date>
    <item>
      <title>date calculation from today</title>
      <link>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340340#M125662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am looking for equation that will do following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;ServicePurchaseDate&lt;/P&gt;&lt;P&gt;hours purchase&lt;/P&gt;&lt;P&gt;hours worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ServicePurchasedate is less then 12 months (from current selection) (or from today)&amp;nbsp; then hours purchase - hours worked. if not then show 0. If hours worked acceds hours purchase then show negative number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340340#M125662</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-06-06T14:00:42Z</dc:date>
    </item>
    <item>
      <title>date calculation from today</title>
      <link>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340341#M125663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just to be sure to well understand your question, could you please give us an example of what you're looking for?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340341#M125663</guid>
      <dc:creator />
      <dc:date>2012-06-06T14:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: date calculation from today</title>
      <link>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340342#M125664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(year2date(ServicePurchaseDate),hours purchase-hours worked,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340342#M125664</guid>
      <dc:creator>yvesqlik</dc:creator>
      <dc:date>2012-06-06T14:14:53Z</dc:date>
    </item>
    <item>
      <title>date calculation from today</title>
      <link>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340343#M125665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if ServicePurchaseDate is less then 12 months from current date, then hours purchase - hours worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340343#M125665</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-06-06T14:15:20Z</dc:date>
    </item>
    <item>
      <title>date calculation from today</title>
      <link>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340344#M125666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if([ServicePurchaseDate] &amp;gt; addmonths( today() ,-12), [hours purchases] - [hours worked],0)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-calculation-from-today/m-p/340344#M125666</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-06T14:15:47Z</dc:date>
    </item>
  </channel>
</rss>

