<?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: Hai in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210548#M874445</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;Year(Date#(Period,'YYYYMM')) as Year,&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;Month(Date#(Period,'YYYYMM')) as Month&lt;/P&gt;&lt;P&gt;In this,What is the meaning of '#'.My view is fetch the value.am i&amp;nbsp; right? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 05:16:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-08T05:16:27Z</dc:date>
    <item>
      <title>Split year and month</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210543#M874440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="143091" alt="Capture 1.PNG" class="jive-image image-1" src="/legacyfs/online/143091_Capture 1.PNG" style="height: auto;" /&gt;&amp;nbsp; I have attache my file.I need to spilt as year and month,also month should be in text format.please clear my dbts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210543#M874440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hai</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210544#M874441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Period,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Makedate(Left(Period,4),Right(Period,2))) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;SPAN style="font-size: 13.3333px;"&gt;(Makedate(Left(Period,4),Right(Period,2))) as Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From Xyz;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 17:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210544#M874441</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-11-07T17:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hai</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210545#M874442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Period From Source;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join(Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Period,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Left(Period,4) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Right(Period,2) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table1;&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;Or&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;Load Period,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Period,'YYYY') as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Period,'Mmm') as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From source ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 17:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210545#M874442</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-07T17:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hai</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210546#M874443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Year(Date#(Period,'YYYYMM')) as Year,&lt;/P&gt;&lt;P&gt;Month(Date#(Period,'YYYYMM')) as Month&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month is Dual Field (Text and Number)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 19:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210546#M874443</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-11-07T19:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hai</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210547#M874444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..Its worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 04:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210547#M874444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T04:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hai</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210548#M874445</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;Year(Date#(Period,'YYYYMM')) as Year,&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;Month(Date#(Period,'YYYYMM')) as Month&lt;/P&gt;&lt;P&gt;In this,What is the meaning of '#'.My view is fetch the value.am i&amp;nbsp; right? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 05:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210548#M874445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-08T05:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hai</title>
      <link>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210549#M874446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 12:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-year-and-month/m-p/1210549#M874446</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-11-08T12:02:50Z</dc:date>
    </item>
  </channel>
</rss>

