<?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: Seperate Months from Field in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525650#M7857</link>
    <description>&lt;P&gt;HI Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded the script however nothing seems to populate, any idea why?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 05:16:21 GMT</pubDate>
    <dc:creator>CreoLTD112</dc:creator>
    <dc:date>2019-01-03T05:16:21Z</dc:date>
    <item>
      <title>Seperate Months from Field</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525276#M7840</link>
      <description>&lt;P&gt;Hi All Fairly new here..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wanting to find out how would i go about achieving the following:&lt;/P&gt;&lt;P&gt;I have a field named TIme , withing that is the following&amp;nbsp;&lt;/P&gt;&lt;P&gt;01 Apr 2018 , 11:19:59 PM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;01 Apr 2018 , 11:20:22 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;01 Apr 2018 , 11:20:24PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;02 Apr 2018 , 11:19:59 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;05 Apr 2018 , 11:19:59 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;01 May2018 , 11:19:59 PM etc,etc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This holds 11 months Jan&amp;gt;Nov&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to create seperate fields for each month to add them to straight table e.g:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jan|&amp;nbsp; Feb|&amp;nbsp; Mar|&amp;nbsp; Apr| ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I do not require the times or date just months in order to align my data to the specific month, how would i go about achieving this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 07:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525276#M7840</guid>
      <dc:creator>CreoLTD112</dc:creator>
      <dc:date>2019-01-02T07:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate Months from Field</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525553#M7856</link>
      <description>Hi ! Try this in script: Date(Datefield,'MM') as month or if you want month name try month(Datefield) as month</description>
      <pubDate>Wed, 02 Jan 2019 18:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525553#M7856</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2019-01-02T18:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate Months from Field</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525650#M7857</link>
      <description>&lt;P&gt;HI Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded the script however nothing seems to populate, any idea why?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TIA&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 05:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525650#M7857</guid>
      <dc:creator>CreoLTD112</dc:creator>
      <dc:date>2019-01-03T05:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate Months from Field</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525845#M7865</link>
      <description>Hi, maybe the format of the field has not been accept, could you send me the qvf ?</description>
      <pubDate>Thu, 03 Jan 2019 13:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1525845#M7865</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2019-01-03T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate Months from Field</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1526152#M7872</link>
      <description>&lt;P&gt;Hi I ave created this template...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i require is the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Field:&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Address]Country--&amp;nbsp; if 50 changes were made in Jan for ([Address]Country) i need&amp;nbsp; seperate fields such as Jan|Feb|Mar.. underlying how many changes where made for each month&lt;/P&gt;&lt;P&gt;Of which all data should be within one Straight Table..&lt;/P&gt;&lt;P&gt;Just cannot figure out how..&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 07:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1526152#M7872</guid>
      <dc:creator>CreoLTD112</dc:creator>
      <dc:date>2019-01-04T07:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Seperate Months from Field</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1527310#M7928</link>
      <description>Sorry I don't have qlikview license, could you send me in qvf (Qliksense) format ?</description>
      <pubDate>Mon, 07 Jan 2019 20:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Seperate-Months-from-Field/m-p/1527310#M7928</guid>
      <dc:creator>PabloTrevisan</dc:creator>
      <dc:date>2019-01-07T20:18:20Z</dc:date>
    </item>
  </channel>
</rss>

