<?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: Month Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994700#M338617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than extract the month int he SQL Select, use qlik script in the preceding load.&amp;nbsp; Month(datum) AS Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14461484377392102 jive_text_macro" jivemacro_uid="_14461484377392102" modifiedtitle="true"&gt;
&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(datum) AS Month&lt;/P&gt;
&lt;P&gt;SQL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM table&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should then sort correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 19:54:20 GMT</pubDate>
    <dc:creator>chancekbarkley</dc:creator>
    <dc:date>2015-10-29T19:54:20Z</dc:date>
    <item>
      <title>Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994698#M338615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field in Oracle and transformed this.&lt;/P&gt;&lt;P&gt;TO_CHAR(datum,'mon') Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i select Month in select box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i don't get the chronical order.&lt;/P&gt;&lt;P&gt;How can I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994698#M338615</guid>
      <dc:creator />
      <dc:date>2015-10-29T19:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994699#M338616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep datum in same format.. .Dont convert it.&lt;/P&gt;&lt;P&gt;Convert in QlikView &lt;/P&gt;&lt;P&gt;Month(datum) as Month &lt;/P&gt;&lt;P&gt;in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994699#M338616</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-29T19:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994700#M338617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than extract the month int he SQL Select, use qlik script in the preceding load.&amp;nbsp; Month(datum) AS Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14461484377392102 jive_text_macro" jivemacro_uid="_14461484377392102" modifiedtitle="true"&gt;
&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(datum) AS Month&lt;/P&gt;
&lt;P&gt;SQL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM table&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should then sort correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994700#M338617</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2015-10-29T19:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994701#M338618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it doesn't work; i make connection to oracle database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have select Month(dateintroduction) as Month from users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives me a failure;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 19:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994701#M338618</guid>
      <dc:creator />
      <dc:date>2015-10-29T19:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994702#M338619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need also other columns in table&lt;/P&gt;&lt;P&gt;does i need to specify them in load&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;LOAD Month(datum) AS Month&lt;/P&gt;&lt;P&gt;SQL select datum, carslicense&lt;/P&gt;&lt;P&gt;FROM table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994702#M338619</guid>
      <dc:creator />
      <dc:date>2015-10-29T20:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994703#M338620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD *, Month(datum) AS Month;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SQL select datum, carslicense &lt;SPAN style="line-height: 1.5em;"&gt;FROM table&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 20:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Year/m-p/994703#M338620</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-10-29T20:42:25Z</dc:date>
    </item>
  </channel>
</rss>

