<?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: question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/question/m-p/507011#M1136320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Properties --&amp;gt;Numerb-&amp;gt;Override Doc setting --&amp;gt;date --&amp;gt;format pattern --&amp;gt;dd/mm/yyyy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 12:32:20 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2013-10-03T12:32:20Z</dc:date>
    <item>
      <title>question</title>
      <link>https://community.qlik.com/t5/QlikView/question/m-p/507007#M1136316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi everyone&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;I want to sort date that is in the format of dd/mm/yyyy&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;How will i do it?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question/m-p/507007#M1136316</guid>
      <dc:creator />
      <dc:date>2013-10-03T12:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: question</title>
      <link>https://community.qlik.com/t5/QlikView/question/m-p/507008#M1136317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the "Sort" tab in the object properties window.&lt;/P&gt;&lt;P&gt;You can sort the field based on several conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question/m-p/507008#M1136317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-03T12:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: question</title>
      <link>https://community.qlik.com/t5/QlikView/question/m-p/507009#M1136318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to sort date in the script itself mean&lt;/P&gt;&lt;P&gt;suppose eg:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;1/2/2012&lt;/P&gt;&lt;P&gt;1/1/2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load date resident table1 order by date;&lt;/P&gt;&lt;P&gt;y i am creating date in another table mean u cant use order by in current table,order by can be used in resident table only &lt;/P&gt;&lt;P&gt;now u will get the date like this&lt;/P&gt;&lt;P&gt;1/1/2012&lt;/P&gt;&lt;P&gt;1/2/2012&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;if u want date&amp;nbsp; ascending or descending in listbox mean u can go to sort tab in your listbox in that u can use ascending or descending&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question/m-p/507009#M1136318</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2013-10-03T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: question</title>
      <link>https://community.qlik.com/t5/QlikView/question/m-p/507010#M1136319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to sort tab &lt;/P&gt;&lt;P&gt;Select Numeric Value and do the sorting as per your require order... i.e. ascending or descending&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question/m-p/507010#M1136319</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-10-03T12:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: question</title>
      <link>https://community.qlik.com/t5/QlikView/question/m-p/507011#M1136320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Properties --&amp;gt;Numerb-&amp;gt;Override Doc setting --&amp;gt;date --&amp;gt;format pattern --&amp;gt;dd/mm/yyyy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question/m-p/507011#M1136320</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-10-03T12:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: question</title>
      <link>https://community.qlik.com/t5/QlikView/question/m-p/507012#M1136321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Used the dimension like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are datedim as month use the script &lt;/P&gt;&lt;P&gt;Dual(Date(Datefield, 'dd/mm/yyyy'), monthstart(Datefield)) as datedim&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Dual(Date(Datefield, 'dd/mm/yyyy'), daystart(Datefield)) as datedim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the dimension datedim in desired charts and sort tab ----&amp;gt; numeric -----&amp;gt; asc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 12:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question/m-p/507012#M1136321</guid>
      <dc:creator>v_iyyappan</dc:creator>
      <dc:date>2013-10-03T12:59:04Z</dc:date>
    </item>
  </channel>
</rss>

