<?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:subfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887237#M992144</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;how i vil get year,month by using subfield function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wil get ans lik 2015-06 0r 2015-jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 07:28:44 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2015-07-06T07:28:44Z</dc:date>
    <item>
      <title>RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887237#M992144</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;how i vil get year,month by using subfield function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wil get ans lik 2015-06 0r 2015-jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887237#M992144</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-07-06T07:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887238#M992145</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;LOAD *, SubField(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;date&lt;/SPAN&gt;,'-', -1) as Month,SubField(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;date&lt;/SPAN&gt;,'-',1) as Year Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;2015-06&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887238#M992145</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-06T07:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887239#M992146</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;Subfield('2015-06','-') as Year&lt;/P&gt;&lt;P&gt;SubField('2015-jun','-',2) as Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887239#M992146</guid>
      <dc:creator />
      <dc:date>2015-07-06T07:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887240#M992147</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;can you posted sample data from which you want above output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887240#M992147</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-07-06T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887241#M992148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working fyn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887241#M992148</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-07-06T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887242#M992149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why use subfield? QV has a wealth of date functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2015-06', 'YYYY-MM'))&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;SPAN style="font-size: 13.3333330154419px;"&gt;Year(Date#('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2015-06', 'YYYY-MM'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Month(Date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2015-JUN', 'YYYY-MMM'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Year(Date#('&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2015-JUN', 'YYYY-MMM'))&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;Month() will produce dual values which will sort properly. String mangling will not.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887242#M992149</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-07-06T07:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887243#M992150</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 using date function&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;Month(Date#('2015-06', 'YYYY-MM'))&amp;nbsp; for getting month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year(Date#('2015-06', 'YYYY-MM'))&amp;nbsp; for getting year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month(Date#('2015-Jun', 'YYYY-MMM'))&amp;nbsp; for getting month&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year(Date#('2015-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jun&lt;/SPAN&gt;', 'YYYY-MMM'))&amp;nbsp; for getting year&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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 style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Always use Date related functions otherwise there will be issues in sorting .&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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 style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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 style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; 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>Mon, 06 Jul 2015 07:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887243#M992150</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-06T07:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887244#M992151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(Date#(Field&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 'YYYY-MM'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Year(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 'YYYY-MM'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month(Date#(Field&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 'YYYY-MMM'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Year(Date#(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Field&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 'YYYY-MMM'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887244#M992151</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-06T08:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887245#M992152</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 you got the Answer please close this thread by giving correct answer to the reply which helps you in finding the answer.&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>Mon, 06 Jul 2015 08:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887245#M992152</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-06T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887246#M992153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91944_Capture.JPG" style="height: auto;" /&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derive_Month_Field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Subfield(Month,'-', 2) AS MonthField;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;2015-01&lt;/P&gt;&lt;P&gt;2015-02&lt;/P&gt;&lt;P&gt;2015-03&lt;/P&gt;&lt;P&gt;2015-04&lt;/P&gt;&lt;P&gt;2015-05&lt;/P&gt;&lt;P&gt;2015-06&lt;/P&gt;&lt;P&gt;2015-07&lt;/P&gt;&lt;P&gt;2015-08&lt;/P&gt;&lt;P&gt;2015-09&lt;/P&gt;&lt;P&gt;2015-10&lt;/P&gt;&lt;P&gt;2015-11&lt;/P&gt;&lt;P&gt;2015-12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887246#M992153</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-06T08:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887247#M992154</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;You can also get it by using left() and right().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887247#M992154</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-06T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887248#M992155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tanq all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Chanty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887248#M992155</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-07-06T08:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887249#M992156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if (len(Subfield(Date,'-',2))&amp;gt;2,Month(Date#(Date, 'YYYY-MMM')),Month(Date#(Date, 'YYYY-MM'))) as Month,&lt;/P&gt;&lt;P&gt;if (len(Subfield(Date,'-',2))&amp;gt;2,Year(Date#(Date, 'YYYY-MMM')),Year(Date#(Date, 'YYYY-MM'))) as Year&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;2002-01&lt;/P&gt;&lt;P&gt;2003-Apr&lt;/P&gt;&lt;P&gt;2014-02&lt;/P&gt;&lt;P&gt;2015-Jun&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887249#M992156</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-06T08:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887250#M992157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/sureshqv"&gt;sureshqv&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread by selecting &lt;STRONG&gt;Correct Answer.&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887250#M992157</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-06T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: RE:subfield</title>
      <link>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887251#M992158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;left( [fieldName], 4) as Year&lt;/P&gt;&lt;P&gt;right( [fieldName],2) as Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-subfield/m-p/887251#M992158</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-07-06T08:20:12Z</dc:date>
    </item>
  </channel>
</rss>

