<?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 Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978346#M334160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are calling a function to do something (here just formatting) - it must take some system resource to do (process) 'that something'. It could be negligible, but it surely does. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 10:53:09 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-12-09T10:53:09Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978335#M334149</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;In my data table the field TRN_DATE has data in the following format&lt;/P&gt;&lt;P&gt; 42015&lt;/P&gt;&lt;P&gt; 42009&lt;/P&gt;&lt;P&gt;42006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to convert the date into following format when loading data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Date(MonthEnd(date#([TRN_DATE],'DD-MMM-YYYY')))&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [TRN_DATE]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I d not get desired output but Null value is returned. Pls help me to correct above script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978335#M334149</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-12-09T10:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978336#M334150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try just with date function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthEnd(&lt;SPAN style="color: #ff0000;"&gt;Date&lt;/SPAN&gt;([TRN_DATE))) as [TRN_DATE]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;: you would use Date#() function if TRN_DATE was actually coming as text but was in your specified format. Right now it is coming as numbers which can be easily converted into Date by using the Date() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978336#M334150</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-09T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978337#M334151</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;Date(MonthEnd(TRN_DATE)) as Month_TRN_DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978337#M334151</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-12-09T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978338#M334152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(MonthEnd(TRN_DATE), 'DD-MMM-YYYY') as TRN_DATE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978338#M334152</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-09T10:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978339#M334153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date() (in red) is redundant here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978339#M334153</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-09T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978340#M334154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to use date or date# function in MonthEnd()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978340#M334154</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-12-09T10:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978341#M334155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978341#M334155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-09T10:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978342#M334156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you need is this:&lt;/P&gt;&lt;P&gt;Date(MonthEnd([TRN_DATE]),'DD-MMM-YYYY')&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [TRN_DATE]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978342#M334156</guid>
      <dc:creator>roger_stone</dc:creator>
      <dc:date>2015-12-09T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978343#M334157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since both of you mentioned it, do you believe that it takes extra system resources for having it there? Cause for when I code, I like putting it there to make the code more readable and understandable for myself. But if it does take system resources, I might change my habit &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978343#M334157</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-09T10:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978344#M334158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&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; font-size: 13px;"&gt;&amp;gt;&amp;gt;Date(MonthEnd(TRN_DATE), 'DD-MMM-YYYY') as TRN_DATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&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; font-size: 13px;"&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; font-size: 13px;"&gt;-Nagarjuna&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978344#M334158</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-12-09T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978345#M334159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or simply:&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; font-size: 13px;"&gt;Date([TRN_DATE],'DD-MMM-YYYY')&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [TRN_DATE]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978345#M334159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978346#M334160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are calling a function to do something (here just formatting) - it must take some system resource to do (process) 'that something'. It could be negligible, but it surely does. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978346#M334160</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-12-09T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978347#M334161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think he wants MonthEnd of TRN_DATE Balraj. A simple date function won't give him that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978347#M334161</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-09T10:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978348#M334162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per his/her description:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&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; font-size: 12px;"&gt;&lt;STRONG&gt;and I want to convert the date into following format when loading data&lt;/STRONG&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; font-size: 12px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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; font-size: 12px;"&gt;&lt;STRONG&gt;I thought he/she just want to format in into &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;'DD-MMM-YYYY' only...&lt;/SPAN&gt;&lt;/STRONG&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; font-size: 12px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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; font-size: 12px;"&gt;&lt;STRONG&gt;becuase storing monthend intead of tranxn date, would change the meaning of trxn date&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978348#M334162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978349#M334163</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;Yes, evaluation on number filed is much efficient than evaluation on date field.&lt;/P&gt;&lt;P&gt;therefore We suggest above solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978349#M334163</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-12-09T11:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978350#M334164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Max you are suggesting that I should be doing something like this in the future?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthEnd(Num(DateField))) as DateField&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date field is read as date in MM/DD/YYYY format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978350#M334164</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-09T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978351#M334165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might, but maybe all he wants to do is lump all the months transactions together to get an invoicing date at the end of the month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978351#M334165</guid>
      <dc:creator>roger_stone</dc:creator>
      <dc:date>2015-12-09T11:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978352#M334166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep, it all depends what UPALI is looking for&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978352#M334166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978353#M334167</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;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978353#M334167</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-12-09T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978354#M334168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for Valuable inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 11:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/978354#M334168</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2015-12-09T11:46:21Z</dc:date>
    </item>
  </channel>
</rss>

