<?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 AW:Re: AW:DATE FORMAT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201948#M59822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;using expressions in List- or Multiboxes can not be sorted! (info from QT-Support). Thats why you have to put the expression in the script and show in the listbox allways only the field, then you can change sortorder and/or number format settings.&lt;/P&gt;&lt;P&gt;for the last 6 month you can create an extra calender with Month(Today())-6 to Month(Today())!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jun 2010 10:15:14 GMT</pubDate>
    <dc:creator>brenner_martina</dc:creator>
    <dc:date>2010-06-25T10:15:14Z</dc:date>
    <item>
      <title>DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201941#M59815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a date in number format like '200101'&lt;/P&gt;&lt;P&gt;but i need to display 'Jan-01' format in list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help how can i do this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201941#M59815</guid>
      <dc:creator />
      <dc:date>2010-06-25T08:04:14Z</dc:date>
    </item>
    <item>
      <title>AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201942#M59816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if your field is no datefield you have to use:&lt;/P&gt;&lt;P&gt;Date(Makedate(Left(Field,4),Right(Field,2),1),'MMM-YY')&lt;/P&gt;&lt;P&gt;otherwise you can directly enter: Date(Field,'MMM-YY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201942#M59816</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-06-25T08:09:04Z</dc:date>
    </item>
    <item>
      <title>AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201943#M59817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Makedate(Left(Field,4),Right(Field,2),1),'MMM-YY') this condition works for me.&lt;/P&gt;&lt;P&gt;it's giving the correct result that what i want but records are not in order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i sort this list box????&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201943#M59817</guid>
      <dc:creator />
      <dc:date>2010-06-25T08:34:47Z</dc:date>
    </item>
    <item>
      <title>AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201944#M59818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;Did you tried the Sort-&amp;gt; Expression by adding this expression ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivasan.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201944#M59818</guid>
      <dc:creator />
      <dc:date>2010-06-25T08:39:39Z</dc:date>
    </item>
    <item>
      <title>AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201945#M59819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasan,&lt;/P&gt;&lt;P&gt;I tried with Expression sorting but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i just checked numeric value sorting and its works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201945#M59819</guid>
      <dc:creator />
      <dc:date>2010-06-25T08:54:34Z</dc:date>
    </item>
    <item>
      <title>AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201946#M59820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;i have one more requiremrnt here.&lt;/P&gt;&lt;P&gt;i have list of month values in a list box but i whant to display only latest 6 months in lis box.&lt;/P&gt;&lt;P&gt;for this i have created variable like 'max(month)-5' with the name 'latestmonth' and used this variable in expression in list box&lt;/P&gt;&lt;P&gt;if (Month&amp;gt;=atestmonth, Month)&lt;/P&gt;&lt;P&gt;here Month is the field i have in my input source.&lt;/P&gt;&lt;P&gt;this conditons is giving the latest latest 6 months in my list box.&lt;/P&gt;&lt;P&gt;but the problem is when i select some value in the list box other values are displaying in the list box .&lt;/P&gt;&lt;P&gt;like when i select some vale in list box then dynamicaly updating with other values.&lt;/P&gt;&lt;P&gt;but i want only latest 6 month and i want to select for that list .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me please its very urjent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 09:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201946#M59820</guid>
      <dc:creator />
      <dc:date>2010-06-25T09:07:37Z</dc:date>
    </item>
    <item>
      <title>AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201947#M59821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can try use monthname() function by edit the field name of date.&lt;/P&gt;&lt;P&gt;Like monthname(OrderDate)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;H3&gt;&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 09:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201947#M59821</guid>
      <dc:creator />
      <dc:date>2010-06-25T09:15:07Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201948#M59822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;using expressions in List- or Multiboxes can not be sorted! (info from QT-Support). Thats why you have to put the expression in the script and show in the listbox allways only the field, then you can change sortorder and/or number format settings.&lt;/P&gt;&lt;P&gt;for the last 6 month you can create an extra calender with Month(Today())-6 to Month(Today())!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 10:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201948#M59822</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-06-25T10:15:14Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:DATE FORMAT</title>
      <link>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201949#M59823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info&lt;/P&gt;&lt;P&gt;i ill try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 10:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATE-FORMAT/m-p/201949#M59823</guid>
      <dc:creator />
      <dc:date>2010-06-25T10:25:29Z</dc:date>
    </item>
  </channel>
</rss>

