<?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: how to get the date ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484392#M1146000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Please find the solution given below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vineet&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/50229_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 07:51:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-10T07:51:18Z</dc:date>
    <item>
      <title>how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484386#M1145994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I caluclated in qlikview a date ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a fieldname batch_expiry = 2013/06/12&lt;/P&gt;&lt;P&gt;I have another field days like 60,90,30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to subtract 2013/06/12 - 60 and get the date ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer should be 2013/04/12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484386#M1145994</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2013-07-16T08:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484387#M1145995</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;If your date is a normal QV date field, then the date is just a number, so you can do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Date(Batch_Expiry - 60)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Date() function ensures that the result still shows in date format, rather than number format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484387#M1145995</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-16T08:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484388#M1145996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add a number of days, transform your date to numeric format: num(myDate) and subtract the quantity; at the end transforma again in date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(num(myDate)-30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484388#M1145996</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-07-16T08:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484389#M1145997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Qlikview recognize your datefield (batch_expiry) as date? You can check that by creating a listbox and changing the number format to integer ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, you will have to convert your date field in the script:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13739637608866312" jivemacro_uid="_13739637608866312"&gt;&lt;P&gt;date(date#(batch_expiry,'YYYY/MM/DD'),'YYYY/MM/DD') as batch_expiry&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information on date fields, see Henric Cronströms Technical Brief: &lt;A class="loading active_link" href="http://www.qlikcommunity.com/docs/DOC-3102"&gt;http://www.qlikcommunity.com/docs/DOC-3102&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484389#M1145997</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-07-16T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484390#M1145998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in text object&lt;/P&gt;&lt;P&gt;=Date(Date#('2013/06/12','YYYY/MM/DD')-60,'YYYY/MM/DD')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484390#M1145998</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-16T08:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484391#M1145999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please look at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/101146?start=0&amp;amp;tstart=0"&gt;http://community.qlik.com/thread/101146?start=0&amp;amp;tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/434149#434149"&gt;http://community.qlik.com/message/434149#434149&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 06:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484391#M1145999</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-12-10T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484392#M1146000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Please find the solution given below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vineet&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/50229_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484392#M1146000</guid>
      <dc:creator />
      <dc:date>2013-12-10T07:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484393#M1146001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please stop refering to your own post in other topics. They will get answered if someone got an solution &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484393#M1146001</guid>
      <dc:creator />
      <dc:date>2013-12-10T07:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484394#M1146002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Jonathan is saying is 100 % correct i have also tested it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484394#M1146002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T07:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484395#M1146003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes vineet is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date/m-p/484395#M1146003</guid>
      <dc:creator />
      <dc:date>2013-12-10T08:09:07Z</dc:date>
    </item>
  </channel>
</rss>

