<?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: Variable Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644722#M1093105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open this link i have attached the sample file &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-6652"&gt;http://community.qlik.com/docs/DOC-6652&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2014 10:45:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-23T10:45:09Z</dc:date>
    <item>
      <title>Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644716#M1093099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to change my variable date in date format when i give vStartdate and vEnddate they automatically change my date in points forms.&lt;/P&gt;&lt;P&gt;see the attachement plz. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644716#M1093099</guid>
      <dc:creator />
      <dc:date>2014-05-23T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644717#M1093100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Date($(vEndDate),'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;or try to store date format in script level&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;for eg:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Let VEndDate = Date( &lt;EM&gt;YourExpression&lt;/EM&gt;,'DD/MM/YYYY')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644717#M1093100</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2014-05-23T10:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644718#M1093101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to disregard decimal part and get date, then try like:&lt;/P&gt;&lt;P&gt;=Date(Floor($(vEndDate)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644718#M1093101</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-23T10:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644719#M1093102</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;Try like this&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vEndDate&lt;/SPAN&gt; = Date(Floor(EndDateValue))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vStartDate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; = Date(Floor(StartDateValue))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644719#M1093102</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-23T10:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644720#M1093103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI it still not work i tried all your three tips as mention in comments. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644720#M1093103</guid>
      <dc:creator />
      <dc:date>2014-05-23T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644721#M1093104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you attach sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644721#M1093104</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-23T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644722#M1093105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open this link i have attached the sample file &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-6652"&gt;http://community.qlik.com/docs/DOC-6652&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 10:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-Dates/m-p/644722#M1093105</guid>
      <dc:creator />
      <dc:date>2014-05-23T10:45:09Z</dc:date>
    </item>
  </channel>
</rss>

